Uses of Class
com.iizigo.editor.complex.ContainerSelection
Packages that use ContainerSelection
Uses of ContainerSelection in com.iizigo.editor.complex
Methods in com.iizigo.editor.complex that return ContainerSelectionModifier 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.Methods in com.iizigo.editor.complex with parameters of type ContainerSelectionModifier and TypeMethodDescriptionvoidComplexOperation.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.voidComplexOperation.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
Methods in com.iizigo.text that return ContainerSelectionModifier 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
Methods in com.iizigo.vs that return ContainerSelectionModifier and TypeMethodDescriptionTablePanel.getSelectionBefore(ComplexOperation op) Override this method to return the initial selection that is suitable for restoring a selection usingTablePanel.doComplexOperationSelection(GProp []).