com.sas.swing.visuals.tableview
Class SwapCurrentCellAction
com.sas.swing.visuals.tableview.SwapCurrentCellAction
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
public class SwapCurrentCellAction
- See Also:
- Serialized Form
COLUMN_HEADER
public static final int COLUMN_HEADER
- Swaps the current cell between the table and the column header
- See Also:
- Constant Field Values
ROW_HEADER
public static final int ROW_HEADER
- Swaps the current cell between the table and the row header
- See Also:
- Constant Field Values
ORIGIN_COMPONENT
public static final int ORIGIN_COMPONENT
- Swaps the current cell between the table and the origin component
- See Also:
- Constant Field Values
swappingComponent
protected int swappingComponent
oldRow
protected int oldRow
oldColumn
protected int oldColumn
SwapCurrentCellAction
public SwapCurrentCellAction()
SwapCurrentCellAction
public SwapCurrentCellAction(int swappingComponent)
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
Copyright © 2009 SAS Institute Inc. All Rights Reserved.