|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectactions.PropertyAction
public class PropertyAction
Action for displaying the properties of an object.
Field Summary | |
---|---|
private InteractionHandler |
handler
the interaction handler |
Constructor Summary | |
---|---|
PropertyAction(InteractionHandler handler)
Constructs a property action. |
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent arg0)
Displays a property editor for the currently selected object. |
static void |
showPropertyDialog(InteractionHandler handler,
OntologyObject selected)
Displays a property editor dialog. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private InteractionHandler handler
Constructor Detail |
---|
public PropertyAction(InteractionHandler handler)
handler
- - the interaction handlerMethod Detail |
---|
public void actionPerformed(java.awt.event.ActionEvent arg0)
actionPerformed
in interface java.awt.event.ActionListener
public static void showPropertyDialog(InteractionHandler handler, OntologyObject selected)
handler
- - the interaction handlerselected
- - the object to display
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |