Uses of Class
com.iizix.prop.TextTable
Packages that use TextTable
Package
Description
Uses of TextTable in com.iizigo.run.prop
Methods in com.iizigo.run.prop that return TextTableUses of TextTable in com.iizigo.text.prop
Subclasses of TextTable in com.iizigo.text.propModifier 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
Fields in com.iizix.prop declared as TextTableMethods in com.iizix.prop that return TextTableModifier 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.Methods in com.iizix.prop that return types with arguments of type TextTableModifier and TypeMethodDescriptionTextTable.getAllLanguagesMapRecursive()
Gets the language map recursively.Methods in com.iizix.prop with parameters of type TextTableModifier 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
Methods in com.iizix.prop.ui that return TextTableModifier 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
Fields in com.iizix.run declared as TextTableModifier and TypeFieldDescriptionprotected TextTable
RuntimeBuilderSettings.textTable
The text table, null if it comes from a remote party.Methods in com.iizix.run that return TextTableModifier 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
Methods in com.iizix.text with parameters of type TextTableModifier and TypeMethodDescriptionKString.getPLAINString
(TextTable textTableBase, String languageCode) Resolves the string that may contain tags to a text table.