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

Quick Search    Search Deep

org.gjt.sp.jedit.menu
Class EnhancedCheckBoxMenuItem.Model  view EnhancedCheckBoxMenuItem.Model download EnhancedCheckBoxMenuItem.Model.java

java.lang.Object
  extended byjavax.swing.DefaultButtonModel
      extended byorg.gjt.sp.jedit.menu.EnhancedCheckBoxMenuItem.Model
All Implemented Interfaces:
javax.swing.ButtonModel, java.awt.ItemSelectable, java.io.Serializable
Enclosing class:
EnhancedCheckBoxMenuItem

class EnhancedCheckBoxMenuItem.Model
extends javax.swing.DefaultButtonModel


Field Summary
 
Fields inherited from class javax.swing.DefaultButtonModel
actionCommand, ARMED, changeEvent, ENABLED, group, listenerList, mnemonic, PRESSED, ROLLOVER, SELECTED, stateMask
 
Constructor Summary
(package private) EnhancedCheckBoxMenuItem.Model()
           
 
Method Summary
 boolean isSelected()
          Get the value of the model's "selected" property.
 void setSelected(boolean b)
          Set the value of the model's "selected" property.
 
Methods inherited from class javax.swing.DefaultButtonModel
addActionListener, addChangeListener, addItemListener, fireActionPerformed, fireItemStateChanged, fireStateChanged, getActionCommand, getActionListeners, getChangeListeners, getGroup, getItemListeners, getListeners, getMnemonic, getSelectedObjects, isArmed, isEnabled, isPressed, isRollover, removeActionListener, removeChangeListener, removeItemListener, setActionCommand, setArmed, setEnabled, setGroup, setMnemonic, setPressed, setRollover
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnhancedCheckBoxMenuItem.Model

EnhancedCheckBoxMenuItem.Model()
Method Detail

isSelected

public boolean isSelected()
Description copied from class: javax.swing.DefaultButtonModel
Get the value of the model's "selected" property.


setSelected

public void setSelected(boolean b)
Description copied from class: javax.swing.DefaultButtonModel
Set the value of the model's "selected" property.