|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.umd.cfar.lamp.apploader.PROPS
Property sheet namespace convenience class, as described in the props schema.
Field Summary | |
static com.hp.hpl.jena.rdf.model.Property |
addListener
Indicates that this listener will be notified when properties change on the associated bean. |
static com.hp.hpl.jena.rdf.model.Property |
describes
Links to the bean that this PropertySet describes. |
static com.hp.hpl.jena.rdf.model.Property |
editor
A table cell editor for the property. |
static com.hp.hpl.jena.rdf.model.Property |
extendedProperties
Gets a java object that lists more properties than exist in the file, and may come and go over time. |
static com.hp.hpl.jena.rdf.model.Property |
hasProperty
Links to one of the PropertyDescriptors for the given bean. |
static com.hp.hpl.jena.rdf.model.Property |
interfacer
Gets an interface bean, an object that supports get and set methods. |
static com.hp.hpl.jena.rdf.model.Property |
listenerName
The name of the listener, e.g. the part after add in addListenerName on the bean. |
static com.hp.hpl.jena.rdf.model.Property |
listenerType
The java name of the listener interface. |
static com.hp.hpl.jena.rdf.model.Property |
propertyOrder
Links to a List of PropertyDescriptor nodes for this set. |
static com.hp.hpl.jena.rdf.model.Property |
renderer
A table cell renderer for the property. |
protected static java.lang.String |
uri
|
Constructor Summary | |
PROPS()
|
Method Summary | |
static java.lang.String |
getURI()
Returns the URI for this schema, http://viper-toolkit.sourceforge.net/owl/apploader/props# . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final java.lang.String uri
public static final com.hp.hpl.jena.rdf.model.Property describes
public static final com.hp.hpl.jena.rdf.model.Property hasProperty
public static final com.hp.hpl.jena.rdf.model.Property propertyOrder
public static final com.hp.hpl.jena.rdf.model.Property interfacer
public static final com.hp.hpl.jena.rdf.model.Property extendedProperties
public static final com.hp.hpl.jena.rdf.model.Property renderer
public static final com.hp.hpl.jena.rdf.model.Property editor
public static final com.hp.hpl.jena.rdf.model.Property addListener
public static final com.hp.hpl.jena.rdf.model.Property listenerType
public static final com.hp.hpl.jena.rdf.model.Property listenerName
addListenerName
on the bean.
Constructor Detail |
public PROPS()
Method Detail |
public static java.lang.String getURI()
http://viper-toolkit.sourceforge.net/owl/apploader/props#
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |