Uses of Class
com.iizigo.editor.complex.ContainerSelection
Packages that use ContainerSelection Package Description com.iizigo.editor.complex com.iizigo.text com.iizigo.vs Uses of ContainerSelection in com.iizigo.editor.complex
Methods in com.iizigo.editor.complex that return ContainerSelection Modifier and Type Method Description default ContainerSelection[]
IComplexOperationSelection. getSelectionBefore(ComplexOperation op)
Override this method to return the initial selection that is suitable for restoring a selection usingIComplexOperationSelection.doComplexOperationSelection(GProp [])
.ContainerSelection
ComplexOperation. newContainerSelection(GProp<?> prop)
Creates a new ContainerSelection instance for a property container involved in the operation.ContainerSelection
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 ContainerSelection Modifier and Type Method Description void
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
Methods in com.iizigo.text that return ContainerSelection Modifier and Type Method Description ContainerSelection[]
TextTableEditor. 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 ContainerSelection Modifier and Type Method Description ContainerSelection[]
TablePanel. getSelectionBefore(ComplexOperation op)
Override this method to return the initial selection that is suitable for restoring a selection usingTablePanel.doComplexOperationSelection(GProp [])
.