|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PreferenceException | |
edu.umd.cfar.lamp.apploader | This package provides the main class for the Application Loader, and some utility classes and RDF vocabulary classes. |
edu.umd.cfar.lamp.apploader.prefs | A preference manager for the application loader. |
edu.umd.cfar.lamp.apploader.propertysheets | A property viewer for individual java objects. |
Uses of PreferenceException in edu.umd.cfar.lamp.apploader |
Methods in edu.umd.cfar.lamp.apploader that throw PreferenceException | |
void |
AppLoaderMenu.resetMenu(javax.swing.JRootPane frame)
Resets the menu attached to the given Swing frame to the menu this object describes. |
java.lang.Object |
AppLoader.rdfNodeToValue(com.hp.hpl.jena.rdf.model.RDFNode propVal)
Gets the java value represented by the RDFNode. |
java.lang.Object |
AppLoader.rdfNodeToValue(com.hp.hpl.jena.rdf.model.RDFNode propVal,
java.lang.Object parent)
Gets the java value represented by the RDFNode. |
static java.lang.Object |
AppLoader.loadObjectFromName(java.lang.String name)
Construct a new instance of the Class referenced by the referenced java name. |
java.lang.Object |
AppLoader.loadBeanFromResource(com.hp.hpl.jena.rdf.model.Resource r)
Load a bean from its resource. |
void |
AppLoader.initializeBeanFromResource(com.hp.hpl.jena.rdf.model.Resource r)
Initialize the bean specified by the resource. |
void |
AppLoader.initializeBeanFromResource(java.lang.Object bean,
java.lang.Object parent,
com.hp.hpl.jena.rdf.model.Resource r)
Initializes bean in parent context. |
static void |
AppLoader.main(java.lang.String[] args)
Creates a new AppLoader and initializes it. |
Constructors in edu.umd.cfar.lamp.apploader that throw PreferenceException | |
AppLoader(PrefsManager prefs)
Create a new application window for the application described in the referenced preferences. |
Uses of PreferenceException in edu.umd.cfar.lamp.apploader.prefs |
Subclasses of PreferenceException in edu.umd.cfar.lamp.apploader.prefs | |
class |
ArgumentException
Thrown when there is an error on the command line. |
Methods in edu.umd.cfar.lamp.apploader.prefs that throw PreferenceException | |
java.net.URI |
PrefsManager.getSystemDirectory()
Gets the system directory, if defined. |
java.net.URI |
PrefsManager.getUserDirectory()
Gets the user directory, if defined. |
void |
PrefsManager.loadUserPrefs()
Loads the se triplestore from a n n3 file. |
void |
PrefsManager.setSystemPrefs(java.net.URI filename)
Resets the system prefs to the contents of the given uri. |
void |
OptionsManager.printUsage()
Prints the command line usage to the system error stream. |
void |
OptionsManager.printUsage(int lod)
Prints usage to the given level of detail, a non-negative integer. |
void |
OptionsManager.addTrigger(com.hp.hpl.jena.rdf.model.Resource trigger)
Loads the three maps with trigger functor by name. |
void |
OptionsManager.removeTrigger(com.hp.hpl.jena.rdf.model.Resource trigger)
Removes the specified trigger. |
Uses of PreferenceException in edu.umd.cfar.lamp.apploader.propertysheets |
Methods in edu.umd.cfar.lamp.apploader.propertysheets that throw PreferenceException | |
javax.swing.JComponent |
InstancePropertyDescriptor.getEditor(java.lang.Object bean,
AppLoader core)
Gets the associated cell editor for the property |
javax.swing.JComponent |
InstancePropertyDescriptor.getRenderer(java.lang.Object bean,
AppLoader core)
Gets the associated cell renderer for the property. |
javax.swing.JComponent |
ExplicitPropertyDescriptor.getEditor(java.lang.Object bean,
AppLoader core)
|
javax.swing.JComponent |
ExplicitPropertyDescriptor.getRenderer(java.lang.Object bean,
AppLoader core)
|
Constructors in edu.umd.cfar.lamp.apploader.propertysheets that throw PreferenceException | |
ForClassPropertyDescriptor(PrefsManager prefs,
com.hp.hpl.jena.rdf.model.Resource prop,
java.lang.Object bean)
Creates a new descriptor for the property of the given instance as described in the preferences by the resource prop |
|
ExplicitPropertyDescriptor(PrefsManager prefs,
com.hp.hpl.jena.rdf.model.Resource prop,
java.lang.Object bean)
Creates a new descriptor for the property of the given instance as described in the preferences by the resource prop |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |