javax.swing.plaf.basic
Class BasicTableUI.PagingAction

java.lang.Object
  extended byjavax.swing.AbstractAction
      extended byjavax.swing.plaf.basic.BasicTableUI.NavigationalAction
          extended byjavax.swing.plaf.basic.BasicTableUI.PagingAction
All Implemented Interfaces:
Action, ActionListener, Cloneable, EventListener, Serializable
Enclosing class:
BasicTableUI

private static class BasicTableUI.PagingAction
extends BasicTableUI.NavigationalAction


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

forwards

private boolean forwards

vertically

private boolean vertically

toLimit

private boolean toLimit

dx

protected int dx

dy

protected int dy

toggle

protected boolean toggle

extend

protected boolean extend

inSelection

protected boolean inSelection

anchorRow

protected int anchorRow

anchorColumn

protected int anchorColumn

leadRow

protected int leadRow

leadColumn

protected int leadColumn
Constructor Detail

BasicTableUI.PagingAction

private BasicTableUI.PagingAction(boolean extend,
                                  boolean forwards,
                                  boolean vertically,
                                  boolean toLimit)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Description copied from interface: ActionListener
Invoked when an action occurs.

Specified by:
actionPerformed in interface ActionListener
Overrides:
actionPerformed in class BasicTableUI.NavigationalAction