public interface IControl
Modifier and Type | Method and Description |
---|---|
void |
addActionListener(java.awt.event.ActionListener listener)
Adds an ActionListener to the control
|
java.lang.String |
getName()
Gets the name of the control, used to identify it
|
java.lang.Object |
getValue() |
void |
removeActionListener(java.awt.event.ActionListener listener)
Removes an ActionListener from the control
|
void |
setName(java.lang.String name)
Sets the name of the control, used to identify it
|
java.lang.Object |
setValue(java.lang.Object value)
Sets the value of the control.
|
void addActionListener(java.awt.event.ActionListener listener)
listener
- void removeActionListener(java.awt.event.ActionListener listener)
listener
- java.lang.Object setValue(java.lang.Object value)
java.lang.Object getValue()
java.lang.String getName()
void setName(java.lang.String name)
name
-