Uses of Class
com.iizix.prop.TextTable
Package
Description
Uses of TextTable in com.iizigo.run.prop
Uses of TextTable in com.iizigo.text.prop
Modifier and TypeClassDescriptionclass
This Selector property container for the Editor.Uses of TextTable in com.iizix
Modifier and TypeFieldDescriptionstatic final IPluginDescriptor<TextTable>
BaseModules.TEXT
The Text module.Uses of TextTable in com.iizix.prop
Modifier and TypeMethodDescriptionTextTable.clone()
Clone must be overridden.TextTable.getAllDerivedTextTablesRecursive()
Gets all tables in all open projects that derives from this text table and also the ones deriving from a derived text table recursively.TextTable.getDerivedTextTable
(String languageCode) Gets the derived text table to this text table with the specified language code.TextTable.getDerivedTextTableRecursive
(String languageCode) Gets the derived text table to this text table with the specified language code recursively, searching the chain of derived table, derived-derived tables, and so on.TextTable.getDerivedTextTables()
Gets all tables in all open projects that derives from this text table.TextTable.getDerives()
Gets the text table that is derived.AppLanguages.getTextTable()
Gets the text table that is assigned to the app.ModuleApp.getTextTable()
Gets the text table that is assigned to the app.ModuleApp.getTextTable
(String languageCode) Gets the text table used for a particular language code defined in the app.RuntimeBuilderProps.getTextTable()
Looks up the text table.Modifier and TypeMethodDescriptionTextTable.getAllLanguagesMapRecursive()
Gets the language map recursively.Modifier and TypeMethodDescriptionvoid
Called when the reference has been broken, i.e.protected void
Called when the target is broken.void
TextTable.onResolved
(Atom refAtom, TextTable target) Called when the reference has been resolved.protected void
TextTableReference.onResolved
(TextTable target) Called when the target is resolved.Uses of TextTable in com.iizix.prop.ui
Modifier and TypeMethodDescriptionUIContextMenu.getDefaultTextTable()
Gets the default text table of the panel.UIPanelBase.getDefaultTextTable()
Gets the default text table of the panel.Uses of TextTable in com.iizix.run
Modifier and TypeFieldDescriptionprotected TextTable
RuntimeBuilderSettings.textTable
The text table, null if it comes from a remote party.Modifier and TypeMethodDescriptionRuntimeBuilderSettings.getDerivedTextTables()
Gets all tables in all open projects that derives from this text table.RuntimeBuilderSettings.getTextTable()
Gets the text table.Uses of TextTable in com.iizix.text
Modifier and TypeMethodDescriptionKString.getPLAINString
(TextTable textTableBase, String languageCode) Resolves the string that may contain tags to a text table.