|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.umd.cfar.lamp.apploader.HOTKEYS
Adds hotkeys to components in an apploader interface. For information, see the namespace document.
Field Summary | |
static com.hp.hpl.jena.rdf.model.Property |
ancestorInputAction
The action occurs when any of the swing ancestors of bean this is bound to see the hotkey stroke. |
static com.hp.hpl.jena.rdf.model.Resource |
DuringDispatch
A marker for the when property, indicating that
the event should be processed before the focused bean has its
go. |
static com.hp.hpl.jena.rdf.model.Resource |
DuringPost
A marker for the when property, indicating that
the event should be processed after the focused bean has its
go. |
static com.hp.hpl.jena.rdf.model.Property |
hasAction
An action that will be invoked when the binding takes effect. |
static com.hp.hpl.jena.rdf.model.Property |
hotkey
A hot key for the action. |
static com.hp.hpl.jena.rdf.model.Resource |
HotkeyBinding
A class of OWL objects that describe a binding from a keypress or stroke to some kind of action. |
static com.hp.hpl.jena.rdf.model.Property[] |
INPUT_TYPES
The three input types; this list corresponds to the three input map conditions for a JComponent. |
static com.hp.hpl.jena.rdf.model.Property |
inputAction
Has an input action. |
static com.hp.hpl.jena.rdf.model.Property |
localInputAction
Has a local input action. |
protected static java.lang.String |
uri
|
static com.hp.hpl.jena.rdf.model.Property |
when
When, either before or after dispatch, the binding should be tried. |
static com.hp.hpl.jena.rdf.model.Property |
windowInputAction
The action will happen when the window containing the bound bean has seen the stroke. |
Constructor Summary | |
HOTKEYS()
|
Method Summary | |
static int |
getTypeIDForInputActionPredicate(com.hp.hpl.jena.rdf.model.Property p)
Gets the int version of the type id, e.g. |
static java.lang.String |
getURI()
Returns the URI for this schema, http://viper-toolkit.sourceforge.net/owl/apploader/hotkeys# . |
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 HotkeyBinding
public static final com.hp.hpl.jena.rdf.model.Property inputAction
public static final com.hp.hpl.jena.rdf.model.Property localInputAction
public static final com.hp.hpl.jena.rdf.model.Property ancestorInputAction
public static final com.hp.hpl.jena.rdf.model.Property windowInputAction
public static final com.hp.hpl.jena.rdf.model.Property hasAction
public static final com.hp.hpl.jena.rdf.model.Property hotkey
public static final com.hp.hpl.jena.rdf.model.Property when
public static final com.hp.hpl.jena.rdf.model.Resource DuringDispatch
when
property, indicating that
the event should be processed before the focused bean has its
go.
public static final com.hp.hpl.jena.rdf.model.Resource DuringPost
when
property, indicating that
the event should be processed after the focused bean has its
go.
public static final com.hp.hpl.jena.rdf.model.Property[] INPUT_TYPES
Constructor Detail |
public HOTKEYS()
Method Detail |
public static java.lang.String getURI()
http://viper-toolkit.sourceforge.net/owl/apploader/hotkeys#
.
public static int getTypeIDForInputActionPredicate(com.hp.hpl.jena.rdf.model.Property p)
localInputAction
of windowInputAction
.
p
- the action to check
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |