|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.umd.cfar.lamp.apploader.MENU
Namespace schema for an application WIMP menuing system. For information, see the namespace document.
Field Summary | |
static com.hp.hpl.jena.rdf.model.Property |
attachment
Indicates where the node is to be attached, either to another menu or group, or to a bean for top-level menus. |
static com.hp.hpl.jena.rdf.model.Property |
generates
The Actionator that is invoked when the menu item is selected. |
static com.hp.hpl.jena.rdf.model.Resource |
Group
A Group is like a Menu, but is instead included in the parent menu, surrounded by lines, while a Menu is labeled and has a pop-up submenu. |
static com.hp.hpl.jena.rdf.model.Resource |
Item
The class of menu items: leaves on the menu tree. |
static com.hp.hpl.jena.rdf.model.Resource |
Menu
The class of internal menu nodes. |
static com.hp.hpl.jena.rdf.model.Property |
mnemonic
The mnemonic is the underlined text. |
static com.hp.hpl.jena.rdf.model.Property |
priority
The priority is used while sorting the node in its menu or group. |
protected static java.lang.String |
uri
|
Constructor Summary | |
MENU()
|
Method Summary | |
static java.lang.String |
getURI()
Returns the URI for this schema, http://viper-toolkit.sourceforge.net/owl/apploader/menu# . |
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.Resource Menu
public static final com.hp.hpl.jena.rdf.model.Resource Item
public static final com.hp.hpl.jena.rdf.model.Resource Group
public static final com.hp.hpl.jena.rdf.model.Property attachment
public static final com.hp.hpl.jena.rdf.model.Property mnemonic
public static final com.hp.hpl.jena.rdf.model.Property priority
public static final com.hp.hpl.jena.rdf.model.Property generates
Constructor Detail |
public MENU()
Method Detail |
public static java.lang.String getURI()
http://viper-toolkit.sourceforge.net/owl/apploader/menu#
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |