Uses of Package
ca.cgjennings.ui.textedit
-
Classes in ca.cgjennings.ui.textedit used by ca.cgjennings.apps.arkham Class Description CodeEditorBase This is the base class for all code editing controls.CodeType The file types that can be edited by aCodeEditor
. -
Classes in ca.cgjennings.ui.textedit used by ca.cgjennings.apps.arkham.editors Class Description AbbreviationTable An abbreviation table stores a set of abbreviations.CodeEditorBase This is the base class for all code editing controls.CodeType The file types that can be edited by aCodeEditor
.NavigationHost Implemented by classes that may request a code support navigator.NavigationPoint A navigation point describes a semantically significant location within a text file.Navigator Navigators build a list ofNavigationPoint
s that allow quick navigation between semantically significant sections of edited source code. -
Classes in ca.cgjennings.ui.textedit used by ca.cgjennings.apps.arkham.plugins Class Description CodeEditorBase This is the base class for all code editing controls. -
Classes in ca.cgjennings.ui.textedit used by ca.cgjennings.apps.arkham.plugins.typescript Class Description CodeEditorBase This is the base class for all code editing controls. -
Classes in ca.cgjennings.ui.textedit used by ca.cgjennings.ui.textedit Class Description AbbreviationTable An abbreviation table stores a set of abbreviations.AbbreviationTable.Expansion Encapsulates an expansion result fromAbbreviationTable.expandAbbreviation(java.lang.String)
.CodeEditorBase This is the base class for all code editing controls.CodeEditorBase.PopupMenuBuilder Interface implemented by code editor users to create custom popup menus.CodeEditorBase.Result The result of a search or replace operation.CodeSupport Classes that provide additional editing support for a code type.CodeType The file types that can be edited by aCodeEditor
.DefaultCodeSupport Default code support; adds basic syntax highlighting based on the editor's code type.Formatter Interface implemented by objects that can format source code.NavigationHost Implemented by classes that may request a code support navigator.NavigationPoint A navigation point describes a semantically significant location within a text file.Navigator Navigators build a list ofNavigationPoint
s that allow quick navigation between semantically significant sections of edited source code.PropertyFileCodeSupport Code support for the Java language.RegexNavigatorBase A base class for creating a navigator that finds navigation points using a regular expression.