|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.esa.beam.framework.ui.tool.ToolAdapter
@Deprecated public class ToolAdapter
Provides (empty) default implementations for all operations of the ToolListener interface.
| Constructor Summary | |
|---|---|
ToolAdapter()
Deprecated. Constructs the adapter (the method does nothing). |
|
| Method Summary | |
|---|---|
void |
toolActivated(ToolEvent toolEvent)
Deprecated. Invoked if a tool was activated (the method does nothing). |
void |
toolCanceled(ToolEvent toolEvent)
Deprecated. Invoked if the tool was canceled while it was active and not finished (the method does nothing). |
void |
toolDeactivated(ToolEvent toolEvent)
Deprecated. Invoked if a tool was activated (the method does nothing). |
void |
toolDisabled(ToolEvent toolEvent)
Deprecated. Invoked if a tool was disabled (the method does nothing). |
void |
toolEnabled(ToolEvent toolEvent)
Deprecated. Invoked if a tool was enabled (the method does nothing). |
void |
toolFinished(ToolEvent toolEvent)
Deprecated. Invoked if the user finished the work with this tool (the method does nothing). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ToolAdapter()
| Method Detail |
|---|
public void toolActivated(ToolEvent toolEvent)
toolActivated in interface ToolListenertoolEvent - the event which caused the state change.public void toolDeactivated(ToolEvent toolEvent)
toolDeactivated in interface ToolListenertoolEvent - the event which caused the state change.public void toolDisabled(ToolEvent toolEvent)
toolDisabled in interface ToolListenertoolEvent - the event which caused the state change.public void toolEnabled(ToolEvent toolEvent)
toolEnabled in interface ToolListenertoolEvent - the event which caused the state change.public void toolCanceled(ToolEvent toolEvent)
toolCanceled in interface ToolListenertoolEvent - the event which caused the state change.public void toolFinished(ToolEvent toolEvent)
toolFinished in interface ToolListenertoolEvent - the event which caused the state change.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||