Groovy Documentation

com.wordpress.tipsforjava.swing
[Java] Class RXCardLayout.CardAction

java.lang.Object
  javax.swing.AbstractAction
      com.wordpress.tipsforjava.swing.RXCardLayout.CardAction

class RXCardLayout.CardAction
extends AbstractAction

Field Summary
private boolean isNext

 
Fields inherited from class AbstractAction
DEFAULT, NAME, SHORT_DESCRIPTION, LONG_DESCRIPTION, SMALL_ICON, ACTION_COMMAND_KEY, ACCELERATOR_KEY, MNEMONIC_KEY, SELECTED_KEY, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY
 
Constructor Summary
RXCardLayout.CardAction(String text, boolean isNext)

 
Method Summary
void actionPerformed(ActionEvent e)

 
Methods inherited from class AbstractAction
getValue, putValue, addPropertyChangeListener, isEnabled, setEnabled, removePropertyChangeListener, getPropertyChangeListeners, getKeys, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll, actionPerformed
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

isNext

private boolean isNext


 
Constructor Detail

RXCardLayout.CardAction

public RXCardLayout.CardAction(String text, boolean isNext)


 
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)


 

Groovy Documentation