public class VisualComponentConnectionManagementHistory
extends java.lang.Object
VisualComponentConnection
components that occured on a MappingsPanel
.Modifier and Type | Field and Description |
---|---|
static int |
ADDING_NEW_CONNECTION |
static int |
CANCELING_ADDITION_OF_CONNECTION |
static int |
DELETING_EXISTING_CONNECTION |
Constructor and Description |
---|
VisualComponentConnectionManagementHistory(MappingsPanel container) |
Modifier and Type | Method and Description |
---|---|
void |
ClearHistory() |
void |
clearRedoStack() |
void |
clearUndoStack() |
void |
ExecuteRedo() |
void |
ExecuteUndo() |
java.util.ArrayList<VisualComponentConnection> |
getCanceledAndDeletedConnections() |
java.util.LinkedList<org.ow2.choreos.gui.visualComponentConnection.HistoryPacket> |
getRedoStack() |
java.util.LinkedList<org.ow2.choreos.gui.visualComponentConnection.HistoryPacket> |
getUndoStack() |
void |
pushIntoRedo(int iD,
VisualComponentConnection connection) |
void |
pushIntoUndo(int iD,
VisualComponentConnection connection) |
public static final int DELETING_EXISTING_CONNECTION
public static final int CANCELING_ADDITION_OF_CONNECTION
public static final int ADDING_NEW_CONNECTION
public VisualComponentConnectionManagementHistory(MappingsPanel container)
public void ClearHistory()
public void ExecuteUndo()
public void ExecuteRedo()
public void pushIntoUndo(int iD, VisualComponentConnection connection)
public void pushIntoRedo(int iD, VisualComponentConnection connection)
public java.util.LinkedList<org.ow2.choreos.gui.visualComponentConnection.HistoryPacket> getRedoStack()
public void clearRedoStack()
public java.util.LinkedList<org.ow2.choreos.gui.visualComponentConnection.HistoryPacket> getUndoStack()
public void clearUndoStack()
public java.util.ArrayList<VisualComponentConnection> getCanceledAndDeletedConnections()