Uses of Interface
com.iizigo.editor.complex.IComplexOperationSelection
Packages that use IComplexOperationSelection Package Description com.iizigo.editor.complex com.iizigo.panel com.iizigo.text com.iizigo.vs Uses of IComplexOperationSelection in com.iizigo.editor.complex
Constructors in com.iizigo.editor.complex with parameters of type IComplexOperationSelection Constructor Description ComplexOperation(java.lang.String descr, IComplexOperationSelection selectionImpl, IPropUndoRedo undoRedo)
Constructor of Add Operation.Uses of IComplexOperationSelection in com.iizigo.panel
Classes in com.iizigo.panel that implement IComplexOperationSelection Modifier and Type Class Description class
PanelEditor
The panel editor.Uses of IComplexOperationSelection in com.iizigo.text
Classes in com.iizigo.text that implement IComplexOperationSelection Modifier and Type Class Description class
TextTableEditor
The Style's Editor part.Uses of IComplexOperationSelection in com.iizigo.vs
Classes in com.iizigo.vs that implement IComplexOperationSelection Modifier and Type Class Description class
TablePanel
Panel used to display a selected Table in the VirtualSpace.