Uses of Class
com.iizix.prop.TextTable
Packages that use TextTable Package Description com.iizigo.run.prop com.iizigo.text.prop com.iizix com.iizix.prop com.iizix.prop.ui com.iizix.run com.iizix.text Uses of TextTable in com.iizigo.run.prop
Methods in com.iizigo.run.prop that return TextTable Modifier and Type Method Description TextTable
EditorRuntimeBuilderProps. getTextTable()
Looks up the text table.Uses of TextTable in com.iizigo.text.prop
Subclasses of TextTable in com.iizigo.text.prop Modifier and Type Class Description class
EditorTextTable
This Selector property container for the Editor.Uses of TextTable in com.iizix
Fields in com.iizix with type parameters of type TextTable Modifier and Type Field Description static IPluginDescriptor<TextTable>
BaseModules. TEXT
The Text module.Uses of TextTable in com.iizix.prop
Fields in com.iizix.prop declared as TextTable Modifier and Type Field Description static TextTable[]
TextTable. EMPTY_ARRAY
An empty array.Methods in com.iizix.prop that return TextTable Modifier and Type Method Description TextTable
TextTable. clone()
Clone must be overridden.TextTable[]
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
TextTable. getDerivedTextTable(java.lang.String languageCode)
Gets the derived text table to this text table with the specified language code.TextTable
TextTable. getDerivedTextTableRecursive(java.lang.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[]
TextTable. getDerivedTextTables()
Gets all tables in all open projects that derives from this text table.TextTable
TextTable. getDerives()
Gets the text table that is derived.TextTable
AppLanguages. getTextTable()
Gets the text table that is assigned to the app.TextTable
ModuleApp. getTextTable()
Gets the text table that is assigned to the app.TextTable
ModuleApp. getTextTable(java.lang.String languageCode)
Gets the text table used for a particular language code defined in the app.TextTable
RuntimeBuilderProps. getTextTable()
Looks up the text table.Methods in com.iizix.prop that return types with arguments of type TextTable Modifier and Type Method Description java.util.Map<java.lang.String,TextTable>
TextTable. getAllLanguagesMapRecursive()
Gets the language map recursively.Methods in com.iizix.prop with parameters of type TextTable Modifier and Type Method Description void
TextTable. onBroken(Atom refAtom, TextTable target)
Called when the reference has been broken, i.e.protected void
TextTableReference. onBroken(TextTable target)
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 TextTable Modifier and Type Method Description TextTable
UIContextMenu. getDefaultTextTable()
Gets the default text table of the panel.TextTable
UIPanelBase. getDefaultTextTable()
Gets the default text table of the panel.Uses of TextTable in com.iizix.run
Fields in com.iizix.run declared as TextTable Modifier and Type Field Description protected TextTable
RuntimeBuilderSettings. textTable
The text table, null if it comes from a remote party.Methods in com.iizix.run that return TextTable Modifier and Type Method Description TextTable[]
RuntimeBuilderSettings. getDerivedTextTables()
Gets all tables in all open projects that derives from this text table.TextTable
RuntimeBuilderSettings. getTextTable()
Gets the text table.Uses of TextTable in com.iizix.text
Methods in com.iizix.text with parameters of type TextTable Modifier and Type Method Description java.lang.String
KString. getPLAINString(TextTable textTableBase, java.lang.String languageCode)
Resolves the string that may contain tags to a text table.