Uses of Class
com.iizigo.text.prop.EditorTextTable
Packages that use EditorTextTable Package Description com.iizigo.prop.editor.dialog com.iizigo.text com.iizigo.text.prop Uses of EditorTextTable in com.iizigo.prop.editor.dialog
Constructors in com.iizigo.prop.editor.dialog with parameters of type EditorTextTable Constructor Description RawTextEditorComposite(org.eclipse.swt.widgets.Composite parent, int style, KString ks, java.lang.Boolean useTags, boolean isPlainOnly, ModuleModel model, IVSAccessor vsAccessor, EditorTextTable defaultTextTable, java.lang.Runnable stateRunnable)
Create the dialog.RawTextEditorDialog(org.eclipse.swt.widgets.Shell parent, ModuleModel model, KString ks, java.lang.Boolean useTags, boolean isPlainOnly, IVSParticipant vsParticipant, EditorTextTable defaultTextTable)
Create the dialog.RawTextEditorPatternDialog(org.eclipse.swt.widgets.Shell parent, ModuleModel model, KString ks, java.lang.Boolean useTags, IVSParticipant vsParticipant, EditorTextTable defaultTextTable, Value.Type valueType)
Create the dialog.Uses of EditorTextTable in com.iizigo.text
Methods in com.iizigo.text that return EditorTextTable Modifier and Type Method Description EditorTextTable
TextTableEditor. getEditedTextTable(int column)
Gets the edited text table at specified column index.EditorTextTable
NewTextTableWizard. getTextTable()
Gets the created text table.Methods in com.iizigo.text with parameters of type EditorTextTable Modifier and Type Method Description static void
TextTableEditor. onKStringPropChanged(EditorTextTable tt, KStringProp ksp)
Called when a text has changed and perhaps needs automatic translation to other tables.Method parameters in com.iizigo.text with type arguments of type EditorTextTable Modifier and Type Method Description void
TextTableLabelProvider. setInput(java.util.ArrayList<EditorTextTable> textTables)
Sets the input.Constructors in com.iizigo.text with parameters of type EditorTextTable Constructor Description CommonTextActions(org.eclipse.swt.widgets.Shell shell, ModuleModel model, TextTableEditor editor, IVSAccessor vsAccessor, EditorTextTable defaultTextTable, IPropUndoRedo undoRedo, java.lang.Boolean useTags)
Constructor.ExternalizeTextsDialog(org.eclipse.swt.widgets.Shell parent, EditorTextTable textTable, java.util.List<DesignerProp> list, IPropUndoRedo undoRedo)
Create the dialog.SettingsComposite(org.eclipse.swt.widgets.Composite parent, int style, int marginWidth, int marginHeight, ModuleModel model, EditorTextTable textTable, java.lang.String textTableRef, GProp<?> anyProp, IValidationMessage messageHandler, IPropUndoRedo undoRedo)
Creates the text table settings composite.Uses of EditorTextTable in com.iizigo.text.prop
Fields in com.iizigo.text.prop declared as EditorTextTable Modifier and Type Field Description static EditorTextTable[]
EditorTextTable. EMPTY_ARRAY
An empty array.Methods in com.iizigo.text.prop that return EditorTextTable Modifier and Type Method Description EditorTextTable
EditorTextTable. clone()
Clone must be overridden.EditorTextTable
EditorTextTable. getDerives()
Gets the text table that is derived.Methods in com.iizigo.text.prop with parameters of type EditorTextTable Modifier and Type Method Description static org.eclipse.swt.widgets.Composite
TextTableDesignerProp. createCNToolTip(EditorTextTable tt, org.eclipse.swt.widgets.Composite parent, KStringProp ksp, java.lang.String id)
Creates the tooltip.static org.eclipse.swt.widgets.Composite
TextTableDesignerProp. createCNToolTipHelper(EditorTextTable tt, org.eclipse.swt.widgets.Composite parent, KStringProp ksp, java.lang.String id)
Creates a small tooltip composite for image preview, if possible.static boolean
EditorTextTable. hasCircularReference(EditorTextTable textTable, GProp<?> anyProp, java.lang.String ref)
Circular reference validation for Text Tables.