@Deprecated
public interface IPolygonComponent
This is the interface of all polygon component. It will carry a polygon button and listeners and is able to return them. Moreover you can also specify an Action and an action listener. These are for controlling the action and response for an action occurred.
The current component will implement this interface:
public final class PolygonContainer implements IPolygonComponent { ... }
IAction
,
APolygonButton
,
IPolygonListener
Modifier and Type | Method and Description |
---|---|
IAction |
fetchAction()
Deprecated.
|
java.awt.event.ActionListener |
fetchActionListener()
Deprecated.
|
APolygonButton |
fetchButton()
Deprecated.
|
IPolygonListener |
fetchListener()
Deprecated.
|
java.awt.event.MouseListener |
fetchMouseListener()
Deprecated.
|
java.awt.event.MouseMotionListener |
fetchMouseMotionListener()
Deprecated.
|
@Deprecated APolygonButton fetchButton()
null
value.@Deprecated IPolygonListener fetchListener()
null
value.@Deprecated java.awt.event.MouseListener fetchMouseListener()
java.awt.event.MouseListener
.null
value.@Deprecated java.awt.event.MouseMotionListener fetchMouseMotionListener()
java.awt.event.MouseMotionListener
.null
value.@Deprecated java.awt.event.ActionListener fetchActionListener()
java.awt.event.ActionListener
.null
value.@Deprecated IAction fetchAction()
null
value.14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft