Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gui4j.core.listener
Class Gui4jActionListenerComboBox  view Gui4jActionListenerComboBox download Gui4jActionListenerComboBox.java

java.lang.Object
  extended byorg.gui4j.core.listener.Gui4jActionListener
      extended byorg.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:
actionPerformed in interface java.awt.event.ActionListener
Overrides:
actionPerformed in class Gui4jActionListener

setActive

public void setActive(boolean active)