org.xith3d.selection
Class Separator
java.lang.Object
org.xith3d.selection.AbstractAction
org.xith3d.selection.Separator
- All Implemented Interfaces:
- Action
public class Separator
- extends AbstractAction
|
Constructor Summary |
Separator(java.lang.String id)
|
|
Method Summary |
java.lang.String |
getDisplayName()
|
void |
performAction(org.openmali.vecmath2.Tuple2i mouseCoords,
org.openmali.vecmath2.Tuple3f worldCoords,
java.util.List<Selectable> selection,
java.util.List<Selectable> selectedContext)
|
boolean |
testEnabledState(org.openmali.vecmath2.Tuple2i mouseCoords,
org.openmali.vecmath2.Tuple3f worldCoords,
java.util.List<Selectable> selection,
java.util.List<Selectable> selectedContext)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Separator
public Separator(java.lang.String id)
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayName in interface Action- Overrides:
getDisplayName in class AbstractAction
testEnabledState
public boolean testEnabledState(org.openmali.vecmath2.Tuple2i mouseCoords,
org.openmali.vecmath2.Tuple3f worldCoords,
java.util.List<Selectable> selection,
java.util.List<Selectable> selectedContext)
- Specified by:
testEnabledState in interface Action- Overrides:
testEnabledState in class AbstractAction
performAction
public void performAction(org.openmali.vecmath2.Tuple2i mouseCoords,
org.openmali.vecmath2.Tuple3f worldCoords,
java.util.List<Selectable> selection,
java.util.List<Selectable> selectedContext)