|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.esa.beam.framework.ui.tool.ToolEvent
@Deprecated public class ToolEvent
A special event type which is fired by tools to inform tool listeners about state changes of a tool.
| Field Summary | |
|---|---|
int |
_id
Deprecated. |
static int |
TOOL_ACTIVATED
Deprecated. |
static int |
TOOL_CANCELED
Deprecated. |
static int |
TOOL_DEACTIVATED
Deprecated. |
static int |
TOOL_DISABLED
Deprecated. |
static int |
TOOL_ENABLED
Deprecated. |
static int |
TOOL_FINISHED
Deprecated. |
static int |
TOOL_USER_ID
Deprecated. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ToolEvent(Tool tool,
int id)
Deprecated. Constructs a new tool event. |
|
| Method Summary | |
|---|---|
int |
getID()
Deprecated. Gets the event identifier. |
Tool |
getTool()
Deprecated. Returns the tool which generated this event. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int TOOL_ACTIVATED
public static final int TOOL_DEACTIVATED
public static final int TOOL_ENABLED
public static final int TOOL_DISABLED
public static final int TOOL_CANCELED
public static final int TOOL_FINISHED
public static final int TOOL_USER_ID
public final int _id
| Constructor Detail |
|---|
public ToolEvent(Tool tool,
int id)
tool - the tool whcih generated this event.| Method Detail |
|---|
public Tool getTool()
public int getID()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||