Uses of Class
com.iizigo.editor.complex.ContainerSelection
Uses of ContainerSelection in com.iizigo.editor.complex
Modifier and TypeMethodDescriptiondefault ContainerSelection[]
IComplexOperationSelection.getSelectionBefore
(ComplexOperation op) Override this method to return the initial selection that is suitable for restoring a selection usingIComplexOperationSelection.doComplexOperationSelection(GProp [])
.ComplexOperation.newContainerSelection
(GProp<?> prop) Creates a new ContainerSelection instance for a property container involved in the operation.ComplexOperation.newContainerSelection
(PropCnr parent, Atom childAtom) Creates a new ContainerSelection instance for a property container involved in the operation.Modifier and TypeMethodDescriptionvoid
ComplexOperation.setSelectionAfter
(ContainerSelection[] selection) Sets the selection after the operation has been performed so that it can be restored at a redo operation, before or after it has been executed.void
ComplexOperation.setSelectionBefore
(ContainerSelection[] selection) Sets the selection before the operation has been performed so that it can be restored at a undo operation, before or after it has been executed.Uses of ContainerSelection in com.iizigo.text
Modifier and TypeMethodDescriptionTextTableEditor.getSelectionBefore
(ComplexOperation op) Override this method to return the initial selection that is suitable for restoring a selection usingTextTableEditor.doComplexOperationSelection(GProp [])
.Uses of ContainerSelection in com.iizigo.vs
Modifier and TypeMethodDescriptionTablePanel.getSelectionBefore
(ComplexOperation op) Override this method to return the initial selection that is suitable for restoring a selection usingTablePanel.doComplexOperationSelection(GProp [])
.