|
|||||||||
| Home >> All >> org >> gui4j >> core >> [ listener overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.gui4j.core.listener
Class Gui4jActionListenerComboBox

java.lang.Objectorg.gui4j.core.listener.Gui4jActionListener
org.gui4j.core.listener.Gui4jActionListenerComboBox
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener, org.gui4j.Gui4jDispose
- public final class Gui4jActionListenerComboBox
- extends Gui4jActionListener
| Field Summary | |
private boolean |
mActive
|
private javax.swing.ComboBoxModel |
mModel
|
| Fields inherited from class org.gui4j.core.listener.Gui4jActionListener |
mActionPeformed, mGui4jComponentInstance, mGui4jController, mGui4jThreadManager |
| Constructor Summary | |
Gui4jActionListenerComboBox(org.gui4j.core.Gui4jComponentInstance gui4jComponentInstance,
javax.swing.ComboBoxModel model)
Constructor for Gui4jActionListenerComboBox. |
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
This method is invoked when an action occurs. |
void |
setActive(boolean active)
|
| Methods inherited from class org.gui4j.core.listener.Gui4jActionListener |
dispose, setActionPerformed |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
mModel
private final javax.swing.ComboBoxModel mModel
mActive
private boolean mActive
| Constructor Detail |
Gui4jActionListenerComboBox
public Gui4jActionListenerComboBox(org.gui4j.core.Gui4jComponentInstance gui4jComponentInstance, javax.swing.ComboBoxModel model)
- Constructor for Gui4jActionListenerComboBox.
| Method Detail |
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Description copied from interface:
java.awt.event.ActionListener - This method is invoked when an action occurs.
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener- Overrides:
actionPerformedin classGui4jActionListener
setActive
public void setActive(boolean active)
|
|||||||||
| Home >> All >> org >> gui4j >> core >> [ listener overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC