edu.umd.cfar.lamp.apploader
Class MENU

java.lang.Object
  extended byedu.umd.cfar.lamp.apploader.MENU

public class MENU
extends java.lang.Object

Namespace schema for an application WIMP menuing system. For information, see the namespace document.

Author:
davidm

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

uri

protected static final java.lang.String uri
See Also:
Constant Field Values

Menu

public static final com.hp.hpl.jena.rdf.model.Resource Menu
The class of internal menu nodes.


Item

public static final com.hp.hpl.jena.rdf.model.Resource Item
The class of menu items: leaves on the menu tree.


Group

public static final 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.


attachment

public static final 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.


mnemonic

public static final com.hp.hpl.jena.rdf.model.Property mnemonic
The mnemonic is the underlined text. This is localized.


priority

public static final com.hp.hpl.jena.rdf.model.Property priority
The priority is used while sorting the node in its menu or group. The highest priorities (top of the menu) are 0, 1, 2... The lowest priorities (bottom to top) are -1, -2, ...


generates

public static final com.hp.hpl.jena.rdf.model.Property generates
The Actionator that is invoked when the menu item is selected.

Constructor Detail

MENU

public MENU()
Method Detail

getURI

public static java.lang.String getURI()
Returns the URI for this schema, http://viper-toolkit.sourceforge.net/owl/apploader/menu#.

Returns:
the URI for this schema