Uses of Class
com.iizigo.text.prop.EditorTextTable
Uses of EditorTextTable in com.iizigo.prop.editor.dialog
ModifierConstructorDescriptionRawTextEditorComposite
(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
Modifier and TypeMethodDescriptionTextTableEditor.getEditedTextTable
(int column) Gets the edited text table at specified column index.NewTextTableWizard.getTextTable()
Gets the created text table.Modifier and TypeMethodDescriptionstatic void
TextTableEditor.onKStringPropChanged
(EditorTextTable tt, KStringProp ksp) Called when a text has changed and perhaps needs automatic translation to other tables.Modifier and TypeMethodDescriptionvoid
TextTableLabelProvider.setInput
(ArrayList<EditorTextTable> textTables) Sets the input.ModifierConstructorDescriptionCommonTextActions
(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
Modifier and TypeFieldDescriptionstatic final EditorTextTable[]
EditorTextTable.EMPTY_ARRAY
An empty array.Modifier and TypeMethodDescriptionEditorTextTable.clone()
Clone must be overridden.EditorTextTable.getDerives()
Gets the text table that is derived.Modifier 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.