|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use oracle.javatools.editor | |
oracle.javatools.editor | The Editor package is a basic framework for an editor component with syntax highlighting capabilities, built on top of the Swing text framework. |
oracle.javatools.editor.gutter | The Line Gutter package is a subset of the Editor package, and contains API for working with a Gutter associated with an editor pane. |
oracle.javatools.editor.highlight | The Highlights package is a subset of the Editor package, and contains API's for creating, maintaining, and applying colored background highlights to regions of text in an editor pane. |
oracle.javatools.editor.insight | The Code Insight package is a subset of the Editor package, and is the starting base for a code insight implementation to provide the user with code assistance features. |
oracle.javatools.editor.language | The Language package is a subset of the Editor package, and is the framework for extending the editor with color syntax highlighting, brace matching, and other language or content-specific editing features. |
oracle.javatools.editor.plugins | The Plugins package is a subset of the Editor package, and is one way to extend the functionality of an editor pane. |
oracle.javatools.editor.print | The Print package is a subset of the Editor package, and contains a basic Pageable implementation for printing out the contents of a BasicDocument. |
oracle.javatools.editor.underline | The Underline package is a subset of the Editor package, and contains API's for creating, mainting, and applying underlines to regions of text in the editor pane. |
oracle.jdeveloper.ceditor | The Code Editor package contains the code editing implementation of the JDeveloper IDE. |
Classes in oracle.javatools.editor used by oracle.javatools.editor | |
ActionHookInvoker An ActionHookInvoker is an interface to a class that is responsible for performing some set of actions. |
|
ActionInvoker An ActionInvoker is an interface to a class which is responsible for executing actions that operate on an editor component or document. |
|
ActionPostInvoker The ActionPostInvoker is used to listen for completed editor actions immediately after they complete - this gives plugins a chance to do some subsequent, such as formatting after inserting a new line. |
|
BasicAction The BasicAction is an abstract class that all editor actions should extend from. |
|
BasicDocument A BasicDocument is an implementation of the Document interface, similar to "PlainDocument" without the extra overhead of the Element structures for maintaining line number information, and with a different text buffer implementation. |
|
BasicEditorKit.BlockIndentOutdentAction The BlockIndentOutdentAction implementation of the action for performing a block indent or block outdent. |
|
BasicEditorKit.EmacsCaseWordAction The EmacsCaseWordAction is a base action for Emacs word-case action implementations. |
|
BasicEditorKit.EmacsKillTypeAction The EmacsKillTypeAction is a base action for all Emacs kill-type action implementations. |
|
BasicEditorKit.NavigateAction The NavigateAction just takes care of storing whether selection is performed or not. |
|
BasicEditorPane A BasicEditorPane is an extension of the JEditorPane to provide more flexible syntax and background highlighting functionality at a reduced memory and performance footprint. |
|
CharacterTypedListener The CharacterTypedListener interface should be implemented by observers interested in receiving notifications of characters typed into the editor pane. |
|
EditDescriptor The EditDescriptor is used to describe an edit operation that is undoable. |
|
EditorProperties An EditorProperties class provides a global registry for properties which affect all documents and editor panes of this package. |
|
EmacsAction The EmacsAction is an abstract class that all Emacs actions should extend from. |
|
FeedbackManager A FeedbackManager is an interface used for different editor plugins or sub-components to display text feedback to a user. |
|
FontHelper The FontHelper class is used for caching all style variations of a single font, such as plain or bold, from a single family and font size. |
|
PopupManager A PopupManager is an interface for the editor component to inform the editor client to show or hide a context-sensitive popup menu in response to a user's request. |
|
ToolTipProvider The ToolTipProvider is an interface for the editor component to ask the editor client for an appropriate tooltip to display based on the given location of the mouse event. |
Classes in oracle.javatools.editor used by oracle.javatools.editor.gutter | |
BasicEditorPane A BasicEditorPane is an extension of the JEditorPane to provide more flexible syntax and background highlighting functionality at a reduced memory and performance footprint. |
Classes in oracle.javatools.editor used by oracle.javatools.editor.highlight | |
BasicEditorPane A BasicEditorPane is an extension of the JEditorPane to provide more flexible syntax and background highlighting functionality at a reduced memory and performance footprint. |
Classes in oracle.javatools.editor used by oracle.javatools.editor.insight | |
ActionHookInvoker An ActionHookInvoker is an interface to a class that is responsible for performing some set of actions. |
|
BasicDocument A BasicDocument is an implementation of the Document interface, similar to "PlainDocument" without the extra overhead of the Element structures for maintaining line number information, and with a different text buffer implementation. |
|
BasicEditorPane A BasicEditorPane is an extension of the JEditorPane to provide more flexible syntax and background highlighting functionality at a reduced memory and performance footprint. |
|
CharacterTypedListener The CharacterTypedListener interface should be implemented by observers interested in receiving notifications of characters typed into the editor pane. |
Classes in oracle.javatools.editor used by oracle.javatools.editor.language | |
BasicDocument A BasicDocument is an implementation of the Document interface, similar to "PlainDocument" without the extra overhead of the Element structures for maintaining line number information, and with a different text buffer implementation. |
|
BasicDocumentEvent The BasicDocumentEvent just supplements the existing Swing DocumentEvent class with extra information that is used for damage calculation purposes. |
|
BasicEditorPane A BasicEditorPane is an extension of the JEditorPane to provide more flexible syntax and background highlighting functionality at a reduced memory and performance footprint. |
Classes in oracle.javatools.editor used by oracle.javatools.editor.plugins | |
ActionHookInvoker An ActionHookInvoker is an interface to a class that is responsible for performing some set of actions. |
|
BasicCaret A BasicCaret extends the DefaultCaret to modify the default behavior about the visibility of the selection, and other extra features. |
|
BasicDocument A BasicDocument is an implementation of the Document interface, similar to "PlainDocument" without the extra overhead of the Element structures for maintaining line number information, and with a different text buffer implementation. |
|
BasicEditorPane A BasicEditorPane is an extension of the JEditorPane to provide more flexible syntax and background highlighting functionality at a reduced memory and performance footprint. |
|
EditDescriptor The EditDescriptor is used to describe an edit operation that is undoable. |
|
FeedbackManager A FeedbackManager is an interface used for different editor plugins or sub-components to display text feedback to a user. |
Classes in oracle.javatools.editor used by oracle.javatools.editor.print | |
BasicDocument A BasicDocument is an implementation of the Document interface, similar to "PlainDocument" without the extra overhead of the Element structures for maintaining line number information, and with a different text buffer implementation. |
Classes in oracle.javatools.editor used by oracle.javatools.editor.underline | |
BasicEditorPane A BasicEditorPane is an extension of the JEditorPane to provide more flexible syntax and background highlighting functionality at a reduced memory and performance footprint. |
Classes in oracle.javatools.editor used by oracle.jdeveloper.ceditor | |
BasicDocument A BasicDocument is an implementation of the Document interface, similar to "PlainDocument" without the extra overhead of the Element structures for maintaining line number information, and with a different text buffer implementation. |
|
BasicEditorPane A BasicEditorPane is an extension of the JEditorPane to provide more flexible syntax and background highlighting functionality at a reduced memory and performance footprint. |
|
EditDescriptor The EditDescriptor is used to describe an edit operation that is undoable. |
|
FeedbackManager A FeedbackManager is an interface used for different editor plugins or sub-components to display text feedback to a user. |
|
PopupManager A PopupManager is an interface for the editor component to inform the editor client to show or hide a context-sensitive popup menu in response to a user's request. |
|
ToolTipProvider The ToolTipProvider is an interface for the editor component to ask the editor client for an appropriate tooltip to display based on the given location of the mouse event. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.