Changes between Version 6 and Version 7 of GnognoComp


Ignore:
Timestamp:
05/31/07 17:41:43 (17 years ago)
Author:
sauermann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GnognoComp

    v6 v7  
    4141 
    4242Currently, much is missing or in a limbo state, because of the move to RDF2Go and to a slimmer architecture, but the code is getting cleaner every day. 
     43 
     44= FAQ = 
     45'''Q:How to automatically create GUIs using GnoGno?''' 
     46 
     47A:GnoGno has automatic resource renderers. One is the RDFResourceRenderer in SWT. These components should interpret [http://www.w3.org/2005/04/fresnel-info/ fresnel] descriptions, but they don't do yet. The fresnel configuration has to be done on the level of GnoFactories, its valid accross a whole application. Additionally, '''property ranges''' are read by some of the GUI components to correctly format values and set the correct datatype URIs in created statements. The Method [http://www.gnowsis.org/statisch/gnogno2go-0.8/javadoc/org/gnogno/gui/dataset/binder/AbstractPropertyToComponentBinder.html#getDatatype() getDatatype()] does this.