|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
de.jreality.scene.event.SceneEvent
de.jreality.scene.event.ToolEvent
public class ToolEvent
| Field Summary | |
|---|---|
static int |
TOOL_ADDED
|
static int |
TOOL_REMOVED
|
| Constructor Summary | |
|---|---|
ToolEvent(SceneGraphNode source,
Tool tool,
int type)
|
|
| Method Summary | |
|---|---|
int |
getEventType()
|
Tool |
getTool()
|
| Methods inherited from class de.jreality.scene.event.SceneEvent |
|---|
getSourceNode |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int TOOL_ADDED
public static final int TOOL_REMOVED
| Constructor Detail |
|---|
public ToolEvent(SceneGraphNode source,
Tool tool,
int type)
| Method Detail |
|---|
public Tool getTool()
public int getEventType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||