|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.AbstractAction javax.swing.plaf.basic.BasicTableUI.NavigationalAction javax.swing.plaf.basic.BasicTableUI.PagingAction
Nested Class Summary |
Nested classes inherited from class javax.swing.AbstractAction |
|
Field Summary | |
protected int |
anchorColumn
|
protected int |
anchorRow
|
protected int |
dx
|
protected int |
dy
|
protected boolean |
extend
|
private boolean |
forwards
|
protected boolean |
inSelection
|
protected int |
leadColumn
|
protected int |
leadRow
|
protected boolean |
toggle
|
private boolean |
toLimit
|
private boolean |
vertically
|
Fields inherited from class javax.swing.AbstractAction |
changeSupport, enabled |
Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
Constructor Summary | |
private |
BasicTableUI.PagingAction(boolean extend,
boolean forwards,
boolean vertically,
boolean toLimit)
|
Method Summary | |
void |
actionPerformed(ActionEvent e)
Invoked when an action occurs. |
Methods inherited from class javax.swing.AbstractAction |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private boolean forwards
private boolean vertically
private boolean toLimit
protected int dx
protected int dy
protected boolean toggle
protected boolean extend
protected boolean inSelection
protected int anchorRow
protected int anchorColumn
protected int leadRow
protected int leadColumn
Constructor Detail |
private BasicTableUI.PagingAction(boolean extend, boolean forwards, boolean vertically, boolean toLimit)
Method Detail |
public void actionPerformed(ActionEvent e)
ActionListener
actionPerformed
in interface ActionListener
actionPerformed
in class BasicTableUI.NavigationalAction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |