public class InterfaceActionSwitchDataSetOrders extends java.lang.Object implements IInterfaceAction
InteractiveInterfaceHelperWithActions| Constructor and Description |
|---|
InterfaceActionSwitchDataSetOrders(DataSet pDataSet1,
DataSet pDataSet2)
Deprecated.
Creates an action class instance which will switch the ordering of two data sets, when
performAction is called. |
| Modifier and Type | Method and Description |
|---|---|
void |
performAction(IInterfaceActionListener pInterfaceActionListener,
IInterfaceUndoListener pInterfaceUndoListener,
IActionHelper pActionHelper)
Deprecated.
For internal use only.
|
public InterfaceActionSwitchDataSetOrders(DataSet pDataSet1, DataSet pDataSet2)
performAction is called.
This constructor should be called directly to create the action class instance.
This instance should then be passed to InteractiveInterfaceHelperWithActions.performAction
to switch the data set order.pDataSet1 - the first data set to switchpDataSet2 - the second data set to switchpublic void performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
performAction in interface IInterfaceActionpInterfaceActionListener - the interface action listener instancepInterfaceUndoListener - the interface undo listener instancepActionHelper - the action helper instance