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 classAbbreviationTableManager.LanguageAwareAbbreviationTableAn 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 voidAbbreviationTableManager. saveUserTable(CodeType type, AbbreviationTable at)Saves the specified table as the user table for the given code type.static voidAbbreviationTableManager. 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 AbbreviationTableCodeEditorBase. getAbbreviationTable()Returns the current abbreviation table for this editor.AbbreviationTableAbbreviationTable. getParent()Returns the parent table of this table, ornullif this table has no parent defined.Methods in ca.cgjennings.ui.textedit with parameters of type AbbreviationTable Modifier and Type Method Description voidCodeEditorBase. setAbbreviationTable(AbbreviationTable table)Sets the abbreviation table for this editor, replacing any default table determined by the code type.voidAbbreviationTable. 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.
-