com.sas.swing.visuals.olaptableview
Class OLAPNavigationalAction

com.sas.swing.visuals.olaptableview.OLAPNavigationalAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
Direct Known Subclasses:
OLAPPagingAction

public class OLAPNavigationalAction

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sas.swing.visuals.tableview.NavigationalAction
anchorColumn, anchorRow, dx, dy, extend, inSelection, leadColumn, leadRow, toggle
 
Constructor Summary
OLAPNavigationalAction(int dx, int dy, boolean toggle, boolean extend, boolean inSelection)
           
 
Method Summary
protected  int clipToRange(int i, int a, int b)
           
protected  void moveWithinTableRange(TableView table, int dx, int dy, boolean changeLead)
           
 
Methods inherited from class com.sas.swing.visuals.tableview.NavigationalAction
actionPerformed, compare, moveWithinSelectedRange
 

Constructor Detail

OLAPNavigationalAction

public OLAPNavigationalAction(int dx,
                              int dy,
                              boolean toggle,
                              boolean extend,
                              boolean inSelection)
Method Detail

clipToRange

protected int clipToRange(int i,
                          int a,
                          int b)
Overrides:
clipToRange in class NavigationalAction

moveWithinTableRange

protected void moveWithinTableRange(TableView table,
                                    int dx,
                                    int dy,
                                    boolean changeLead)
Overrides:
moveWithinTableRange in class NavigationalAction



Copyright © 2009 SAS Institute Inc. All Rights Reserved.