Uses of Class
com.iizigo.text.prop.EditorTextTable
Packages that use EditorTextTable
Uses of EditorTextTable in com.iizigo.prop.editor.dialog
Constructors in com.iizigo.prop.editor.dialog with parameters of type EditorTextTableModifierConstructorDescriptionRawTextEditorComposite
(org.eclipse.swt.widgets.Composite parent, int style, KString ks, Boolean useTags, boolean isPlainOnly, ModuleModel model, IVSAccessor vsAccessor, EditorTextTable defaultTextTable, Runnable stateRunnable) Create the dialog.RawTextEditorDialog
(org.eclipse.swt.widgets.Shell parent, ModuleModel model, KString ks, Boolean useTags, boolean isPlainOnly, IVSParticipant vsParticipant, EditorTextTable defaultTextTable) Create the dialog.RawTextEditorPatternDialog
(org.eclipse.swt.widgets.Shell parent, ModuleModel model, KString ks, 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 EditorTextTableModifier and TypeMethodDescriptionTextTableEditor.getEditedTextTable
(int column) Gets the edited text table at specified column index.NewTextTableWizard.getTextTable()
Gets the created text table.Methods in com.iizigo.text with parameters of type EditorTextTableModifier and TypeMethodDescriptionstatic 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 EditorTextTableModifier and TypeMethodDescriptionvoid
TextTableLabelProvider.setInput
(ArrayList<EditorTextTable> textTables) Sets the input.Constructors in com.iizigo.text with parameters of type EditorTextTableModifierConstructorDescriptionCommonTextActions
(org.eclipse.swt.widgets.Shell shell, ModuleModel model, TextTableEditor editor, IVSAccessor vsAccessor, EditorTextTable defaultTextTable, IPropUndoRedo undoRedo, Boolean useTags) Constructor.ExternalizeTextsDialog
(org.eclipse.swt.widgets.Shell parent, EditorTextTable textTable, 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, 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 EditorTextTableModifier and TypeFieldDescriptionstatic final EditorTextTable[]
EditorTextTable.EMPTY_ARRAY
An empty array.Methods in com.iizigo.text.prop that return EditorTextTableModifier and TypeMethodDescriptionEditorTextTable.clone()
Clone must be overridden.EditorTextTable.getDerives()
Gets the text table that is derived.Methods in com.iizigo.text.prop with parameters of type EditorTextTableModifier and TypeMethodDescriptionstatic org.eclipse.swt.widgets.Composite
TextTableDesignerProp.createCNToolTip
(EditorTextTable tt, org.eclipse.swt.widgets.Composite parent, KStringProp ksp, String id) Creates the tooltip.static org.eclipse.swt.widgets.Composite
TextTableDesignerProp.createCNToolTipHelper
(EditorTextTable tt, org.eclipse.swt.widgets.Composite parent, KStringProp ksp, String id) Creates a small tooltip composite for image preview, if possible.static boolean
EditorTextTable.hasCircularReference
(EditorTextTable textTable, GProp<?> anyProp, String ref) Circular reference validation for Text Tables.