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

Quick Search    Search Deep

org.merlotxml.merlot
Interface StateAction  view StateAction download StateAction.java

All Superinterfaces:
javax.swing.Action, java.awt.event.ActionListener, java.util.EventListener
All Known Implementing Classes:
AbstractStateAction

public interface StateAction
extends javax.swing.Action


Field Summary
static java.lang.String SELECTABLE
           
static java.lang.String SELECTED
           
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Method Summary
 boolean isSelectable()
           
 boolean isSelected()
           
 void setSelectable(boolean selected)
           
 void setSelected(boolean selected)
           
 
Methods inherited from interface javax.swing.Action
addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
 

Field Detail

SELECTED

public static final java.lang.String SELECTED
See Also:
Constant Field Values

SELECTABLE

public static final java.lang.String SELECTABLE
See Also:
Constant Field Values
Method Detail

isSelected

public boolean isSelected()

setSelected

public void setSelected(boolean selected)

isSelectable

public boolean isSelectable()

setSelectable

public void setSelectable(boolean selected)