Uses of Class
ca.cgjennings.ui.textedit.AbbreviationTable
-
Packages that use AbbreviationTable Package Description ca.cgjennings.apps.arkham.editors ca.cgjennings.ui.textedit -
-
Uses of AbbreviationTable in ca.cgjennings.apps.arkham.editors
Subclasses of AbbreviationTable in ca.cgjennings.apps.arkham.editors Modifier and Type Class Description static class
AbbreviationTableManager.LanguageAwareAbbreviationTable
An abbreviation table that also expands @string and #string (when placed in braces) to user interface and game language strings, respectively.Methods in ca.cgjennings.apps.arkham.editors with parameters of type AbbreviationTable Modifier and Type Method Description static void
AbbreviationTableManager. saveUserTable(CodeType type, AbbreviationTable at)
Saves the specified table as the user table for the given code type.static void
AbbreviationTableManager. saveUserTable(java.lang.String gameCode, AbbreviationTable at)
Saves the specified table as the user table for the given game code.Constructors in ca.cgjennings.apps.arkham.editors with parameters of type AbbreviationTable Constructor Description LanguageAwareAbbreviationTable(AbbreviationTable toCopy)
-
Uses of AbbreviationTable in ca.cgjennings.ui.textedit
Methods in ca.cgjennings.ui.textedit that return AbbreviationTable Modifier and Type Method Description AbbreviationTable
CodeEditorBase. getAbbreviationTable()
Returns the current abbreviation table for this editor.AbbreviationTable
AbbreviationTable. getParent()
Returns the parent table of this table, ornull
if this table has no parent defined.Methods in ca.cgjennings.ui.textedit with parameters of type AbbreviationTable Modifier and Type Method Description void
CodeEditorBase. setAbbreviationTable(AbbreviationTable table)
Sets the abbreviation table for this editor, replacing any default table determined by the code type.void
AbbreviationTable. setParent(AbbreviationTable parent)
Sets the parent table for this table.Constructors in ca.cgjennings.ui.textedit with parameters of type AbbreviationTable Constructor Description AbbreviationTable(AbbreviationTable toCopy)
Creates a new abbreviation table whose entries match the specified source table.
-