net.infonode.gui
Class PopupList.PopupButtonModel

java.lang.Object
  extended by javax.swing.DefaultButtonModel
      extended by net.infonode.gui.PopupList.PopupButtonModel
All Implemented Interfaces:
java.awt.ItemSelectable, java.io.Serializable, javax.swing.ButtonModel
Enclosing class:
PopupList

private class PopupList.PopupButtonModel
extends javax.swing.DefaultButtonModel


Field Summary
private  boolean pressed
           
 
Fields inherited from class javax.swing.DefaultButtonModel
actionCommand, ARMED, changeEvent, ENABLED, group, listenerList, mnemonic, PRESSED, ROLLOVER, SELECTED, stateMask
 
Constructor Summary
private PopupList.PopupButtonModel()
           
 
Method Summary
 boolean isArmed()
           
 boolean isPressed()
           
 void setPressedInternal(boolean pressed)
           
 
Methods inherited from class javax.swing.DefaultButtonModel
addActionListener, addChangeListener, addItemListener, fireActionPerformed, fireItemStateChanged, fireStateChanged, getActionCommand, getActionListeners, getChangeListeners, getGroup, getItemListeners, getListeners, getMnemonic, getSelectedObjects, isEnabled, isRollover, isSelected, removeActionListener, removeChangeListener, removeItemListener, setActionCommand, setArmed, setEnabled, setGroup, setMnemonic, setPressed, setRollover, setSelected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pressed

private boolean pressed
Constructor Detail

PopupList.PopupButtonModel

private PopupList.PopupButtonModel()
Method Detail

isPressed

public boolean isPressed()
Specified by:
isPressed in interface javax.swing.ButtonModel
Overrides:
isPressed in class javax.swing.DefaultButtonModel

isArmed

public boolean isArmed()
Specified by:
isArmed in interface javax.swing.ButtonModel
Overrides:
isArmed in class javax.swing.DefaultButtonModel

setPressedInternal

public void setPressedInternal(boolean pressed)