tri tri tri tri
oracle.ide - package oracle.ideContains classes that allow addins access to the IDE integration objects.oracle.ide.addin - package oracle.ide.addinContains classes and interfaces that are used by
addins to extend JDeveloper with their own views and wizards.oracle.ide.addin.config - package oracle.ide.addin.configContains classes that are used to display the Extension
Manager preference panel, which enables a user to control what extensions are
loaded / unloaded.oracle.ide.cmd - package oracle.ide.cmdContains classes implementing several JDeveloper commands.oracle.ide.cmd.buffer - package oracle.ide.cmd.bufferContains command class implementations and static utility methods that
can be used by Addins to modify the contents of a text-based IDE
document in an undoable manner.oracle.ide.compiler - package oracle.ide.compilerContains classes that allow addins some level of control on the IDE build system.oracle.ide.component - package oracle.ide.componentContains graphical components that are implemented using two or more basic
controls.oracle.ide.config - package oracle.ide.configContains classes encapsulating JDevelopers's environment settings.oracle.ide.controls - package oracle.ide.controlsContains classes implementing the basic graphical controls, such as, toolbars,
toolbar buttons, status bars, tabbed windows, used by JDeveloper.oracle.ide.datatransfer - package oracle.ide.datatransferContains classes that implement drag and drop data transfers of JDeveloper's
drag sources.oracle.ide.dialogs - package oracle.ide.dialogsContains classes implementing standard dialogs used by JDeveloper.oracle.ide.docking - package oracle.ide.dockingContains interfaces and classes responsible for the dockable behavior provided by JDeveloper.oracle.ide.editor - package oracle.ide.editorContains classes and interfaces that allow addins to add their own specialized
editors to JDeveloper.oracle.ide.exception - package oracle.ide.exceptionContains some exception classes thrown by the Addin API.oracle.ide.explorer - package oracle.ide.explorerContains the interfaces and classes addins use to provide a structured
view of data contained in nodes displayed in a navigator or an editor.oracle.ide.help - package oracle.ide.helpContains interfaces and classes used by addins to
provide context sensitive help on their own windows and dialogs.
oracle.ide.inspector - package oracle.ide.inspectorContains interfaces and classes addins can use to make their data inspectable.oracle.ide.keyboard - package oracle.ide.keyboardContains classes used by addins for providing accelerators for the commands
they define.oracle.ide.layout - package oracle.ide.layoutContains interfaces and classes addins can implement or extend to provide
preferred layouts for their own specialized editors.oracle.ide.log - package oracle.ide.logContains the interfaces and classes that allow addins to provide their
own log pages.oracle.ide.marshal - package oracle.ide.marshalProvides generic marshalling and unmarshalling capabilities for converting
an object to String.oracle.ide.model - package oracle.ide.modelContains interfaces and classes implementing JDeveloper's data model.oracle.ide.navigator - package oracle.ide.navigatorContains classes providing navigator support.oracle.ide.net - package oracle.ide.netProvides a virtual file system framework based on java.net.URL.oracle.ide.palette - package oracle.ide.paletteContains classes that allow for palette integration and commands.oracle.ide.panels - package oracle.ide.panelsProvides a framework for building panel-based UI.oracle.ide.print - package oracle.ide.printContains classes that allow addins some level of control on the IDE print system.oracle.ide.propertyeditors - package oracle.ide.propertyeditorsContains classes that provide PropertyEditor
implementations for commonly used classes within JDeveloper.oracle.ide.runner - package oracle.ide.runnerContains classes that allow addins some level of control on the IDE runner system.oracle.ide.util - package oracle.ide.utilContains utility classes.oracle.ide.webupdate - package oracle.ide.webupdate
The webupdate
package provides an API for accessing
functionality in the IDE related to web-based patching and updating.oracle.ide.wizard - package oracle.ide.wizardContains classes internally used by JDeveloper, these classes should not
be used by addin developers.oracle.ide.xml - package oracle.ide.xmlProvides common methods used for processing XML.oracle.javatools.buffer - package oracle.javatools.bufferThe TextBuffer
package assists in the manipulation of
in-memory text content, whether it is read-only text, or read-write
text.oracle.javatools.editor - package oracle.javatools.editorThe 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 - package oracle.javatools.editor.gutterThe 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 - package oracle.javatools.editor.highlightThe 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 - package oracle.javatools.editor.insightThe 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 - package oracle.javatools.editor.languageThe 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 - package oracle.javatools.editor.pluginsThe Plugins package is a subset of the Editor package, and is one
way to extend the functionality of an editor pane.oracle.javatools.parser - package oracle.javatools.parserThe Parser
package is a basic framework of interfaces for
building a lexer or parser for various document types.oracle.javatools.parser.generic - package oracle.javatools.parser.genericThe Generic
Lexer package is a basic set of classes to
help in quickly prototyping a lexer/scanner for a given language.oracle.javatools.parser.util - package oracle.javatools.parser.utilThe Parser Utilities
package contains utility classes
used by the rest of the parser framework.oracle.jdeveloper.ceditor - package oracle.jdeveloper.ceditorThe Code Editor
package contains the code editing
implementation of the JDeveloper IDE.oracle.jdeveloper.cm - package oracle.jdeveloper.cmRuntime portion of the JDeveloper Named Connection Manager.oracle.jdeveloper.cm.ds.db - package oracle.jdeveloper.cm.ds.dbProvides object oriented method of creating SQL code to generate database objects.oracle.jdeveloper.cm.dt - package oracle.jdeveloper.cm.dt oracle.jdeveloper.cm.dt.addin - package oracle.jdeveloper.cm.dt.addin oracle.jdeveloper.cm.dt.dialog - package oracle.jdeveloper.cm.dt.dialog oracle.jdeveloper.cm.dt.wizard - package oracle.jdeveloper.cm.dt.wizard oracle.jdeveloper.compiler - package oracle.jdeveloper.compilerContains classes that allow addins to integrate their own build system translator.oracle.jdeveloper.dialogs - package oracle.jdeveloper.dialogsThe Dialogs
package contains commonly used dialogs.oracle.jdeveloper.jot - package oracle.jdeveloper.jotProvides classes and interfaces for JOT (the Java Object Toolkit).oracle.jdeveloper.junit - package oracle.jdeveloper.junitThe oracle.jdeveloper.junit
package contains classes that can be
used to generate JUnit classes into a project.oracle.jdeveloper.library - package oracle.jdeveloper.libraryThe Libraries
package provides the library
API used
by JDeveloper.oracle.jdeveloper.model - package oracle.jdeveloper.modelContains interfaces and classes implementing the Java specific portions of
JDeveloper's data model.oracle.jdeveloper.runner - package oracle.jdeveloper.runnerContains classes that allow addins some level of control on the JDeveloper runner system.oracle.jdeveloper.webservices - package oracle.jdeveloper.webservicesThe webservices
package provides the web service API used
by JDeveloper.oracle.jdeveloper.webservices.util - package oracle.jdeveloper.webservices.utilThe utils
package provides utility classes used by the web
service API.oracle.jdevimpl.uieditor - package oracle.jdevimpl.uieditor oracle.jdevimpl.uieditor.assistant - package oracle.jdevimpl.uieditor.assistant origin -
Variable in class oracle.ide.addin.Message
records the Object which originated the message
origin -
Variable in class oracle.ide.cmd.PropertySetCommand
originalArea -
Variable in class oracle.jdevimpl.uieditor.assistant.PaneLayoutData
originalCaret -
Variable in class oracle.javatools.editor.plugins.DragDropPlugin
Preserve the old caret that was used before the Drag plugin
was installed.
ownedArea -
Variable in class oracle.jdevimpl.uieditor.assistant.PaneLayoutData
owner() -
Method in class oracle.ide.MainWindow
Views can be nested.
owner -
Variable in class oracle.ide.addin.AbstractView
owner() -
Method in class oracle.ide.addin.AbstractView
Views can be nested.
owner() -
Method in interface oracle.ide.addin.Subview
Views can be nested.
owner() -
Method in class oracle.ide.editor.AbstractEditor
P
- PACKAGE -
Static variable in class oracle.jdeveloper.cm.ds.db.DatabaseObjectType
- Constant: Oracle Package Specification
- PACKAGE_BODIES_TYPE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- PACKAGE_BODIES_TYPE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- PACKAGE_BODY -
Static variable in class oracle.jdeveloper.cm.ds.db.DBObject
- Constant: PACKAGE_BODY
- PACKAGE_BODY -
Static variable in class oracle.jdeveloper.cm.ds.db.DatabaseObjectType
- Constant: Oracle Package Body
- PACKAGE_FILTER -
Static variable in class oracle.ide.explorer.FilterTypes
- Deprecated. Replace with
FilterTypes.PACKAGE_LIST_FILTER
.
- PACKAGE_LIST_FILTER -
Static variable in class oracle.ide.explorer.FilterTypes
- Identifies package list filters.
- PACKAGE_LIST_VIEW_CMD_ID -
Static variable in class oracle.jdeveloper.model.JProjectStructureController
-
- PACKAGE_ONLY -
Static variable in class oracle.jdeveloper.dialogs.ClassPackageBrowser
- Mode for selecting only packages.
- PACKAGE_SCOPE -
Static variable in class oracle.jdevimpl.uieditor.UIEditorOptions
-
- PACKAGE_SPEC -
Static variable in class oracle.jdeveloper.cm.ds.db.DBObject
- Constant: PACKAGE_SPEC
- PACKAGE_TITLE -
Static variable in class oracle.jdeveloper.dialogs.ClassPackageBrowser
-
- PACKAGE_TREE_FILTER -
Static variable in class oracle.ide.explorer.FilterTypes
- Identifies package tree filters.
- PACKAGE_TREE_VIEW_CMD_ID -
Static variable in class oracle.jdeveloper.model.JProjectStructureController
-
- PACKAGE_TYPE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- PACKAGE_TYPE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- PADDING -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- PADDING -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- PAGE_DOWN -
Static variable in class oracle.javatools.editor.ActionNames
- PageDownAction
- PAGE_ID -
Static variable in class oracle.ide.log.DefaultLogPage
-
- PAGE_UP -
Static variable in class oracle.javatools.editor.ActionNames
- PageUpAction
- PASSWORD -
Static variable in class oracle.jdeveloper.cm.ConnectionDescriptor
- Property name: connection password.
- PASTE -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb
-
- PASTE -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb_ja
-
- PASTE_CMD -
Static variable in interface oracle.ide.IdeConstants
- Paste command.
- PASTE_CMD_ID -
Static variable in interface oracle.ide.IdeConstants
- Paste command id.
- PASTE_FROM_CLIPBOARD -
Static variable in class oracle.javatools.editor.ActionNames
- PasteAction
- PASTE_ITEM -
Static variable in class oracle.ide.editor.EditorConstants
- Menu item to appear on the ContextMenu.
- PIN_NONE -
Static variable in interface oracle.ide.addin.Pinnable
- Pin state indicating that the Pinnable is not pinned to anything and should
track the selection of the active view, updating to track the selection of
the new active view upon changes of active view from the currently active
view to another view.
- PIN_OBJECT -
Static variable in interface oracle.ide.addin.Pinnable
- Pin state indicating that the Pinnable should stay set to its current
contents, ignoring all selection changes within the currently active view
and all changes of active view from the currently active view to another
view.
- PIN_VIEW -
Static variable in interface oracle.ide.addin.Pinnable
- Pin state indicating that the Pinnable should track the selection of the
currently active view ignoring all changes of active view from the
currently active view to another view.
- PKConstraint - class oracle.jdeveloper.cm.ds.db.PKConstraint.
-
- PKConstraint() -
Constructor for class oracle.jdeveloper.cm.ds.db.PKConstraint
-
- PKConstraint(String, String, String, String) -
Constructor for class oracle.jdeveloper.cm.ds.db.PKConstraint
-
- PLAIN -
Static variable in class oracle.ide.panels.Navigable
-
- PLAIN_FLAVOR -
Static variable in class oracle.javatools.editor.plugins.DropTargetPlugin
- The plain text flavor to use.
- PLAN_TABLE_CREATE_ERROR -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- PLAN_TABLE_CREATE_ERROR -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- PLAN_TABLE_CREATE_ERROR_TITLE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- PLAN_TABLE_CREATE_ERROR_TITLE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- PLAN_TABLE_DOES_NOT_EXIST_MESSAGE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- PLAN_TABLE_DOES_NOT_EXIST_MESSAGE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- PLAN_TABLE_DOES_NOT_EXIST_TITLE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- PLAN_TABLE_DOES_NOT_EXIST_TITLE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- PLAYBACK_MACRO -
Static variable in class oracle.javatools.editor.ActionNames
- MacroRecorderAction
- PLSQL_EXPLORER_ACCESSIBLE_NAME -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- PLSQL_EXPLORER_ACCESSIBLE_NAME -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- PLSQL_FUNCTION_FOLDER_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- PLSQL_FUNCTION_FOLDER_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- PLSQL_FUNCTION_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- PLSQL_FUNCTION_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- PLSQL_PACKAGE_FOLDER_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- PLSQL_PACKAGE_FOLDER_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- PLSQL_PACKAGE_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- PLSQL_PACKAGE_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- PLSQL_PROCEDURE_FOLDER_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- PLSQL_PROCEDURE_FOLDER_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- PLSQL_PROCEDURE_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- PLSQL_PROCEDURE_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- PLSQL_URLFILTER_TEXT -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- PLSQL_URLFILTER_TEXT -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- PLUS -
Static variable in interface oracle.jdeveloper.jot.JotInfixExpression
- The addition operator '
+
'
- PORT -
Static variable in class oracle.jdeveloper.cm.ConnectionDescriptor
- Property name: Port
- PORT_CONFLICT_DETECTED_DIALOG_TITLE -
Static variable in class oracle.jdeveloper.runner.RunMgrArb
-
- PORT_CONFLICT_DETECTED_DIALOG_TITLE -
Static variable in class oracle.jdeveloper.runner.RunMgrArb_ja
-
- PORT_CONFLICT_DETECTED_EXPLANATION -
Static variable in class oracle.jdeveloper.runner.RunMgrArb
-
- PORT_CONFLICT_DETECTED_EXPLANATION -
Static variable in class oracle.jdeveloper.runner.RunMgrArb_ja
-
- POST_INC_OR_DEC_EXPRESSION -
Static variable in interface oracle.jdeveloper.jot.JotExpression
- ID value representing a post increment or decrement.
- PREFER_CLASS -
Static variable in class oracle.jdeveloper.jot.JotManager
- Flag indicating that either a class file or a source file is acceptable,
but classes are prefered.
- PREFER_SOURCE -
Static variable in class oracle.jdeveloper.jot.JotManager
- Flag indicating that either a class file or a source file is acceptable,
but sources are prefered.
- PREFETCH -
Static variable in class oracle.jdeveloper.cm.ConnectionDescriptor
- Property name: Oracle JDBC extension specifing default row
prefetch value.
- PRESENTATION_FTP -
Static variable in class oracle.jdeveloper.cm.ConnectionDescriptor
- FTP
- PRESENTATION_IIOP -
Static variable in class oracle.jdeveloper.cm.ConnectionDescriptor
- REMOVED: IIOP
- PRESENTATION_JDBC -
Static variable in class oracle.jdeveloper.cm.ConnectionDescriptor
- JDBC
- PRESENTATION_JNDI -
Static variable in class oracle.jdeveloper.cm.ConnectionDescriptor
- JNDI
- PREVMSG_CMD -
Static variable in interface oracle.ide.IdeConstants
- Previous error message command.
- PREVMSG_CMD_ID -
Static variable in interface oracle.ide.IdeConstants
- Previous error message command id.
- PREV_EDITORFRAME_CMD -
Static variable in interface oracle.ide.IdeConstants
- Go to previous editor frame command.
- PREV_EDITORFRAME_CMD_ID -
Static variable in interface oracle.ide.IdeConstants
- Go to previous editor frame command id.
- PREV_EDITOR_CMD -
Static variable in interface oracle.ide.IdeConstants
- Go to previous editor command.
- PREV_EDITOR_CMD_ID -
Static variable in interface oracle.ide.IdeConstants
- Go to previous editor command id.
- PRE_INC_OR_DEC_EXPRESSION -
Static variable in interface oracle.jdeveloper.jot.JotExpression
- ID value representing a pre increment or decrement.
- PRIMARY_EXPRESSION -
Static variable in interface oracle.jdeveloper.jot.JotExpression
- ID value representing a primary expression.
- PRIMARY_KEY_CONSTRAINT -
Static variable in class oracle.jdeveloper.cm.ds.db.Constraint
-
- PRIMARY_KEY_CONSTRAINT_LABEL -
Static variable in class oracle.jdeveloper.cm.ds.db.Constraint
-
- PRIMITIVE_CLASSES -
Static variable in class oracle.jdeveloper.jot.JotNames
- An array of the Java class objects that represent primitive types.
- PRINTABLE -
Static variable in class oracle.ide.model.ElementAttributes
PRINTABLE
is an immutable attribute that
controls the File | Print menu item.
- PRINTER_SETUP_CMD -
Static variable in interface oracle.ide.IdeConstants
- Printer setup command.
- PRINTER_SETUP_CMD_ID -
Static variable in interface oracle.ide.IdeConstants
- Printer setup command id.
- PRINT_CMD -
Static variable in interface oracle.ide.IdeConstants
- Print command.
- PRINT_CMD_ID -
Static variable in interface oracle.ide.IdeConstants
- Print command id.
- PRIVATE_SCOPE -
Static variable in class oracle.jdevimpl.uieditor.UIEditorOptions
-
- PROCEDURE -
Static variable in class oracle.jdeveloper.cm.ds.db.DBObject
- Constant: PROCEDURE
- PROCEDURE -
Static variable in class oracle.jdeveloper.cm.ds.db.DatabaseObjectType
- Constant: Procedure
- PROCEDURES_TYPE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- PROCEDURES_TYPE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- PRODUCTION_BUILD -
Static variable in class oracle.ide.Version
-
- PROFILE_ACTIVATE -
Static variable in class oracle.ide.ProfileIDs
-
- PROFILE_BACKGROUNDLOADER -
Static variable in class oracle.ide.ProfileIDs
-
- PROFILE_GETHOSTEDCOMPONENT -
Static variable in class oracle.ide.ProfileIDs
-
- PROFILE_GETIMAGEICON -
Static variable in class oracle.ide.ProfileIDs
-
- PROFILE_INITCOREADDINS -
Static variable in class oracle.ide.ProfileIDs
-
- PROFILE_INITIALIZE -
Static variable in class oracle.ide.ProfileIDs
-
- PROFILE_INITPRODUCTANDUSERADDINS -
Static variable in class oracle.ide.ProfileIDs
-
- PROFILE_LOAD -
Static variable in class oracle.ide.ProfileIDs
-
- PROFILE_MAINWINDOWOPENED -
Static variable in class oracle.ide.ProfileIDs
-
- PROFILE_PRELOAD -
Static variable in class oracle.ide.ProfileIDs
-
- PROFILE_STARTUPIMPL -
Static variable in class oracle.ide.ProfileIDs
-
- PROF_CMT_FIRST -
Static variable in class oracle.ide.util.IdeProfile
-
- PROF_CMT_LAST -
Static variable in class oracle.ide.util.IdeProfile
-
- PROF_DOCK_LAYOUT -
Static variable in class oracle.ide.util.IdeProfile
- Measure the time needed to re-layout the docked windows
- PROF_EJB_FIRST -
Static variable in class oracle.ide.util.IdeProfile
-
- PROF_EJB_LAST -
Static variable in class oracle.ide.util.IdeProfile
-
- PROF_FIRST -
Static variable in class oracle.ide.util.IdeProfile
-
- PROF_GENERIC -
Static variable in class oracle.ide.util.IdeProfile
- Deprecated. because you are not supposed to checkin code with this ID.
- PROF_IDEIMPL_FIRST -
Static variable in class oracle.ide.util.IdeProfile
-
- PROF_IDEIMPL_LAST -
Static variable in class oracle.ide.util.IdeProfile
-
- PROF_IDE_FIRST -
Static variable in class oracle.ide.util.IdeProfile
-
- PROF_IDE_LAST -
Static variable in class oracle.ide.util.IdeProfile
-
- PROF_INIT_ADDINS -
Static variable in class oracle.ide.util.IdeProfile
- Measures the initialization of the addins
- PROF_JDEVELOPER_FIRST -
Static variable in class oracle.ide.util.IdeProfile
-
- PROF_JDEVELOPER_LAST -
Static variable in class oracle.ide.util.IdeProfile
-
- PROF_JDEVIMPL_FIRST -
Static variable in class oracle.ide.util.IdeProfile
-
- PROF_JDEVIMPL_LAST -
Static variable in class oracle.ide.util.IdeProfile
-
- PROF_JOT_FIRST -
Static variable in class oracle.ide.util.IdeProfile
-
- PROF_JOT_LAST -
Static variable in class oracle.ide.util.IdeProfile
-
- PROF_KEYPRESSED -
Static variable in class oracle.ide.util.IdeProfile
- Pulse an event every time a key is pressed.
- PROF_LOAD_ADDINS -
Static variable in class oracle.ide.util.IdeProfile
- Measures the load of the addins
- PROF_NOTIFY_OBSERVERS -
Static variable in class oracle.ide.util.IdeProfile
- Event for calls to IdeSubject.notifyObserver
- PROF_STARTUP -
Static variable in class oracle.ide.util.IdeProfile
- Measures the startup of the IDE
- PROGRAM_NAME_KEY -
Static variable in class oracle.ide.util.IdeUtil
-
- PROJECT_LABEL -
Static variable in class oracle.jdeveloper.compiler.CompArb
-
- PROJECT_LABEL -
Static variable in class oracle.jdeveloper.compiler.CompArb_ja
-
- PROJECT_LIBRARIES_DATA_KEY -
Static variable in class oracle.jdeveloper.model.JProjectConfiguration
-
- PROJECT_PATHS_DATA_KEY -
Static variable in class oracle.jdeveloper.model.JProjectConfiguration
-
- PROJECT_PROP -
Static variable in interface oracle.ide.addin.View
-
- PROJECT_REBUILT -
Static variable in class oracle.jdeveloper.model.JProjectFilter
- Internal use only
- PROJECT_SETTINGS_CMD -
Static variable in interface oracle.ide.IdeConstants
- Open project settings dialog command.
- PROJECT_SETTINGS_CMD_ID -
Static variable in interface oracle.ide.IdeConstants
- Open project settings dialog command id.
- PROJECT_SOURCEPATH_PROPERTY -
Static variable in class oracle.jdeveloper.model.JProject
-
- PROPERTIES_CMD_ID -
Static variable in interface oracle.ide.IdeConstants
- Properties command id.
- PROPERTY_BRACE_MATCHING_AUTO -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property which determines whether to enable automatic
brace matching.
- PROPERTY_BRACE_MATCHING_DELAY -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property which determines the delay before performing
automatic brace matching.
- PROPERTY_CARET_BLINK_RATE -
Static variable in class oracle.javatools.editor.EditorProperties
- Property name for the blink rate of the caret, in milliseconds.
- PROPERTY_CARET_COLOR -
Static variable in class oracle.javatools.editor.EditorProperties
- Property name for the caret color to use for painting the editor
caret.
- PROPERTY_CARET_ENABLE_BLINK -
Static variable in class oracle.javatools.editor.EditorProperties
- Property name for whether the caret should blink.
- PROPERTY_CARET_SHAPE_INSERT -
Static variable in class oracle.javatools.editor.EditorProperties
- Property name for the caret shape to use when the editor caret
is in insert mode.
- PROPERTY_CARET_SHAPE_OVERWRITE -
Static variable in class oracle.javatools.editor.EditorProperties
- Property name for the caret shape to use when the editor caret
is in overwrite mode.
- PROPERTY_CARET_XOR_PAINTING -
Static variable in class oracle.javatools.editor.EditorProperties
- The property name for whether the caret should use xor painting
or regular painting.
- PROPERTY_CHECK_CLIPBOARD_FOR_PASTE -
Static variable in class oracle.javatools.editor.EditorProperties
- Property name for whether BasicEditorPane.canPaste() should
check the contents of the clipboard to see if it is pasteable.
- PROPERTY_CHECK_FRAGLIST_RECYCLING -
Static variable in class oracle.javatools.editor.EditorProperties
- Property name for whether to check if the StyledFragmentsList
is being recycled properly.
- PROPERTY_COMPLETION_ENABLE_POPUP -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property for whether completion insight should enable
auto-popup based on typed triggers.
- PROPERTY_COMPLETION_POPUP_DELAY -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property for the auto-popup delay (if enabled) for
completion insight.
- PROPERTY_CONSUME_KEY_RELEASE -
Static variable in class oracle.javatools.editor.EditorProperties
- Property name for whether the default key handler should eat
key release events - this could help performance by not allowing
menus a chance to check their accelerators on a key release
event.
- PROPERTY_CUT_COPY_LINE -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property for whether Cut/Copy should operate on the
current line when there is no selection in the editor.
- PROPERTY_DO_BLOCK_INDENTS_ON_SELECTION -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property which determines whether the "insert-tab"
and "reverse-tab" commands will perform a block-indent or outdent
if there is a selection.
- PROPERTY_EDITOR_FONT -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property for the base font used for painting the
editor pane.
- PROPERTY_EDITOR_FONT_FAMILY -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property for the font family of the base font.
- PROPERTY_EDITOR_FONT_HELPER -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property where we are storing the font helper for the
global editor font.
- PROPERTY_EDITOR_FONT_SIZE -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property for the font size of the base font.
- PROPERTY_EDITOR_WIDTH -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property for the default editor width in number of
columns based on the width of the 'W' character in the current
font.
- PROPERTY_EDIT_MERGE_COUNT -
Static variable in class oracle.javatools.editor.EditorProperties
- Property name for the number of consecutive edits (of the same
type) that should be merged together.
- PROPERTY_GUTTER_COLOR_SOURCE -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property which determines from which source the gutter
derives its colors.
- PROPERTY_GUTTER_CUSTOM_BGCOLOR -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property for the custom background color for the gutter.
- PROPERTY_GUTTER_CUSTOM_FGCOLOR -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property for the custom foreground color of the gutter.
- PROPERTY_GUTTER_ENABLE_DRAGGING -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property for whether click-dragging in the gutter
will make a selection in the editor.
- PROPERTY_GUTTER_SHARED_COLUMN -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property for whether the gutter icons all share a
single column or not.
- PROPERTY_HIGHLIGHT_CHANGED -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the pseudo-property that the HighlightRegistry uses to
notify listeners (views) that settings in the registry have
changed.
- PROPERTY_HIGHLIGHT_CHANGED -
Static variable in class oracle.javatools.editor.highlight.HighlightRegistry
- Name of the pseudo-property that the HighlightRegistry uses to notify
listeners (views) that settings in the registry have changed.
- PROPERTY_HIGHLIGHT_REGISTRY -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property for the HighlightRegistry instance.
- PROPERTY_INSIGHT_FILTER_MATCHING -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property that controls whether Insight displays the
full completion list of items, or only the matching list of items.
- PROPERTY_INSIGHT_FONT_FAMILY -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property for the font family to use for code insight.
- PROPERTY_INSIGHT_FONT_SIZE -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property for the font size to use for code insight.
- PROPERTY_INSIGHT_MANUAL_COMPLETE_SINGLE -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property that controls whether Insight automatically
performs a complete when it is invoked and there is only a single
matching data item.
- PROPERTY_INSIGHT_MAX_POPUP_WIDTH -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property that configures the maximum width of an insight
popup window - this prevents situations with run-away insight popup
windows that are huge.
- PROPERTY_INSIGHT_NEWDATA_COMPLETE_SINGLE -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property that controls whether Insight automatically
performs a complete if the InsightData type changes while Insight
is up, and there is only a single matching data item in the new
data instance.
- PROPERTY_INSIGHT_PARTIAL_COMPLETE_SINGLE -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property that controls whether Insight automatically
performs a complete when a partial complete is invoked and there
is only a single matching data item.
- PROPERTY_INSIGHT_TYPED_COMPLETE_SINGLE -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property that controls whether Insight automatically
performs a complete while the user is typing once there is only
a single matching data item.
- PROPERTY_KEY_HANDLERS -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property for the list of available key handlers
installed into the editor framework.
- PROPERTY_LANGUAGE_SUPPORT -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property for the LanguageSupport instance associated
with a document.
- PROPERTY_LINE_COMMENT_START -
Static variable in interface oracle.javatools.editor.language.LanguageSupport
- The name of the language-specific property for characters used to
start a line comment.
- PROPERTY_MACRO_PLAYBACK_DELAY -
Static variable in class oracle.javatools.editor.EditorProperties
- The wait delay (in ms) after posting a key event during playback
before posting the next key event.
- PROPERTY_MERGE_DELETE_NEXT -
Static variable in class oracle.javatools.editor.EditorProperties
- Property name for whether consecutive delete next edits should
be allowed to merge.
- PROPERTY_MERGE_DELETE_PREVIOUS -
Static variable in class oracle.javatools.editor.EditorProperties
- Property name for whether consecutive delete previous edits should
be allowed to merge.
- PROPERTY_MERGE_NAVIGATION -
Static variable in class oracle.javatools.editor.EditorProperties
- Property name for whether consecutive navigations should be allowed
to merge.
- PROPERTY_MERGE_TYPED_INSERT -
Static variable in class oracle.javatools.editor.EditorProperties
- Property name for whether consecutive typed insert edits should
be allowed to merge.
- PROPERTY_MERGE_TYPED_REPLACE -
Static variable in class oracle.javatools.editor.EditorProperties
- Property name for whether consecutive typed replace edits should
be allowed to merge.
- PROPERTY_NAVIGATION_MERGE_COUNT -
Static variable in class oracle.javatools.editor.EditorProperties
- Property name for the number of consecutive navigations
that should be merged together.
- PROPERTY_PARAMETER_ENABLE_POPUP -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property for whether parameter insight should enable
auto-popup based on typed triggers.
- PROPERTY_PARAMETER_POPUP_DELAY -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property for the auto-popup delay (if enabled) for
parameter insight.
- PROPERTY_REUSE_DOCUMENT_EVENT -
Static variable in class oracle.javatools.editor.EditorProperties
- Property name for whether DocumentEvent instances are reused for
notification - this is a document optimization to help reduce
constant object reallocation.
- PROPERTY_REUSE_UNDOABLE_EDIT -
Static variable in class oracle.javatools.editor.EditorProperties
- Property name for whether UndoableEditEvent instances are reused
for notification - this is a document optimization to help reduce
constant object reallocation.
- PROPERTY_RIGHT_MARGIN_COLOR -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property for the color to paint the right margin
with.
- PROPERTY_RIGHT_MARGIN_COLUMN -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property for where the right margin column should be
painted.
- PROPERTY_RIGHT_MARGIN_VISIBLE -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property for whether the right margin column should
be visible or not.
- PROPERTY_SELECTED_HANDLER -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property for the current key handler used by
editor panes in this framework.
- PROPERTY_SET -
Static variable in class oracle.ide.addin.UpdateMessage
- Indicates that a property has changed
- PROPERTY_SET_CMD_ID -
Static variable in interface oracle.ide.IdeConstants
- Command ID for a property change operation
- PROPERTY_SHOW_LINE_NUMBERS -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property which determines whether to show line numbers
or not in an associated gutter component.
- PROPERTY_STYLE_CHANGED -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the pseudo-property that the StyleRegistry uses to notify
listeners (views) that settings in the registry have changed.
- PROPERTY_STYLE_CHANGED -
Static variable in class oracle.javatools.editor.language.StyleRegistry
- Name of the pseudo-property that the StyleRegistry uses to notify
listeners (views) that settings in the registry have changed.
- PROPERTY_STYLE_REGISTRY -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property for the StyleRegistry instance.
- PROPERTY_TAB_SIZE -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property for the tab size (stop.) This is used by the
BasicView renderer when painting the editor pane, and also by
the InsertTabAction (and others) when inserting a Tab instead of
just spaces.
- PROPERTY_TRAILING_BLANK_ROWS -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property which determines the number of additional
blank rows to include at the bottom of an editor view.
- PROPERTY_UNDERLINE_CHANGED -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the pseudo-property that the UnderlineRegistry uses to
notify listeners (views) that settings in the registry have
changed.
- PROPERTY_UNDERLINE_REGISTRY -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property for the UnderlineRegistry instance.
- PROPERTY_UNDO_NAVIGATION -
Static variable in class oracle.javatools.editor.EditorProperties
- Property name for whether UndoableEdits should be generated for
navigation.
- PROPERTY_USE_AUTO_INDENT -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property for whether auto-indentation should be used.
- PROPERTY_USE_JUMP_SCROLL -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property which determines whether to do jump
scrolling.
- PROPERTY_USE_SMART_END -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property which determines whether the "caret-end"
command will be "smart" about finding the end of the line before
any trailing whitespace, vs.
- PROPERTY_USE_SMART_HOME -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property which determines whether the "caret-begin"
command will be "smart" about finding the start of the line after
the initial indentation, vs.
- PROPERTY_USE_SMART_INDENT -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property for whether smart-indentation should be
enabled globally.
- PROPERTY_USE_TAB_CHARACTER -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property which determines whether spaces or tab
characters are used when the user indents a line.
- PROPERTY_WORD_BOUNDARY_USE_LINE_END -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property which determines whether navigating to
word boundaries, whether the end of the word should also
be included as a boundary.
- PROPERTY_WORD_BOUNDARY_USE_LINE_START -
Static variable in class oracle.javatools.editor.EditorProperties
- Name of the property which determines whether navigating to
word boundaries, whether the start of the line should also
be included as a boundary.
- PROP_PACKAGE_COUNTER -
Static variable in class oracle.jdeveloper.model.JProjectUtil
-
- PROTECTED -
Static variable in class oracle.javatools.editor.plugins.StatusBarPlugin
- String for the protected label.
- PROTECTED_SCOPE -
Static variable in class oracle.jdevimpl.uieditor.UIEditorOptions
-
- PROTOCOLS -
Static variable in class oracle.ide.net.ProtocolConstants
- List of registered ide protocols.
- PUBLIC_SCOPE -
Static variable in class oracle.jdevimpl.uieditor.UIEditorOptions
-
- PackageClassChooser - class oracle.ide.net.PackageClassChooser.
- A chooser for packages and classes that uses
URLPath
as the
source of path information. - PackageClassChooser(URLPath) -
Constructor for class oracle.ide.net.PackageClassChooser
- Creates a new
PackageClassChooser
that is configured
to browse the specified URLPath
.
- PackageFilter - class oracle.ide.model.PackageFilter.
- The
PackageFilter
organizes the children of a source folder
into a package structure view. - PackageFilter() -
Constructor for class oracle.ide.model.PackageFilter
- Constructs a
PackageFilter
.
- PackageFolder - class oracle.ide.model.PackageFolder.
- The
PackageFolder
class encapsulates a package element
managed by the PackageFilter
. - PackageFolder(URL, PackageFilter) -
Constructor for class oracle.ide.model.PackageFolder
- Constructs a
PackageFolder
given an URL
and a
PackageFilter
that will manage this package folder.
- PackageFolder(Object, PackageFilter) -
Constructor for class oracle.ide.model.PackageFolder
- Protected constructor that constructs a
PackageFolder
given a folder key and a PackageFilter
that will manage this
package folder.
- PackageTreeFilter - class oracle.ide.model.PackageTreeFilter.
- The
PackageTreeFilter
is a subclass of PackageFilter
that organizes its children into a nested (tree)
structure view. - PackageTreeFilter() -
Constructor for class oracle.ide.model.PackageTreeFilter
- Constructs a
PackageTreeFilter
.
- PackagedSource - interface oracle.jdeveloper.model.PackagedSource.
- The Interface to get the package name from a source file.
- PageableFactory - interface oracle.ide.print.PageableFactory.
-
- Pair - class oracle.ide.util.Pair.
- Encapsulates a Pair of objects.
Note: The toString() method returns the toString() of
the first object. - Pair() -
Constructor for class oracle.ide.util.Pair
- Default constructor
- Pair(Object, Object) -
Constructor for class oracle.ide.util.Pair
- Default constructor
- Pair(Pair) -
Constructor for class oracle.ide.util.Pair
- Cloning Constructor
- Palette - interface oracle.ide.palette.Palette.
- Palette - Palette Model based on PalettePage and PaletteItem.
- PaletteEvent - class oracle.ide.palette.PaletteEvent.
- The
PaletteEvent
class is used with the PaletteListener
to return the Palette
instance. - PaletteEvent(Palette, String) -
Constructor for class oracle.ide.palette.PaletteEvent
- Constructs a new
PaletteEvent
object.
- PaletteItem - interface oracle.ide.palette.PaletteItem.
- The
PaletteItem
class represents the Object model for
items on the component palette. - PaletteListener - interface oracle.ide.palette.PaletteListener.
- The
PaletteListener
interface should be
implemented by clients that are interested in receiving
notifications about PaletteWindow
instances being opened,
closed, selectionChanged, or Item Pressed. - PaletteLoader - interface oracle.ide.palette.PaletteLoader.
- Called by command Line Utility to add items to the palette.xml file
at build time.
- PaletteManager - interface oracle.ide.palette.PaletteManager.
- Registers the palette as an addin
- PaletteModelListener - interface oracle.ide.palette.PaletteModelListener.
- The
PaletteListener
interface should be
implemented by clients that are interested in receiving
notifications about PaletteWindow
instances being opened,
closed, selectionChanged, or Item Pressed. - PalettePage - interface oracle.ide.palette.PalettePage.
-
- PaletteUtil - class oracle.ide.palette.PaletteUtil.
- Command Line Utility to add items to the palette.xml file at build time.
- PaletteWindow - interface oracle.ide.palette.PaletteWindow.
- The
PaletteWindow
class is the Component Palette
view. - PaneConstraintsEditor - class oracle.jdevimpl.uieditor.assistant.PaneConstraintsEditor.
-
- PaneConstraintsEditor() -
Constructor for class oracle.jdevimpl.uieditor.assistant.PaneConstraintsEditor
-
- PaneLayoutAssistant - class oracle.jdevimpl.uieditor.assistant.PaneLayoutAssistant.
-
- PaneLayoutAssistant() -
Constructor for class oracle.jdevimpl.uieditor.assistant.PaneLayoutAssistant
-
- PaneLayoutData - class oracle.jdevimpl.uieditor.assistant.PaneLayoutData.
-
- PaneLayoutData(ModelNode) -
Constructor for class oracle.jdevimpl.uieditor.assistant.PaneLayoutData
-
- Paste -
Static variable in class oracle.ide.MainWindow
-
- PathEditPanel - class oracle.ide.component.PathEditPanel.
-
- PathEditPanel(String) -
Constructor for class oracle.ide.component.PathEditPanel
-
- PathEditPanel() -
Constructor for class oracle.ide.component.PathEditPanel
-
- PathPropertyEditor - class oracle.ide.propertyeditors.PathPropertyEditor.
- The PathPropertyEditor class provides PropertyEditor support for
a Path property.
- PathPropertyEditor() -
Constructor for class oracle.ide.propertyeditors.PathPropertyEditor
-
- PentaLayout - class oracle.ide.controls.PentaLayout.
- PentaLayout is an equivalent to BorderLayout.
- PentaLayout() -
Constructor for class oracle.ide.controls.PentaLayout
- Constructs a new border layout with HORIZONTAL_STYLE and no gaps between
components.
- PentaLayout(int, int) -
Constructor for class oracle.ide.controls.PentaLayout
- Constructs a border layout with an horizontal style and the specified gaps
between components.
- PentaLayout(byte, int, int) -
Constructor for class oracle.ide.controls.PentaLayout
- Constructs a border layout with the specified style and gaps between
components.
- Pinnable - interface oracle.ide.addin.Pinnable.
- The Pinnable interface provides a pinning API to allow the implementation to
ignore changes in selection and/or active view.
- PlatformProperties - class oracle.ide.config.PlatformProperties.
-
- PngImageNode - class oracle.jdeveloper.model.PngImageNode.
Node
subclass for .png image files.- PngImageNode() -
Constructor for class oracle.jdeveloper.model.PngImageNode
-
- PngImageNode(URL) -
Constructor for class oracle.jdeveloper.model.PngImageNode
-
- PopupManager - interface oracle.javatools.editor.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. - Preferences - class oracle.ide.model.Preferences.
- This a new class that is under development to replace Preferences.
- Preferences() -
Constructor for class oracle.ide.model.Preferences
- Default constructor.
- Preferences(Preferences) -
Constructor for class oracle.ide.model.Preferences
- Copy constructor.
- PreferredLayoutEvent - class oracle.ide.layout.PreferredLayoutEvent.
- PreferredLayoutEvent class.
- PreferredLayoutEvent(LayoutSelector) -
Constructor for class oracle.ide.layout.PreferredLayoutEvent
-
- PreferredLayoutListener - interface oracle.ide.layout.PreferredLayoutListener.
- PreferredLayoutEvent class.
- PresetsPanel - class oracle.ide.keyboard.PresetsPanel.
-
- PrevEditor -
Static variable in class oracle.ide.MainWindow
-
- PrevEditorFrame -
Static variable in class oracle.ide.MainWindow
-
- PrevMsg -
Static variable in class oracle.ide.MainWindow
-
- Print -
Static variable in class oracle.ide.MainWindow
-
- PrintManager - interface oracle.ide.print.PrintManager.
-
- PrinterSetup -
Static variable in class oracle.ide.MainWindow
-
- ProfileIDs - class oracle.ide.ProfileIDs.
- Defines constants used for event profiling IDE framework classes.
- ProfileIDs() -
Constructor for class oracle.ide.ProfileIDs
-
- Profiler - interface oracle.ide.util.Profiler.
- A pluggable profiler.
- ProgressBar - class oracle.ide.dialogs.ProgressBar.
- The
ProgressBar
provides the user with feedback while a
long-running process is in progress. - ProgressBar(Component, String, Runnable, boolean) -
Constructor for class oracle.ide.dialogs.ProgressBar
- Constructor.
- ProgressRunnable - class oracle.jdeveloper.cm.dt.ProgressRunnable.
- The
ProgressRunnable
class provides a mechanism for performing
connection related operations on another thread. - ProgressRunnable() -
Constructor for class oracle.jdeveloper.cm.dt.ProgressRunnable
- Creates a new ProgressRunnable instance.
- Project -
Static variable in class oracle.ide.MainWindow
-
- Project - class oracle.ide.model.Project.
- This is the base class for all data classes that represent a user
project.
- Project() -
Constructor for class oracle.ide.model.Project
- Default constructor.
- Project(Project) -
Constructor for class oracle.ide.model.Project
- Copy constructor.
- ProjectDependencyFactory - class oracle.jdeveloper.model.ProjectDependencyFactory.
ProjectDependencyFactory
class.- ProjectLibrary - class oracle.jdeveloper.library.ProjectLibrary.
ProjectLibrary
class.- ProjectLibrary() -
Constructor for class oracle.jdeveloper.library.ProjectLibrary
-
- ProjectSettings -
Static variable in class oracle.ide.MainWindow
-
- PromptPanel - class oracle.jdeveloper.model.PromptPanel.
-
- PromptPanel(String) -
Constructor for class oracle.jdeveloper.model.PromptPanel
-
- Properties -
Static variable in class oracle.ide.MainWindow
-
- PropertiesConnectionStore - class oracle.jdeveloper.cm.PropertiesConnectionStore.
- ConnectionStore for (3.2.3 properties file format)
- PropertiesConnectionStore() -
Constructor for class oracle.jdeveloper.cm.PropertiesConnectionStore
- Constructor
- PropertiesConnectionStore(String, boolean) -
Constructor for class oracle.jdeveloper.cm.PropertiesConnectionStore
- Constructor
- PropertiesContainer - class oracle.ide.model.PropertiesContainer.
- This is a complete implementation of the
Container
interface
that uses a single HashMap
to hold all of its data and an
ArrayList
to hold its children. - PropertiesContainer(URL) -
Constructor for class oracle.ide.model.PropertiesContainer
-
- PropertiesContainer() -
Constructor for class oracle.ide.model.PropertiesContainer
-
- PropertiesNode - class oracle.ide.model.PropertiesNode.
- This is a complete implementation of the
Node
interface
that uses a single HashMap
to hold all of its data. - PropertiesNode() -
Constructor for class oracle.ide.model.PropertiesNode
-
- PropertiesNode(URL) -
Constructor for class oracle.ide.model.PropertiesNode
-
- PropertyAccess - interface oracle.ide.util.PropertyAccess.
- The
PropertyAccess
interface provides the API for
getting and setting properties. - PropertyChangeAdaptor - class oracle.ide.controls.PropertyChangeAdaptor.
- This class is intended to be used as a replacement for the
java.beans.PropertyChangeListener added to any implementation of an
javax.swing.AbstractButton which has been associated with a
javax.swing.Action.
- PropertyChangeAdaptor(AbstractButton) -
Constructor for class oracle.ide.controls.PropertyChangeAdaptor
-
- PropertyEditorRegistrar - interface oracle.ide.inspector.PropertyEditorRegistrar.
- The PropertyEditorRegistrar interface offers a means for IDE implementations
to register 'out of the box' PropertyEditor implementations with the
java.beans.PropertyEditorManager such that they will be available for use
by the Property Inspector.
- PropertySetCommand - class oracle.ide.cmd.PropertySetCommand.
- The
PropetySetCommand
class provides a skeleton implemention
for applying a property set, handling the undoing of the property set and
sending out all relevant notifications. - PropertySetCommand(Object, Object, String, Object, Object) -
Constructor for class oracle.ide.cmd.PropertySetCommand
- Constructor.
- PropertySetCommand(Object, Object[], String, Object, Object) -
Constructor for class oracle.ide.cmd.PropertySetCommand
- Constructor.
- PropertySetCommand - class oracle.ide.inspector.PropertySetCommand.
- The
PropetySetCommand
implements a property set, handling the
undoing of the property set and sending out all relevant notifications. - PropertySetCommand(SelectionModel, Object, int, Object) -
Constructor for class oracle.ide.inspector.PropertySetCommand
- Constructor.
- ProtocolConstants - class oracle.ide.net.ProtocolConstants.
- Defines
URL
protocols. - PrototypeCellProvider - interface oracle.javatools.editor.insight.PrototypeCellProvider.
- The
PrototypeCellProvider
interface defines a way for
the JList to obtain a prototype cell for the given list model. - packageMatches(String, Node, JProject) -
Static method in class oracle.jdeveloper.runner.Source
- Returns true if the given package matches the package for the
given node.
- packageMatches(String, String) -
Static method in class oracle.jdeveloper.runner.Source
- Returns true if the given package matches the given node package.
- packageNameToKey(String) -
Static method in class oracle.ide.model.PackageFilter
- Converts a package name to a folder key.
- pageDeselected() -
Method in interface oracle.ide.wizard.BasicWizardPage
- Called when the page has been deselected.
- pageDown() -
Method in interface oracle.javatools.editor.insight.InsightView
- Command to move the selection of the view down by one page in the
data set.
- pageDown() -
Method in class oracle.javatools.editor.insight.ListInsightView
- Command to move the selection of the view down by one page in the
data set.
- pageDown() -
Method in class oracle.javatools.editor.insight.TooltipInsightView
- Command to move the selection of the view down by one page in the
data set.
- pageSelected(boolean) -
Method in interface oracle.ide.wizard.BasicWizardPage
- Called when a page is selected.
- pageUp() -
Method in interface oracle.javatools.editor.insight.InsightView
- Command to move the selection of the view up by one page in the
data set.
- pageUp() -
Method in class oracle.javatools.editor.insight.ListInsightView
- Command to move the selection of the view up by one page in the
data set.
- pageUp() -
Method in class oracle.javatools.editor.insight.TooltipInsightView
- Command to move the selection of the view up by one page in the
data set.
- paint(Graphics) -
Method in class oracle.ide.controls.CustomJSplitPane
-
- paint(Graphics) -
Method in class oracle.ide.controls.JFastTreeTable.TreeTableCellRenderer
- Sublcassed to translate the graphics such that the last visible
row will be drawn at 0,0.
- paint(Graphics) -
Method in class oracle.ide.controls.JFastTreeTable
-
- paint(Graphics) -
Method in class oracle.ide.controls.JSelectableLabel
- Overrides the superclass paint() method so that selection and focus
can be rendered as needed.
- paint(Graphics) -
Method in class oracle.ide.controls.JTreeTable.TreeTableCellRenderer
- Sublcassed to translate the graphics such that the last visible
row will be drawn at 0,0.
- paint(Graphics, JComponent) -
Method in class oracle.ide.controls.SingleRowTabbedPaneUI
-
- paint(Graphics, JComponent) -
Method in class oracle.ide.controls.ToolButtonUI
-
- paint(Graphics) -
Method in class oracle.javatools.editor.BasicCaret
- Paints the caret.
- paint(Graphics, Shape) -
Method in class oracle.javatools.editor.BasicView
- Renders using the given rendering surface and area on that
surface.
- paint(Graphics) -
Method in class oracle.javatools.editor.gutter.LineGutterPlugin
- Paint the component.
- paintButtonPressed(Graphics, AbstractButton) -
Method in class oracle.ide.controls.ToolButtonUI
-
- paintComponent(Graphics) -
Method in class oracle.ide.controls.FocusableLabel
-
- paintComponent(Graphics) -
Method in class oracle.ide.controls.SmallImageButton
-
- paintComponent(Graphics) -
Method in class oracle.ide.controls.ToolButton
-
- paintComponent(Graphics) -
Method in class oracle.ide.keyboard.KeyStrokeField
-
- paintContentBorderBottomEdge(Graphics, int, int, int, int, int, int) -
Method in class oracle.ide.controls.SingleRowTabbedPaneUI
-
- paintContentBorderLeftEdge(Graphics, int, int, int, int, int, int) -
Method in class oracle.ide.controls.SingleRowTabbedPaneUI
-
- paintContentBorderRightEdge(Graphics, int, int, int, int, int, int) -
Method in class oracle.ide.controls.SingleRowTabbedPaneUI
-
- paintContentBorderTopEdge(Graphics, int, int, int, int, int, int) -
Method in class oracle.ide.controls.SingleRowTabbedPaneUI
-
- paintDropLocation(Point) -
Method in class oracle.javatools.editor.plugins.DropTargetPlugin
- Utility method to request a repaint of the new drop location
specified by the given location.
- paintFullColumn(Graphics) -
Method in class oracle.ide.controls.JFastTreeTable.TreeTableCellRenderer
-
- paintIcon(Component, Graphics, int, int) -
Method in class oracle.ide.controls.ColorIcon
- Draw the icon at the specified location.
- paintIcon(Component, Graphics, int, int) -
Method in class oracle.ide.controls.OverlayIcon
-
- paintIcon(Graphics, int, Font, FontMetrics, int, Icon, Rectangle, boolean) -
Method in class oracle.ide.controls.SingleRowTabbedPaneUI
-
- paintIcon(Component, Graphics, int, int) -
Method in class oracle.ide.controls.SmallCloseIcon
-
- paintIcon(Graphics, JComponent, Rectangle) -
Method in class oracle.ide.controls.ToolButtonUI
-
- paintLine(Graphics, TextBuffer, Rectangle, Rectangle, int, StyledFragmentsList, int, HighlightedFragmentsList) -
Method in class oracle.javatools.editor.BasicView
- Paints the specified line of the view with the given styles and
highlights.
- paintLoweredBevel(Component, Graphics, int, int, int, int) -
Method in class oracle.ide.controls.ThinBevel
-
- paintRaisedBevel(Component, Graphics, int, int, int, int) -
Method in class oracle.ide.controls.ThinBevel
-
- paintRightMargin(Graphics, Rectangle, Rectangle) -
Method in class oracle.javatools.editor.BasicView
- Paints the right margin line - this will check the current properties
to see whether, where, and what color to paint the right margin.
- paintSafely(Graphics) -
Method in class oracle.javatools.editor.BasicEditorUI
- Paints the interface safely with a guarantee that the model
won't change from the view of this thread.
- paintScrollButton(Graphics, int, Rectangle) -
Method in class oracle.ide.controls.SingleRowTabbedPaneUI
-
- paintSegment(Graphics, TextBuffer, Rectangle, Rectangle, BaseStyle, HighlightStyle, int, int, int, int) -
Method in class oracle.javatools.editor.BasicView
- Paints a small segment text indicated by the start and end offsets.
- paintTab(Graphics, int, Rectangle[], int, Rectangle, Rectangle) -
Method in class oracle.ide.controls.SingleRowTabbedPaneUI
-
- paintTabBackground(Graphics, int, int, int, int, int, int, boolean) -
Method in class oracle.ide.controls.SingleRowTabbedPaneUI
-
- paintTabBorder(Graphics, int, int, int, int, int, int, boolean) -
Method in class oracle.ide.controls.SingleRowTabbedPaneUI
-
- paintText(Graphics, JComponent, Rectangle, String) -
Method in class oracle.ide.controls.ToolButtonUI
-
- paintUnderlines(Graphics, Rectangle, Rectangle, TextBuffer, StyledFragmentsList, int, int) -
Method in class oracle.javatools.editor.BasicView
- Paints the underlines in the editor view.
- paintValue(Graphics, Rectangle) -
Method in class oracle.jdevimpl.uieditor.assistant.GridBagConstraintsEditor
-
- paintValue(Graphics, Rectangle) -
Method in class oracle.jdevimpl.uieditor.assistant.PaneConstraintsEditor
-
- paintValue(Graphics, Rectangle) -
Method in class oracle.jdevimpl.uieditor.assistant.XYConstraintsEditor
-
- paletteClosed(PaletteEvent) -
Method in interface oracle.ide.palette.PaletteListener
- Notify listeners that an existing PaletteWindow has been closed.
- paletteClosed(PaletteEvent) -
Method in class oracle.jdevimpl.uieditor.CursorManager
-
- paletteItemAdded(PaletteItem) -
Method in interface oracle.ide.palette.PaletteModelListener
- Notify listener that about selection changes in the Component Palette.
- paletteItemRemoved(PaletteItem) -
Method in interface oracle.ide.palette.PaletteModelListener
- Notify listeners that an Item has been pressed on the component palette.
- paletteItemRenamed(String, PaletteItem) -
Method in interface oracle.ide.palette.PaletteModelListener
-
- paletteOpened(PaletteEvent) -
Method in interface oracle.ide.palette.PaletteListener
- Notify listeners that a new PaletteWindow has been opened.
- paletteOpened(PaletteEvent) -
Method in class oracle.jdevimpl.uieditor.CursorManager
-
- palettePageAdded(PalettePage) -
Method in interface oracle.ide.palette.PaletteModelListener
- Notify listeners that a new PalettePage has been added.
- palettePageRemoved(PalettePage) -
Method in interface oracle.ide.palette.PaletteModelListener
- Notify listeners that a PalettePage has been removed.
- palettePageRenamed(String, PalettePage) -
Method in interface oracle.ide.palette.PaletteModelListener
-
- parse() -
Method in class oracle.javatools.parser.AbstractSyntaxRecognizer
- Does the parse.
- parse(boolean) -
Method in class oracle.jdeveloper.model.JavaSourceNode
- Parses the Java code contained within this JavaSourceNode.
- parse() -
Method in class oracle.jdeveloper.model.JavaSourceNode
- Convenience routine.
- parseBackSlash() -
Method in class oracle.ide.util.FastStringBuffer
- Given a FastStringBuffer where charAt(), nextChar() or priorChar()
have just returned the backslash character (in other words, where
value[offset] == '\\', this routine will parse the rest as a single
character backslash value (e.g.
- parseLiteral(char, boolean) -
Method in class oracle.ide.util.FastStringBuffer
- Given a string which needs to be parsed as a literal string (including
backslash characters), and assuming value[offset] is currently pointing
at the starting delimiter of this string, this routine will buffer
everything up to (but not including) another delimiter like the first.
- parseLiteral() -
Method in class oracle.ide.util.FastStringBuffer
- Given a string which needs to be parsed as a literal string (including
backslash characters), and assuming value[offset] is currently pointing
at the starting delimiter of this string, this routine will buffer
everything up to (but not including) another delimiter like the first.
- partialComplete() -
Method in interface oracle.javatools.editor.insight.InsightData
- Performs a partial Insight completion in the user's document
based on the text entered in the user's document so far and
the information available in this InsightData instance.
- partialComplete() -
Method in interface oracle.javatools.editor.insight.InsightView
- Command to request partial completion using the current insight
information based on the current document contents.
- partialComplete() -
Method in class oracle.javatools.editor.insight.ListInsightView
- Command to request partial completion using the current insight
information based on the current document contents.
- partialComplete() -
Method in class oracle.javatools.editor.insight.TooltipInsightData
- Performs a partial Insight completion in the user's document
based on the text entered in the user's document so far and the
information available in this InsightData instance.
- partialComplete() -
Method in class oracle.javatools.editor.insight.TooltipInsightView
- Command to request partial completion using the current insight
information based on the current document contents.
- paste() -
Method in class oracle.javatools.editor.BasicEditorPane
- Transfers the contents of the system clipboard into the
associated text model.
- peek() -
Method in class oracle.javatools.parser.util.SimpleStack
- Retrieves the object at the top of the stack without removing it.
- peekNextChar() -
Method in class oracle.ide.util.FastStringBuffer
- To be used in a firstChar()/nextChar() sort of loop, this method
peeks at the next character WITHOUT advancing any pointers.
- peekToken() -
Method in class oracle.javatools.parser.AbstractSyntaxRecognizer
- Lookaheand one token.
- peekingToken -
Variable in class oracle.javatools.parser.AbstractSyntaxRecognizer
- The LexerToken used for peeking.
- performMethodUpdates() -
Method in class oracle.jdeveloper.webservices.WebServiceModel
- Add, unpublish and update methods.
- performModification(String) -
Method in class oracle.javatools.editor.BasicEditorKit.EmacsCapitalizeWordAction
- Perform the case changes to the word text.
- performModification(String) -
Method in class oracle.javatools.editor.BasicEditorKit.EmacsCaseWordAction
- Perform the case changes to the word text.
- performModification(String) -
Method in class oracle.javatools.editor.BasicEditorKit.EmacsDowncaseWordAction
- Perform the case changes to the word text.
- performModification(String) -
Method in class oracle.javatools.editor.BasicEditorKit.EmacsUpcaseWordAction
- Perform the case changes to the word text.
- plainStyle -
Variable in class oracle.javatools.editor.language.BuiltInStyles
- The base plain text style.
- pop() -
Method in class oracle.javatools.parser.util.SimpleStack
- Pops the object off the top of the stack.
- popKillRing() -
Static method in class oracle.javatools.editor.EmacsAction
- Utility routine to "pop" the last yank text from the kill ring,
and retrieve the text before it from the kill ring.
- popScope() -
Method in class oracle.ide.panels.NavigableContext
-
- poppingDown(ContextMenu) -
Method in interface oracle.ide.addin.ContextMenuListener
-
- poppingDown(ContextMenu) -
Method in class oracle.jdeveloper.ceditor.CodeEditorController
- Called just before the context menu is popping down.
- poppingDown(ContextMenu) -
Method in class oracle.jdeveloper.compiler.JCompiler
-
- poppingDown(ContextMenu) -
Method in class oracle.jdeveloper.model.DocumentRecognizer
-
- poppingDown(ContextMenu) -
Method in class oracle.jdevimpl.uieditor.AbstractCanvas
-
- poppingUp(ContextMenu) -
Method in interface oracle.ide.addin.ContextMenuListener
- Called just before the context menu is popping up.
- poppingUp(ContextMenu) -
Method in class oracle.jdeveloper.ceditor.CodeEditorController
- Called just before the context menu is popping up.
- poppingUp(ContextMenu) -
Method in class oracle.jdeveloper.compiler.JCompiler
- Called just before the context menu is popping up.
- poppingUp(ContextMenu) -
Method in class oracle.jdeveloper.model.DocumentRecognizer
- Called just before the context menu is popping up.
- poppingUp(ContextMenu) -
Method in class oracle.jdevimpl.uieditor.AbstractCanvas
-
- poppingUp(ContextMenu) -
Method in class oracle.jdevimpl.uieditor.UIExplorer
-
- populateEntries() -
Method in class oracle.ide.util.ArchiveFile
-
- populateEntries() -
Method in class oracle.ide.util.JarArchiveFile
-
- populateEntries() -
Method in class oracle.ide.util.ZipArchiveFile
-
- popup -
Variable in class oracle.ide.controls.ToolButton
-
- popupMenuCanceled(PopupMenuEvent) -
Method in class oracle.ide.controls.SingleRowTabbedPaneUI.EventHandler
-
- popupMenuWillBecomeInvisible(PopupMenuEvent) -
Method in class oracle.ide.controls.SingleRowTabbedPaneUI.EventHandler
-
- popupMenuWillBecomeVisible(PopupMenuEvent) -
Method in class oracle.ide.controls.SingleRowTabbedPaneUI.EventHandler
-
- position -
Variable in class oracle.jdevimpl.uieditor.assistant.PaneLayoutData
-
- positionCaret(MouseEvent) -
Method in class oracle.javatools.editor.BasicCaret
- Tries to set the position of the caret from the coordinates of a
mouse event, using viewToModel().
- postInitialize(IdeArgs) -
Method in class oracle.ide.MainWindow
- This method is called after the addins have been loaded.
- postKeyPressed(KeyEvent) -
Method in class oracle.ide.controls.KeyNavigationManager
- Invoked when a key has been pressed after the listeners and key bindings
- postKeyReleased(KeyEvent) -
Method in class oracle.ide.controls.KeyNavigationManager
- Invoked when a key has been released after the listeners and key bindings
- postKeyTyped(KeyEvent) -
Method in class oracle.ide.controls.KeyNavigationManager
- Invoked when a key has been typed after the listeners and key bindings
- postProcessKeyEvent(KeyEvent) -
Method in class oracle.ide.controls.KeyNavigationManager
-
- preKeyPressed(KeyEvent) -
Method in class oracle.ide.controls.KeyNavigationManager
- Invoked when a key has been pressed before the listeners and key bindings
- preKeyReleased(KeyEvent) -
Method in class oracle.ide.controls.KeyNavigationManager
- Invoked when a key has been released before the listeners and key bindings
- preKeyTyped(KeyEvent) -
Method in class oracle.ide.controls.KeyNavigationManager
- Invoked when a key has been typed before the listeners and key bindings
- preProcessKeyEvent(KeyEvent) -
Method in class oracle.ide.controls.KeyNavigationManager
-
- preTerminate() -
Static method in class oracle.ide.Ide
- Called when closing the MainWindow.
- precondition(boolean, String) -
Static method in class oracle.ide.util.Assert
- Assert a precondition before a method body run.
- precondition(boolean) -
Static method in class oracle.ide.util.Assert
- Assert a precondition before a method body run.
- preferredLayoutSize(Container) -
Method in class oracle.ide.controls.ButtonsLayoutManager
-
- preferredLayoutSize(Container) -
Method in class oracle.ide.controls.PentaLayout
- Determines the preferred size of the
target
container using this layout manager, based on the components
in the container.
- preferredLayoutSize(Container) -
Method in class oracle.ide.controls.VerticalFlowLayout
- Returns the preferred dimensions given the components
in the target container.
- preferredLayoutSize(Container) -
Method in class oracle.jdeveloper.ceditor.CEScrollPaneLayout
- The preferred size of a ScrollPane is the size of the insets,
plus the preferred size of the viewport, plus the preferred size of
the visible headers, plus the preferred size of the scrollbars
that will appear given the current view and the current
scrollbar displayPolicies.
- preloadInit() -
Static method in class oracle.jdeveloper.ceditor.CodeEditorPreloader
- Public routine for doing the work of preloading the Code Editor.
- preloadInit() -
Static method in class oracle.jdevimpl.uieditor.UIEditorPreloader
- Public routine for doing the work of preloading the UI Editor.
- prepad(String, char, int) -
Static method in class oracle.ide.util.IdeUtil
- Return a string where the beginning of the string has been padded
to obtain a desired length.
- prepareAddComponent(ModelNode, ModelNode, Point, Point, Dimension) -
Method in interface oracle.jdevimpl.uieditor.LayoutAssistant
- Perform any preparation on a child component that will be added into to a
container.
- prepareAddComponent(ModelNode, ModelNode, Point, Point, Dimension) -
Method in class oracle.jdevimpl.uieditor.assistant.BasicLayoutAssistant
-
- prepareAddComponent(ModelNode, ModelNode, Point, Point, Dimension) -
Method in class oracle.jdevimpl.uieditor.assistant.BorderComponentLayoutAssistant
-
- prepareAddComponent(ModelNode, ModelNode, Point, Point, Dimension) -
Method in class oracle.jdevimpl.uieditor.assistant.BorderLayoutAssistant
-
- prepareAddComponent(ModelNode, ModelNode, Point, Point, Dimension) -
Method in class oracle.jdevimpl.uieditor.assistant.CardLayoutAssistant
-
- prepareAddComponent(ModelNode, ModelNode, Point, Point, Dimension) -
Method in class oracle.jdevimpl.uieditor.assistant.GridBagLayoutAssistant
-
- prepareAddComponent(ModelNode, ModelNode, Point, Point, Dimension) -
Method in class oracle.jdevimpl.uieditor.assistant.NullLayoutAssistant
-
- prepareAddComponent(ModelNode, ModelNode, Point, Point, Dimension) -
Method in class oracle.jdevimpl.uieditor.assistant.PaneLayoutAssistant
-
- prepareAddComponent(ModelNode, ModelNode, Point, Point, Dimension) -
Method in class oracle.jdevimpl.uieditor.assistant.SplitPaneLayoutAssistant
-
- prepareAddComponent(ModelNode, ModelNode, Point, Point, Dimension) -
Method in class oracle.jdevimpl.uieditor.assistant.TabbedPaneLayoutAssistant
-
- prepareAddComponent(ModelNode, ModelNode, Point, Point, Dimension) -
Method in class oracle.jdevimpl.uieditor.assistant.XYLayoutAssistant
-
- prepareAddStatus(ModelNode, ModelNode, Point, Dimension) -
Method in interface oracle.jdevimpl.uieditor.LayoutAssistant
- Return a string for display during the add process.
- prepareAddStatus(ModelNode, ModelNode, Point, Dimension) -
Method in class oracle.jdevimpl.uieditor.assistant.BasicLayoutAssistant
-
- prepareAddStatus(ModelNode, ModelNode, Point, Dimension) -
Method in class oracle.jdevimpl.uieditor.assistant.BorderLayoutAssistant
-
- prepareAddStatus(ModelNode, ModelNode, Point, Dimension) -
Method in class oracle.jdevimpl.uieditor.assistant.GridBagLayoutAssistant
-
- prepareAddStatus(ModelNode, ModelNode, Point, Dimension) -
Method in class oracle.jdevimpl.uieditor.assistant.NullLayoutAssistant
-
- prepareAddStatus(ModelNode, ModelNode, Point, Dimension) -
Method in class oracle.jdevimpl.uieditor.assistant.PaneLayoutAssistant
-
- prepareAddStatus(ModelNode, ModelNode, Point, Dimension) -
Method in class oracle.jdevimpl.uieditor.assistant.SplitPaneLayoutAssistant
-
- prepareChangeLayout(ModelNode) -
Method in interface oracle.jdevimpl.uieditor.LayoutAssistant
- Perform changes on children of a container to best handle a layout type
change.
- prepareChangeLayout(ModelNode) -
Method in class oracle.jdevimpl.uieditor.assistant.BasicLayoutAssistant
-
- prepareChangeLayout(ModelNode) -
Method in class oracle.jdevimpl.uieditor.assistant.BorderLayoutAssistant
-
- prepareChangeLayout(ModelNode) -
Method in class oracle.jdevimpl.uieditor.assistant.FlowLayoutAssistant
- sort components by y position; starting from the top, add to group until a
component is found that overlaps in the x direction with any in the group
sort the group by x position; repeat for next group
change the add order to match
- prepareChangeLayout(ModelNode) -
Method in class oracle.jdevimpl.uieditor.assistant.GridBagLayoutAssistant
-
- prepareChangeLayout(ModelNode) -
Method in class oracle.jdevimpl.uieditor.assistant.NullLayoutAssistant
-
- prepareChangeLayout(ModelNode) -
Method in class oracle.jdevimpl.uieditor.assistant.PaneLayoutAssistant
-
- prepareMouseMoveStatus(ModelNode, ModelNode, Point) -
Method in interface oracle.jdevimpl.uieditor.LayoutAssistant
- Return a string for display while the user is moving the mouse over a
component.
- prepareMouseMoveStatus(ModelNode, ModelNode, Point) -
Method in class oracle.jdevimpl.uieditor.assistant.BasicLayoutAssistant
-
- prepareMouseMoveStatus(ModelNode, ModelNode, Point) -
Method in class oracle.jdevimpl.uieditor.assistant.BorderComponentLayoutAssistant
-
- prepareMouseMoveStatus(ModelNode, ModelNode, Point) -
Method in class oracle.jdevimpl.uieditor.assistant.BorderLayoutAssistant
-
- prepareMouseMoveStatus(ModelNode, ModelNode, Point) -
Method in class oracle.jdevimpl.uieditor.assistant.CardLayoutAssistant
-
- prepareMouseMoveStatus(ModelNode, ModelNode, Point) -
Method in class oracle.jdevimpl.uieditor.assistant.GridBagLayoutAssistant
-
- prepareMouseMoveStatus(ModelNode, ModelNode, Point) -
Method in class oracle.jdevimpl.uieditor.assistant.NullLayoutAssistant
-
- prepareMouseMoveStatus(ModelNode, ModelNode, Point) -
Method in class oracle.jdevimpl.uieditor.assistant.PaneLayoutAssistant
-
- prepareMouseMoveStatus(ModelNode, ModelNode, Point) -
Method in class oracle.jdevimpl.uieditor.assistant.SplitPaneLayoutAssistant
-
- prepareMouseMoveStatus(ModelNode, ModelNode, Point) -
Method in class oracle.jdevimpl.uieditor.assistant.TabbedPaneLayoutAssistant
-
- prepareMoveComponent(ModelNode, ModelNode, Point, Point) -
Method in interface oracle.jdevimpl.uieditor.LayoutAssistant
- Child is being moved.
- prepareMoveComponent(ModelNode, ModelNode, Point, Point) -
Method in class oracle.jdevimpl.uieditor.assistant.BasicLayoutAssistant
-
- prepareMoveComponent(ModelNode, ModelNode, Point, Point) -
Method in class oracle.jdevimpl.uieditor.assistant.BorderComponentLayoutAssistant
-
- prepareMoveComponent(ModelNode, ModelNode, Point, Point) -
Method in class oracle.jdevimpl.uieditor.assistant.BorderLayoutAssistant
-
- prepareMoveComponent(ModelNode, ModelNode, Point, Point) -
Method in class oracle.jdevimpl.uieditor.assistant.GridBagLayoutAssistant
-
- prepareMoveComponent(ModelNode, ModelNode, Point, Point) -
Method in class oracle.jdevimpl.uieditor.assistant.NullLayoutAssistant
-
- prepareMoveComponent(ModelNode, ModelNode, Point, Point) -
Method in class oracle.jdevimpl.uieditor.assistant.PaneLayoutAssistant
-
- prepareMoveComponent(ModelNode, ModelNode, Point, Point) -
Method in class oracle.jdevimpl.uieditor.assistant.XYLayoutAssistant
-
- prepareResizeComponent(ModelNode, SelectNib) -
Method in interface oracle.jdevimpl.uieditor.LayoutAssistant
- Perform a requested resize on a child.
- prepareResizeComponent(ModelNode, SelectNib) -
Method in class oracle.jdevimpl.uieditor.assistant.BasicLayoutAssistant
-
- prepareResizeComponent(ModelNode, SelectNib) -
Method in class oracle.jdevimpl.uieditor.assistant.BorderComponentLayoutAssistant
-
- prepareResizeComponent(ModelNode, SelectNib) -
Method in class oracle.jdevimpl.uieditor.assistant.BorderLayoutAssistant
-
- prepareResizeComponent(ModelNode, SelectNib) -
Method in class oracle.jdevimpl.uieditor.assistant.CardLayoutAssistant
-
- prepareResizeComponent(ModelNode, SelectNib) -
Method in class oracle.jdevimpl.uieditor.assistant.GridBagLayoutAssistant
-
- prepareResizeComponent(ModelNode, Point, Dimension) -
Method in class oracle.jdevimpl.uieditor.assistant.GridBagLayoutAssistant
-
- prepareResizeComponent(ModelNode, SelectNib) -
Method in class oracle.jdevimpl.uieditor.assistant.PaneLayoutAssistant
-
- prepareResizeComponent(ModelNode, SelectNib) -
Method in class oracle.jdevimpl.uieditor.assistant.SplitPaneLayoutAssistant
-
- prepareResizeComponent(ModelNode, SelectNib) -
Method in class oracle.jdevimpl.uieditor.assistant.TabbedPaneLayoutAssistant
-
- prepareResizeStatus(ModelNode, Point, Dimension) -
Method in interface oracle.jdevimpl.uieditor.LayoutAssistant
- Return a string for display during the resize process.
- prepareResizeStatus(ModelNode, Point, Dimension) -
Method in class oracle.jdevimpl.uieditor.assistant.BasicLayoutAssistant
-
- prepareResizeStatus(ModelNode, Point, Dimension) -
Method in class oracle.jdevimpl.uieditor.assistant.BorderComponentLayoutAssistant
-
- prepareResizeStatus(ModelNode, Point, Dimension) -
Method in class oracle.jdevimpl.uieditor.assistant.BorderLayoutAssistant
-
- prepareResizeStatus(ModelNode, Point, Dimension) -
Method in class oracle.jdevimpl.uieditor.assistant.CardLayoutAssistant
-
- prepareResizeStatus(ModelNode, Point, Dimension) -
Method in class oracle.jdevimpl.uieditor.assistant.FlowLayoutAssistant
-
- prepareResizeStatus(ModelNode, Point, Dimension) -
Method in class oracle.jdevimpl.uieditor.assistant.GridBagLayoutAssistant
-
- prepareResizeStatus(ModelNode, Point, Dimension) -
Method in class oracle.jdevimpl.uieditor.assistant.GridLayoutAssistant
-
- prepareResizeStatus(ModelNode, Point, Dimension) -
Method in class oracle.jdevimpl.uieditor.assistant.NullLayoutAssistant
-
- prepareResizeStatus(ModelNode, Point, Dimension) -
Method in class oracle.jdevimpl.uieditor.assistant.PaneLayoutAssistant
-
- prepareResizeStatus(ModelNode, Point, Dimension) -
Method in class oracle.jdevimpl.uieditor.assistant.SplitPaneLayoutAssistant
-
- prepareResizeStatus(ModelNode, Point, Dimension) -
Method in class oracle.jdevimpl.uieditor.assistant.TabbedPaneLayoutAssistant
-
- prepareSelectComponent(ModelNode, UICanvas) -
Method in interface oracle.jdevimpl.uieditor.LayoutAssistant
- An immedate child node has been selected.
- prepareSelectComponent(ModelNode, UICanvas) -
Method in class oracle.jdevimpl.uieditor.assistant.BasicLayoutAssistant
-
- prepareSelectComponent(ModelNode, UICanvas) -
Method in class oracle.jdevimpl.uieditor.assistant.GridBagLayoutAssistant
-
- prepareSelectComponent(ModelNode, UICanvas) -
Method in class oracle.jdevimpl.uieditor.assistant.NullLayoutAssistant
-
- prepareSelectComponent(ModelNode, UICanvas) -
Method in class oracle.jdevimpl.uieditor.assistant.PaneLayoutAssistant
-
- prepareSelectDescendant(ModelNode, ModelNode) -
Method in interface oracle.jdevimpl.uieditor.LayoutAssistant
- A descendant node has been selected.
- prepareSelectDescendant(ModelNode, ModelNode) -
Method in class oracle.jdevimpl.uieditor.assistant.BasicLayoutAssistant
-
- prepareToMigrate() -
Method in class oracle.ide.config.IdeSettingsMigrator
-
- prepareToMigrate() -
Method in class oracle.ide.model.IdeSystemMigrator
-
- prepareToRun() -
Method in class oracle.ide.wizard.BasicWizard
-
- prepareToStart() -
Method in class oracle.ide.runner.RunProcess
- Calls the
Starter.prepareToStart()
method.
- prepareToStart() -
Method in class oracle.ide.runner.Starter
- If the starter needs to do some work before starting and that
work should not be done on the event thread, then the starter
should override this method.
- prependKillRing(String) -
Static method in class oracle.javatools.editor.EmacsAction
- Utility routine to prepend the given text to the last
(top-most) entry in the kill ring.
- previousState() -
Method in class oracle.ide.panels.FSM
- Rolls back the
FSM
to its previous state and returns
the corresponding FSMStateInfo
object.
- primitiveClassForName(String) -
Static method in class oracle.jdeveloper.jot.JotNames
- Retrieves the class object representing a primitive type.
- print() -
Method in class oracle.ide.print.DocumentPrintFactory
- The method that iwll be called by the PrintManager to print the
document(s).
- print(Context) -
Method in interface oracle.ide.print.PrintManager
- This method is called by the Print Command to bring up the Print
dialog to allow the user to select a printer and any printer
attributes.
- print(String) -
Static method in class oracle.ide.util.Assert
- Print a string to standard error.
- print(boolean, String) -
Static method in class oracle.ide.util.Assert
- Print a string to standard error if a condition is true.
- print(boolean, String, String) -
Static method in class oracle.ide.util.Assert
- Print a string to standard error based on the evaluation of a condition.
- printPageable(Pageable) -
Method in interface oracle.ide.print.PrintManager
- Prints the specified Pageable
- printPageables(Pageable[]) -
Method in interface oracle.ide.print.PrintManager
- Prints the specified Pageable array
- printStackTrace() -
Method in class oracle.ide.panels.FSMException
-
- printStackTrace(PrintStream) -
Method in class oracle.ide.panels.FSMException
-
- printStackTrace(PrintWriter) -
Method in class oracle.ide.panels.FSMException
-
- printStackTrace() -
Static method in class oracle.ide.util.Assert
- Print a diagnostic stack trace of the current thread.
- printStackTrace(Throwable) -
Static method in class oracle.ide.util.Assert
- Print the stack trace of a Throwable.
- printStackTrace(boolean, String) -
Static method in class oracle.ide.util.Assert
- Print a diagnostic stack trace if the specified condition is true.
- println(String) -
Static method in class oracle.ide.util.Assert
- Print a string and a newline to standard error.
- println(boolean, String) -
Static method in class oracle.ide.util.Assert
- Print a string and a newline to standard error if a condition is true
- println(boolean, String, String) -
Static method in class oracle.ide.util.Assert
- Print a string and a newline to standard error based on the evaluation
of a condition.
- println(String, Object) -
Static method in class oracle.ide.util.Assert
- Print a one parameter formatted message string and a newline to
standard error.
- println(String, Object, Object) -
Static method in class oracle.ide.util.Assert
- Print a two parameter formatted message string and a newline to
standard error.
- println(String, Object, Object, Object) -
Static method in class oracle.ide.util.Assert
- Print a three parameter formatted message string and a newline to
standard error.
- println(String, Object[]) -
Static method in class oracle.ide.util.Assert
- Print a multiple parameter formatted message string and a newline to
standard error.
- priorChar() -
Method in class oracle.ide.util.FastStringBuffer
-
- process -
Variable in class oracle.ide.runner.Starter
- The Process that has been started.
- processChildren(TagElement, JProject, URL, Tag2Object) -
Method in class oracle.jdeveloper.model.Tag2Children
- This method is reponsible for adding the owned children to the project
object.
- processFinished(int) -
Method in interface oracle.ide.runner.RunProcessListener
- Invoked when the process has finished.
- processKeyEvent(KeyEvent) -
Method in class oracle.ide.controls.JFastTreeTable
-
- processKeyEvent(KeyEvent) -
Method in class oracle.ide.controls.JTreeTable
-
- processKeyEvent(KeyEvent) -
Method in class oracle.ide.controls.KeyNavigableTree
-
- processMouseEvent(MouseEvent) -
Method in class oracle.ide.controls.JTabbedPane2
- Includes a fix for JavaSoft bug#4502288 - focus not switching to tabbedpane on first mouse click when
switching tabs.
- processTreeKey(KeyEvent) -
Method in class oracle.ide.controls.JFastTreeTable
-
- processTreeKey(KeyEvent) -
Method in class oracle.ide.controls.JTreeTable
-
- promptUser(ConnectionDescriptor) -
Method in interface oracle.jdeveloper.cm.ConnectInfoPrompter
- implementors of the
promptUser
method should take
the given descriptor and prompt the user to fill in any necessary
security information.
- promptUser(ConnectionDescriptor) -
Method in class oracle.jdeveloper.cm.ConnectInformationDialog
- prompts the user to fill in the given descriptor with the
appropriate username, password, and role.
- property -
Variable in class oracle.ide.cmd.PropertySetCommand
-
- propertyChange(PropertyChangeEvent) -
Method in class oracle.ide.controls.PropertyChangeAdaptor
-
- propertyChange(PropertyChangeEvent) -
Method in class oracle.ide.controls.SortedMenuLayout
- Listens for changes to the
AbstractButton.TEXT_CHANGED_PROPERTY
of any child items.
- propertyChange(PropertyChangeEvent) -
Method in class oracle.javatools.editor.BasicCaret
- This method gets called when a bound property is changed.
- propertyChange(PropertyChangeEvent) -
Method in class oracle.javatools.editor.BasicDocument
- This method gets called when a bound property is changed.
- propertyChange(PropertyChangeEvent) -
Method in class oracle.javatools.editor.BasicEditorPane
- This method gets called when a bound property is changed.
- propertyChange(PropertyChangeEvent) -
Method in class oracle.javatools.editor.BasicView
- This method gets called when a bound property is changed.
- propertyChange(PropertyChangeEvent) -
Method in class oracle.javatools.editor.EmacsAction.Tracker
- This method gets called when a bound property is changed.
- propertyChange(PropertyChangeEvent) -
Method in class oracle.javatools.editor.gutter.LineGutterPlugin
- This method gets called when a bound property is changed.
- propertyChange(PropertyChangeEvent) -
Method in class oracle.javatools.editor.insight.AbstractInsight
- This method gets called when a bound property is changed.
- propertyChange(PropertyChangeEvent) -
Method in class oracle.javatools.editor.plugins.BraceMatchingPlugin
- This method gets called when a bound property is changed.
- propertyChange(PropertyChangeEvent) -
Method in class oracle.javatools.editor.plugins.DragDropPlugin
- This method gets called when a bound property is changed.
- propertyChange(PropertyChangeEvent) -
Method in class oracle.javatools.editor.plugins.DropTargetPlugin
- This method gets called when a bound property is changed.
- propertyChange(PropertyChangeEvent) -
Method in class oracle.javatools.editor.plugins.FindHighlightPlugin
- This method gets called when a bound property is changed.
- propertyChange(PropertyChangeEvent) -
Method in class oracle.javatools.editor.plugins.LineHighlightPlugin
- This method gets called when a bound property is changed.
- propertyChange(PropertyChangeEvent) -
Method in class oracle.javatools.editor.plugins.StatusBarPlugin
- This method gets called when a bound property is changed.
- propertyChangeImpl(PropertyChangeEvent) -
Method in class oracle.javatools.editor.insight.AbstractInsight
- Version of propertyChange() for implementations to override if they
choose.
- propertyModel -
Variable in class oracle.ide.inspector.DefaultInspectable
-
- propertyNames() -
Method in class oracle.ide.layout.SimpleLayout
- Returns an enumeration of all the keys in this property list, including
the keys in the default property list.
- proportion -
Variable in class oracle.jdevimpl.uieditor.assistant.PaneLayoutData
-
- publicId -
Variable in class oracle.ide.xml.StartElementPacket
-
- pulseEvent(int, String) -
Static method in class oracle.ide.util.IdeProfile
- Pulse a profiler event
- pulseEvent(int, String) -
Method in interface oracle.ide.util.Profiler
-
- push(Object) -
Method in class oracle.javatools.parser.util.SimpleStack
- Pushes the object onto the top of the stack by appending it to
the end of this list.
- pushAnonymousScope(Namespace, Navigable) -
Method in class oracle.ide.panels.NavigableContext
-
- pushScope(String, Namespace) -
Method in class oracle.ide.panels.NavigableContext
-
- pushScope(String, Namespace, Navigable) -
Method in class oracle.ide.panels.NavigableContext
-
- put(KeyStroke, Object) -
Method in class oracle.ide.keyboard.IdeInputMapUIResource
-
- put(KeyStrokes, Integer) -
Method in class oracle.ide.keyboard.KeyStrokeMap
- Add a mapping from an accelerator to a command
- put(KeyStrokes, Object) -
Method in class oracle.ide.keyboard.MultiInputMap
- Same as InputMap.put(KeyStroke,Object) except this one takes
KeyStrokes
- put(KeyStroke, Object) -
Method in class oracle.ide.keyboard.MultiInputMap
-
- put(int, Object) -
Method in class oracle.ide.util.IntHashMap
- Associates the specified value with the specified key in this map.
- put(Object, Object) -
Method in class oracle.ide.util.ListMap
- If the
ListMap
already contained the key, then
the key is moved to the end of the ordered list, and the value
in the map is replaced.
- put(String, Object) -
Method in class oracle.ide.util.Namespace
- Adds the specified data object to this
Namespace
.
- put(String, Namespace) -
Method in class oracle.ide.util.Namespace
- Adds the specified
Namespace
as a child of this
Namespace
.
- put(String[], Object) -
Method in class oracle.ide.util.Namespace
- Adds the specified data object to the specified namespace
path.
- put(String[], Namespace) -
Method in class oracle.ide.util.Namespace
- Adds the specified
Namespace
to the specified
namespace path.
- put(Object, Object) -
Method in class oracle.ide.util.OrderedProperties
-
- put(Object, Object) -
Method in class oracle.ide.util.TimedCache
- Stores an object into the cache.
- put(Object, Object, int) -
Method in class oracle.ide.util.TimedCache
- Stores an object into the cache.
- put(Object, Object) -
Method in class oracle.ide.util.WeakCache
-
- put(Object, Object) -
Method in class oracle.jdeveloper.cm.ConnectionDescriptor
- ensures that null or empty values are not placed in the
ConnectionDescriptor
before calling super.put()
- putAll(KeyStrokeMap) -
Method in class oracle.ide.keyboard.KeyStrokeMap
- Add all the mappings in ksm to this map.
- putAll(Map) -
Method in class oracle.ide.util.ListMap
-
- putBooleanProperty(String, boolean) -
Method in class oracle.javatools.editor.BasicEditorPane
- Sets the boolean property and value in the property table.
- putBooleanProperty(String, boolean) -
Method in class oracle.javatools.editor.EditorProperties
- Sets the boolean property and value in the property table.
- putClientProperty(Object, Object) -
Method in class oracle.jdeveloper.cm.dt.ConnectionNode
- Client Properties Support.
- putConnectionDescriptor(String, ConnectionDescriptor) -
Method in class oracle.jdeveloper.cm.ConnectionManager
- Inserts the
ConnectionDescriptor
into the
list of available ConnectionDescriptors.
- putData(String, Copyable) -
Method in class oracle.ide.config.DTCache
- Stores an object into the cache using the specified key for
lookup.
- putData(String, List) -
Method in class oracle.ide.config.DTCache
- Stores a list into the cache using the specified key for lookup.
- putData(String, Copyable) -
Method in class oracle.ide.config.IdeSettings
-
- putDesignTimeObject(String, Object) -
Method in class oracle.ide.panels.TraversableContext
- Experimental.
- putIntegerProperty(String, int) -
Method in class oracle.javatools.editor.BasicEditorPane
- Sets the integer property and value in the property table.
- putIntegerProperty(String, int) -
Method in class oracle.javatools.editor.EditorProperties
- Sets the integer property and value in the property table.
- putOverlayIcon(Element, Icon) -
Method in interface oracle.ide.explorer.IconOverlayCache
- Puts an overlay icon for the given element into the cache.
- putProperty(Object, Object) -
Method in class oracle.javatools.editor.BasicDocument
- Puts a new property on the list.
- putProperty(String, Object) -
Method in class oracle.javatools.editor.BasicEditorPane
- Store the property associated with the given key.
- putProperty(String, Object) -
Method in class oracle.javatools.editor.EditorProperties
- Stores a property and value in the property table.
- putValue(String, Object) -
Method in class oracle.ide.IdeAction
-
Q
- QUESTION_EXPRESSION -
Static variable in interface oracle.jdeveloper.jot.JotExpression
- ID value representing a question expression.
- QUIET_START_PROP -
Static variable in class oracle.ide.AddinManager
- Constant: If defined, addin initialization times are not shown.
- qName -
Variable in class oracle.ide.xml.StartElementPacket
-
- queryDmdTables(String, String, String[]) -
Method in class oracle.jdeveloper.cm.ds.db.JdbcDatabase
-
- quit(IdeAction, Context) -
Static method in class oracle.ide.Ide
-
- quoteArgs -
Static variable in class oracle.ide.util.ExecUtil
- Should we quote arguments at all
- quoteExec -
Static variable in class oracle.ide.util.ExecUtil
- Should we quote the name of the command to execute with Runtime.exec
R
- RADIO -
Static variable in class oracle.ide.controls.ToggleAction
-
- RAISED_BORDER -
Static variable in class oracle.ide.controls.ThinBevel
-
- RANDOM_ACCESS_TRAVERSAL -
Static variable in class oracle.ide.panels.TraversableContext
- Constant that indicates that the direction of traversal for the
Traversable.onEntry(TraversableContext)
and
Traversable.onExit(TraversableContext)
methods.
- READ -
Static variable in class oracle.javatools.buffer.ReadWriteLock
- Constant which indicates that the lock is held in read mode.
- READ_ONLY -
Static variable in interface oracle.javatools.buffer.TextBuffer
- Public constant for use with
setReadOnly()
to mark
the buffer as read only.
- READ_ONLY -
Static variable in class oracle.javatools.editor.plugins.StatusBarPlugin
- String for read only label.
- READ_ONLY_ATTRIBUTE -
Static variable in interface oracle.javatools.buffer.TextBufferListener
- Public constant for the attribute for read-only mode.
- READ_ONLY_FILE -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb
-
- READ_ONLY_FILE -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb_ja
-
- RECENTER_LINE -
Static variable in class oracle.javatools.editor.ActionNames
- RecenterLineAction
- REDO_CMD -
Static variable in interface oracle.ide.IdeConstants
- Redo command.
- REDO_CMD_ID -
Static variable in interface oracle.ide.IdeConstants
- Redo command id.
- REDO_ITEM -
Static variable in class oracle.ide.editor.EditorConstants
- Menu item to appear on the ContextMenu.
- REFER_TO_HOST_AS_FULL_HOST_NAME -
Static variable in class oracle.jdeveloper.runner.EmbeddedServerOptions
-
- REFER_TO_HOST_AS_IP_ADDRESS -
Static variable in class oracle.jdeveloper.runner.EmbeddedServerOptions
-
- REFER_TO_HOST_AS_SHORT_HOST_NAME -
Static variable in class oracle.jdeveloper.runner.EmbeddedServerOptions
-
- REFER_TO_HOST_AS_SPECIFIED -
Static variable in class oracle.jdeveloper.runner.EmbeddedServerOptions
-
- REFRESH_CMD_ID -
Static variable in interface oracle.ide.IdeConstants
- Refresh node command id.
- REGISTRAR -
Static variable in interface oracle.ide.inspector.PropertyEditorRegistrar
- Key used to identify the PropertyEditorRegistrar implementation.
- RELOAD_END_ATTRIBUTE -
Static variable in interface oracle.javatools.buffer.TextBufferListener
- Public (pseudo-attribute) constant used as a post-notification to
clients that the
TextBuffer.read( Reader )
has been
completed, and that the contents of the buffer have already been
replaced.
- RELOAD_PROMPT -
Static variable in class oracle.ide.dialogs.SelectFilesPanel
-
- RELOAD_START_ATTRIBUTE -
Static variable in interface oracle.javatools.buffer.TextBufferListener
- Public (pseudo-attribute) constant used as a pre-notification to
clients that the
TextBuffer.read( Reader )
has been
invoked, and that the contents of the buffer are about to be
reloaded.
- REMARKS -
Static variable in class oracle.jdeveloper.cm.ConnectionDescriptor
- Property name: Oracle JDBC extension specifying whether to
retrieve table remarks.
- REMOTE_CONNECT_LABEL -
Static variable in class oracle.jdeveloper.runner.RunMgrArb
-
- REMOTE_CONNECT_LABEL -
Static variable in class oracle.jdeveloper.runner.RunMgrArb_ja
-
- REMOTE_CONNECT_SAVE_CHECKBOX -
Static variable in class oracle.jdeveloper.runner.RunMgrArb
-
- REMOTE_CONNECT_SAVE_CHECKBOX -
Static variable in class oracle.jdeveloper.runner.RunMgrArb_ja
-
- REMOTE_ORACLE_HOME -
Static variable in class oracle.jdeveloper.cm.IasRemoteDcmConnectionType
-
- REMOVEABLE -
Static variable in class oracle.ide.model.ElementAttributes
REMOVEABLE
is an immutable attribute that
controls the File | Remove from [Container] menu item.
- REMOVE_BUTTON -
Static variable in class oracle.jdeveloper.dialogs.DlgArb
-
- REMOVE_BUTTON -
Static variable in class oracle.jdeveloper.dialogs.DlgArb_ja
-
- REMOVE_FILE_CMD -
Static variable in interface oracle.ide.IdeConstants
- Remove node command.
- REMOVE_FILE_CMD_ID -
Static variable in interface oracle.ide.IdeConstants
- Remove node command id.
- REMOVE_FROM_DISK_CMD -
Static variable in interface oracle.ide.IdeConstants
- Remove from disk command.
- REMOVE_FROM_DISK_CMD_ID -
Static variable in interface oracle.ide.IdeConstants
- Remove from disk command id.
- REMOVE_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- REMOVE_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- REMOVE_INSETS -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- REMOVE_INSETS -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- REMOVE_INSETS_CMD_ID -
Static variable in class oracle.jdevimpl.uieditor.assistant.GridBagLayoutAssistant
-
- REMOVE_INSETS_ICON -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- REMOVE_INSETS_ICON -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- REMOVE_INSETS_ITEM -
Static variable in class oracle.jdevimpl.uieditor.assistant.GridBagLayoutAssistant
-
- REMOVE_INSETS_MNEMONIC -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- REMOVE_INSETS_MNEMONIC -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- REMOVE_IPAD -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- REMOVE_IPAD -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- REMOVE_IPAD_CMD_ID -
Static variable in class oracle.jdevimpl.uieditor.assistant.GridBagLayoutAssistant
-
- REMOVE_IPAD_ICON -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- REMOVE_IPAD_ICON -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- REMOVE_IPAD_ITEM -
Static variable in class oracle.jdevimpl.uieditor.assistant.GridBagLayoutAssistant
-
- REMOVE_IPAD_MNEMONIC -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- REMOVE_IPAD_MNEMONIC -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- RENAMEABLE -
Static variable in class oracle.ide.model.ElementAttributes
RENAMEABLE
is an immutable attribute that
controls the File | Save As, and File | Rename menu items.
- RENAME_CMD -
Static variable in interface oracle.ide.IdeConstants
- Rename a document command.
- RENAME_CMD_ID -
Static variable in interface oracle.ide.IdeConstants
- Rename a document command id.
- RENAME_EVENT -
Static variable in class oracle.jdeveloper.cm.ds.db.Trigger
-
- REOPEN_CMD -
Static variable in interface oracle.ide.IdeConstants
- Re-open a document command.
- REOPEN_CMD_ID -
Static variable in interface oracle.ide.IdeConstants
- Re-open a document command id.
- REPLACE_CMD -
Static variable in interface oracle.ide.IdeConstants
- Replace command.
- REPLACE_CMD_ID -
Static variable in interface oracle.ide.IdeConstants
- Replace command id.
- RESIZE -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb
-
- RESIZE -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb_ja
-
- RESULTS -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- RESULTS -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- RETR_INFO -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- RETR_INFO -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- RETURN_STATEMENT -
Static variable in interface oracle.jdeveloper.jot.JotStatement
- The statement type for
return
statements
- REVERSE_TAB -
Static variable in class oracle.javatools.editor.ActionNames
- ReverseTabAction
- REVERTING_IIOP_PORTS_TO -
Static variable in class oracle.jdeveloper.runner.RunMgrArb
-
- REVERTING_IIOP_PORTS_TO -
Static variable in class oracle.jdeveloper.runner.RunMgrArb_ja
-
- REVERTING_PORTS_TO -
Static variable in class oracle.jdeveloper.runner.RunMgrArb
-
- REVERTING_PORTS_TO -
Static variable in class oracle.jdeveloper.runner.RunMgrArb_ja
-
- REVERT_CMD -
Static variable in interface oracle.ide.IdeConstants
- Revert the contents of a Node back to its persistent store command.
- REVERT_CMD_ID -
Static variable in interface oracle.ide.IdeConstants
- Revert the contents of a Node back to its persistent store command id.
- REVOKE_EVENT -
Static variable in class oracle.jdeveloper.cm.ds.db.Trigger
-
- RMI_PORT_CONFLICT_DETECTED -
Static variable in class oracle.jdeveloper.runner.RunMgrArb
-
- RMI_PORT_CONFLICT_DETECTED -
Static variable in class oracle.jdeveloper.runner.RunMgrArb_ja
-
- ROLE -
Static variable in class oracle.jdeveloper.cm.ConnectionDescriptor
- Property name: connection role (if applicable).
- ROOT_TAG -
Static variable in class oracle.ide.config.IdeSettings
-
- ROOT_TAG -
Static variable in class oracle.ide.model.IdeSystem
-
- ROOT_TAG -
Static variable in class oracle.ide.model.MiscellaneousFolder
- The XML root tag name.
- ROOT_TAG -
Static variable in class oracle.ide.model.Workspace
-
- ROOT_TAG -
Static variable in class oracle.jdeveloper.cm.DefaultConnectionStore
-
- ROOT_TAG -
Static variable in class oracle.jdeveloper.library.JLibraryList
-
- ROW -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- ROW -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- ROWS_AFFECTED -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- ROWS_AFFECTED -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- RSH -
Static variable in interface oracle.jdeveloper.jot.JotInfixExpression
- The right-shift operator '
>>
'
- RSNAV_FETCH_BUTTON -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- RSNAV_FETCH_BUTTON -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- RSNAV_FETCH_LABEL -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- RSNAV_FETCH_LABEL -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- RSNAV_FETCH_TOOLTIP -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- RSNAV_FETCH_TOOLTIP -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- RSNAV_REFRESH_BUTTON -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- RSNAV_REFRESH_BUTTON -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- RSNAV_REFRESH_TOOLTIP -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- RSNAV_REFRESH_TOOLTIP -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- RUN_CLASSPATH_PROPERTY -
Static variable in class oracle.jdeveloper.model.JProject
-
- RUN_SQL_ICON -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- RUN_SQL_ICON -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- RadioMenuItem - class oracle.ide.controls.RadioMenuItem.
- The RadioMenuItem class is a subclass of javax.swing.JRadioButtonMenuItem
that has been extended to respond to additional PropertyChangeEvent
notifications for state and accelerator from the ToggleAction from which it
was constructed.
- RadioMenuItem(ToggleAction) -
Constructor for class oracle.ide.controls.RadioMenuItem
-
- RadioToolButton - class oracle.ide.controls.RadioToolButton.
-
- RadioToolButton(ToggleAction) -
Constructor for class oracle.ide.controls.RadioToolButton
-
- ReadOnlyException - exception oracle.javatools.buffer.ReadOnlyException.
- An
ReadOnlyException
is thrown when clients attempt
to modify a TextBuffer
instance marked as read only. - ReadOnlyException() -
Constructor for class oracle.javatools.buffer.ReadOnlyException
- Creates a new instance of an
ReadOnlyException
.
- ReadTextBuffer - interface oracle.javatools.buffer.ReadTextBuffer.
- The
ReadTextBuffer
interface provides a subset of the
TextBuffer
methods for read-only access to text data. - ReadWriteLock - class oracle.ide.util.ReadWriteLock.
- Instances of this class manage read and write locks.
- ReadWriteLock() -
Constructor for class oracle.ide.util.ReadWriteLock
-
- ReadWriteLock - class oracle.javatools.buffer.ReadWriteLock.
- The
ReadWriteLock
class is a basic implementation of a
read/write or shared/exclusive lock. - ReadWriteLock() -
Constructor for class oracle.javatools.buffer.ReadWriteLock
- Constructs a new ReadWriteLock - the lock is created initially
in the unowned state.
- Recognizer - interface oracle.ide.model.Recognizer.
- The
Recognizer
interface provides the API for recognizing
data types from specific urls. - RecognizerException - exception oracle.ide.model.RecognizerException.
- This is an
Exception
class that is thrown by a
Recognizer
when validation fails. - RecognizerException() -
Constructor for class oracle.ide.model.RecognizerException
-
- RecognizerException(String) -
Constructor for class oracle.ide.model.RecognizerException
-
- Redo -
Static variable in class oracle.ide.MainWindow
-
- RedoCommand - class oracle.ide.cmd.RedoCommand.
- The
RedoCommand
class implements the redo command. - RedoCommand() -
Constructor for class oracle.ide.cmd.RedoCommand
- Constructor.
- Reference - class oracle.ide.model.Reference.
- The
Reference
class is used to reference data nodes
such as workspaces and projects from their containers. - Reference() -
Constructor for class oracle.ide.model.Reference
-
- Reference(Reference) -
Constructor for class oracle.ide.model.Reference
-
- Reference(Node) -
Constructor for class oracle.ide.model.Reference
-
- RemoteConnectDialog - class oracle.jdeveloper.runner.RemoteConnectDialog.
- The
RemoteConnectDialog
class displays a dialog box
from which the user can specify remote connection parameters. - RemoveFileCommand - class oracle.ide.cmd.RemoveFileCommand.
- The
RemoveFileCommand
class implements the command to delete
the file(s) on disk that are associated with the selected element(s). - RemoveFileCommand() -
Constructor for class oracle.ide.cmd.RemoveFileCommand
- Constructor.
- RemoveFileCommand(int, int) -
Constructor for class oracle.ide.cmd.RemoveFileCommand
-
- RemoveFromDisk -
Static variable in class oracle.ide.MainWindow
-
- RemoveFromDiskCommand - class oracle.ide.cmd.RemoveFromDiskCommand.
- The
RemoveFileCommand
class implements the command to delete
the file(s) on disk that are associated with the selected element(s). - RemoveFromDiskCommand() -
Constructor for class oracle.ide.cmd.RemoveFromDiskCommand
- Constructor.
- RemoveFromIDE -
Static variable in class oracle.ide.MainWindow
-
- Rename -
Static variable in class oracle.ide.MainWindow
-
- RenameCommand - class oracle.ide.cmd.RenameCommand.
- The
RenameCommand
class implements the Rename command. - RenameCommand() -
Constructor for class oracle.ide.cmd.RenameCommand
- Constructor.
- RenameMessage - class oracle.ide.cmd.RenameMessage.
- There are 5 cases to be considered when the OBJECT_RENAMED message
is sent.
- RenameMessage(int, Object) -
Constructor for class oracle.ide.cmd.RenameMessage
- Constructs an update message of the specified message id.
- Reopen -
Static variable in class oracle.ide.MainWindow
-
- Replace -
Static variable in class oracle.ide.MainWindow
-
- RequiredFieldLegend - class oracle.ide.controls.RequiredFieldLegend.
- A label that can be used to display the legend on dialogs or
wizards which contain required fields.
- RequiredFieldLegend() -
Constructor for class oracle.ide.controls.RequiredFieldLegend
-
- Res - class oracle.jdevimpl.uieditor.assistant.Res.
-
- Res() -
Constructor for class oracle.jdevimpl.uieditor.assistant.Res
-
- Res_ja - class oracle.jdevimpl.uieditor.assistant.Res_ja.
-
- Res_ja() -
Constructor for class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- ResourceManager - class oracle.ide.util.ResourceManager.
- Used by the generated implementations of the
ArrayResourceBundle
which is the ResourceBundle
flavor in use by the IDE. - ResourceManager() -
Constructor for class oracle.ide.util.ResourceManager
-
- ResourceUtils - class oracle.ide.util.ResourceUtils.
- Utility class to make using resources easier.
- Revert -
Static variable in class oracle.ide.MainWindow
-
- RevertNodeCommand - class oracle.ide.cmd.RevertNodeCommand.
- The
RevertNodeCommand
is used to revert the contents of a
node to its persistent storage, and to send the appropriate
notification. - RevertNodeCommand() -
Constructor for class oracle.ide.cmd.RevertNodeCommand
- Constructs a new
RevertNodeCommand
to run without
confirmation.
- RevertNodeCommand(boolean) -
Constructor for class oracle.ide.cmd.RevertNodeCommand
- Constructs a new
RevertNodeCommand
to run with optional
confirmation.
- Right -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- Right -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- RunConfiguration - class oracle.jdeveloper.runner.RunConfiguration.
- The RunConfiguration class specifies details about how a Java
process should be started.
- RunConfiguration() -
Constructor for class oracle.jdeveloper.runner.RunConfiguration
- Default constructor.
- RunConfiguration(RunConfiguration) -
Constructor for class oracle.jdeveloper.runner.RunConfiguration
- Copy constructor.
- RunLogPage - class oracle.ide.runner.RunLogPage.
- The
RunLogPage
class is the LogPage
used for
a running process. - RunMgrArb - class oracle.jdeveloper.runner.RunMgrArb.
-
- RunMgrArb() -
Constructor for class oracle.jdeveloper.runner.RunMgrArb
-
- RunMgrArb_ja - class oracle.jdeveloper.runner.RunMgrArb_ja.
-
- RunMgrArb_ja() -
Constructor for class oracle.jdeveloper.runner.RunMgrArb_ja
-
- RunProcess - class oracle.ide.runner.RunProcess.
- An abstract class that represents a process that can be run in
some way.
- RunProcess(Context) -
Constructor for class oracle.ide.runner.RunProcess
- The constructor simply initializes the fields of this RunProcess.
- RunProcessListener - interface oracle.ide.runner.RunProcessListener.
- The RunProcessListener interface allows code to be notification when
a
SimpleProcess
has finished. - Runner - interface oracle.ide.runner.Runner.
- The
Runner
class provides methods that interact with the
runner. - raiseChildToView(ModelNode, ModelNode) -
Method in class oracle.jdevimpl.uieditor.assistant.BasicLayoutAssistant
-
- raiseChildToView(ModelNode, ModelNode) -
Method in class oracle.jdevimpl.uieditor.assistant.CardLayoutAssistant
-
- raiseChildToView(ModelNode, ModelNode) -
Method in class oracle.jdevimpl.uieditor.assistant.TabbedPaneLayoutAssistant
-
- read() -
Method in class oracle.ide.net.InflaterInputStream
-
- read(byte[], int, int) -
Method in class oracle.ide.net.InflaterInputStream
-
- read() -
Method in class oracle.ide.util.InflaterInputStreamPatch
-
- read(byte[], int, int) -
Method in class oracle.ide.util.InflaterInputStreamPatch
-
- read(String) -
Method in class oracle.ide.util.IniFile
-
- read(Reader) -
Method in interface oracle.javatools.buffer.TextBuffer
- Replaces the current contents of the text buffer with the data
from a reader instance.
- read() -
Method in interface oracle.jdeveloper.cm.ConnectionStore
- Read all of the descriptors from storage.
- read() -
Method in class oracle.jdeveloper.cm.DefaultConnectionStore
- Read all of the descriptors from storage.
- read() -
Method in class oracle.jdeveloper.cm.PropertiesConnectionStore
- Read all of the descriptors from storage.
- read() -
Method in class oracle.jdeveloper.compiler.IdeStorage
-
- read(byte[]) -
Method in class oracle.jdeveloper.compiler.IdeStorage
-
- read() -
Method in class oracle.jdeveloper.compiler.JarStorage
-
- read(byte[]) -
Method in class oracle.jdeveloper.compiler.JarStorage
-
- readLock() -
Method in class oracle.ide.util.ReadWriteLock
- Issue a read lock if there is no outstanding write lock or
threads waiting to get a write lock.
- readLock() -
Method in class oracle.javatools.buffer.CharArrayReadTextBuffer
- Attempts to acquire a read lock on this text buffer for the purposes
of reading the buffer - this is a blocking call.
- readLock() -
Method in interface oracle.javatools.buffer.ReadTextBuffer
- Attempts to acquire a read lock on this text buffer for the
purposes of reading the buffer - this is a blocking call.
- readLock() -
Method in class oracle.javatools.buffer.ReadWriteLock
- Blocking attempt to acquire a read or shared lock.
- readLock() -
Method in class oracle.javatools.editor.BasicDocument
- Attempts to acquire a read lock on this document and the
underlying text buffer - this is a blocking call.
- readLock() -
Method in class oracle.javatools.editor.language.HistoryReadTextBuffer
- Attempts to acquire a read lock on this text buffer for the
purposes of reading the buffer - this is a blocking call.
- readOnlyPropertyName -
Static variable in class oracle.javatools.editor.BasicDocument
- Public constant for the read only property name.
- readUnlock() -
Method in class oracle.javatools.buffer.CharArrayReadTextBuffer
- Releases a held read lock on this text buffer.
- readUnlock() -
Method in interface oracle.javatools.buffer.ReadTextBuffer
- Releases a held read lock on this text buffer.
- readUnlock() -
Method in class oracle.javatools.buffer.ReadWriteLock
- Releases a previously acquired read lock.
- readUnlock() -
Method in class oracle.javatools.editor.BasicDocument
- Releases a held read lock on this Document.
- readUnlock() -
Method in class oracle.javatools.editor.language.HistoryReadTextBuffer
- Releases a held read lock on this text buffer.
- rebuildChildren() -
Method in class oracle.jdeveloper.model.JProject
-
- recache(URL, URL, Node) -
Static method in class oracle.ide.model.NodeFactory
- Removes the
oldURL
from the cache and puts the
newURL
in the cache so that it is associated
with the given Node
.
- receive(SyntaxToken, int) -
Method in interface oracle.javatools.parser.SyntaxListener
- The SyntaxToken becomes invalid after the call.
- recognize(URL) -
Method in class oracle.ide.model.DefaultRecognizer
-
- recognize(Element) -
Method in interface oracle.ide.model.DependableRecognizer
- Returns
true
if this dependable factory recognizes the
specified source
object.
- recognize(URL) -
Static method in class oracle.ide.model.ElementFactory
- Returns the instance of
Recognizer
that is able to specify
the Element
class that should be instantiated for the given
url
.
- recognize(URL) -
Method in class oracle.ide.model.Factory.RecognizerList
- Returns the instance of
Recognizer
that is able to specify
the Element
class that should be instantiated for the given
url
.
- recognize(URL) -
Static method in class oracle.ide.model.NodeFactory
- Returns the instance of
Recognizer
that is able to specify
the Element
class that should be instantiated for the given
url
.
- recognize(URL) -
Method in interface oracle.ide.model.Recognizer
- Gets the
Class
of the data item associated with the
specified URL
.
- recognize(URL) -
Method in class oracle.ide.net.URLRecognizer
-
- recognize(URL) -
Method in class oracle.ide.xml.XMLRecognizer
-
- recognize(Element) -
Method in class oracle.jdeveloper.library.JLibraryManager
-
- recognize(URL) -
Method in class oracle.jdeveloper.library.LegacyLibraryRecognizer
-
- recycleFragmentsList(StyledFragmentsList) -
Method in class oracle.javatools.editor.language.AbstractDocumentRenderer
- Recycle the previously gotten StyledFragment's to reduce memory
allocations.
- recycleFragmentsList(StyledFragmentsList) -
Method in interface oracle.javatools.editor.language.DocumentRenderer
- Recyle the previously gotten StyledFragment's to reduce memory
allocations.
- redirectInput(OutputStream) -
Method in class oracle.ide.runner.RunProcess
- This method will be called by the Starter, if the
Starter captured standard input for this process.
- redirectOutput(InputStream, InputStream) -
Method in class oracle.ide.runner.RunProcess
- This method will be called by the Starter, if the
Starter captured standard output/error for this process.
- redo() -
Method in class oracle.ide.CommandProcessor
- Redo the last undone command.
- redoMenuLabel -
Static variable in class oracle.ide.MainWindow
-
- refactor(String) -
Method in class oracle.jdeveloper.webservices.WebServiceModel
-
- refersTo(String) -
Method in interface oracle.jdeveloper.jot.JotImport
- Tests whether this import declaration and the supplied import text refer to the
same class.
- refresh(TNode[]) -
Method in interface oracle.ide.explorer.ChildFilter
- This method will be called when the UI is requested to refresh.
- refresh(TNode) -
Method in interface oracle.ide.explorer.TreeExplorer
- Drops all children of the specified
tnode
and immediately
collects them again.
- refresh(TNode[]) -
Method in class oracle.ide.model.DefaultFilter
-
- refresh(TNode[]) -
Method in class oracle.ide.model.HierarchicalFilter
- Completely refreshes the filter's display.
- refresh(TNode) -
Method in interface oracle.ide.navigator.NavigatorWindow
- Closes and re-opens the specified
tnode
.
- refresh() -
Method in class oracle.jdeveloper.cm.dt.ConnectionNode
-
- refresh(TNode[]) -
Method in class oracle.jdeveloper.model.JProjectFilter
-
- refreshExplorerNode(TNode) -
Method in class oracle.ide.model.DefaultFilter
-
- refreshTimestamp() -
Method in class oracle.ide.model.DefaultDocument
- Protected method that can be used to refresh the timestamp of
the
DefaultDocument
based on the timestamp
that can be obtained through the URL
.
- refreshUI(TraversableContext) -
Method in class oracle.ide.panels.AbstractUIContainer
-
- refreshUI(TraversableContext) -
Method in class oracle.ide.panels.MDDPanel
-
- refreshUI(TraversableContext) -
Method in class oracle.ide.panels.TabbedPanel
-
- register(EditorAddin, Class[]) -
Method in interface oracle.ide.editor.EditorManager
- Registers a EditorAddin for inclusion in a main menu bar group and the
ContextMenu of the NavigatorWindow.
- register(Class, Class, Class) -
Method in interface oracle.ide.explorer.ExplorerManager
- Register an Explorer type to be associated with Documents having a given
data type.
- registerAction(int, String, Integer, Icon) -
Method in interface oracle.jdevimpl.uieditor.ModelFactory
-
- registerAction(int, String, Integer, ArrayResourceBundle, int) -
Method in interface oracle.jdevimpl.uieditor.ModelFactory
-
- registerAddin(String, boolean) -
Method in class oracle.ide.AddinManager
- Registers an
Addin
with the AddinManager
.
- registerCategory(int, Class, String, Icon, int) -
Static method in class oracle.jdeveloper.model.JProjectFilter
- Registers a new project category with the specified attributes.
- registerCategory(int, Class, String, int) -
Static method in class oracle.jdeveloper.model.JProjectFilter
- Deprecated. Replace with
JProjectFilter.registerCategory(int,Class,String,Icon,int)
.
- registerCategory(int, Class, String) -
Static method in class oracle.jdeveloper.model.JProjectFilter
- Deprecated. Replace with
JProjectFilter.registerCategory(int,Class,String,Icon,int)
.
- registerCategory(int, Class, int) -
Static method in class oracle.jdeveloper.model.JProjectFilter
- Deprecated. Replace with
JProjectFilter.registerCategory(int,Class,String,Icon,int)
.
- registerCategory(int, Class) -
Static method in class oracle.jdeveloper.model.JProjectFilter
- Deprecated. Replace with
JProjectFilter.registerCategory(int,Class,String,Icon,int)
.
- registerClientWindow(Window) -
Method in interface oracle.ide.help.HelpSystem
- Registers the
Window
with the Help System so that when the
Window
is modal, the Help Viewer will still operate properly.
- registerCommonData(String, Class) -
Static method in class oracle.jdeveloper.model.JProjectSettings
- This method is part of the API that allows the common
project data to be specified dynamically.
- registerCommonUI(Navigable) -
Static method in class oracle.jdeveloper.model.JProjectSettings
- This method is part of the API that allows the common
UI for the project properties dialog to be specified
dynamically.
- registerConfigData(String, Class) -
Static method in class oracle.jdeveloper.model.JProjectConfiguration
- This method is part of the API that allows the per
configuration project data to be specified dynamically.
- registerConfigUI(Navigable) -
Static method in class oracle.jdeveloper.model.JProjectConfiguration
- This method is part of the API that allows the per
configuration UI for the project properties dialog to be
specified dynamically.
- registerConnectionClass(String, BaseConnections) -
Method in class oracle.jdeveloper.cm.dt.Connections
-
- registerConversion(Class, Class) -
Static method in class oracle.ide.model.DefaultRecognizer
- Registers a conversion between
Node
classes that is to be
considered valid.
- registerCustomConverter(Class) -
Static method in class oracle.ide.marshal.ToStringManager
- Registers a class type as being able to interconvert an object
type to and from
String
.
- registerDBWizardFactory(Class, DBWizardFactory) -
Static method in class oracle.jdeveloper.cm.dt.wizard.DBWizardFactoryRegistry
-
- registerData(String, Class) -
Method in class oracle.ide.panels.NavigableRegistry
- Registers a data class whose instance is referred to by the
specified name.
- registerDatabaseFactory(DatabaseFactory) -
Static method in class oracle.jdeveloper.cm.ds.db.DatabaseFactory
-
- registerDerivedLibrary(Class, Class) -
Static method in class oracle.jdeveloper.library.JLibraryManager
- Call this method to register a
DerivedLibrary
class.
- registerDockableFactory(String, DockableFactory) -
Method in interface oracle.ide.docking.DockStation
- Register a factory that can create dockables.
- registerDocumentInfo(Class, DocumentInfo) -
Static method in class oracle.ide.model.DefaultRecognizer
- Associates a document class with a record of information containing the
icon and label identifying the document type.
- registerDocumentPrintFactory(Class, Class) -
Method in interface oracle.ide.print.PrintManager
- Registers the DocumentPrintFactory for a given View class.
- registerDocumentPrintFactory(String, String) -
Method in interface oracle.ide.print.PrintManager
- Registers the DocumentPrintFactory for a given View class.
- registerDocumentType(Class, String) -
Static method in class oracle.jdeveloper.ceditor.CodeEditor
- Registers the given document class for the given syntax
highlighting type to use.
- registerExtension(Extension, Class) -
Method in interface oracle.ide.navigator.NavigatorManager
- Register a navigator extension.
- registerExtensionHandler(String, ExtensionTagHandler) -
Method in class oracle.ide.AddinManager
- Register xml extension tag handler.
- registerFactory(DependableRecognizer) -
Method in class oracle.ide.model.DependableFactory
- Registers a specific
DependableRecognizer
that is used to
instanciate a dependable object.
- registerFactory(EditorPluginsFactory) -
Static method in class oracle.jdeveloper.ceditor.CodeEditor
- Registers an
EditorPluginsFactory
with the CodeEditor
so that when a new Code Editor is created, the factory is given
a chance to create EditorPlugins to be installed into the editor
based on the node type that the Code Editor was created with.
- registerFactory(DependableRecognizer) -
Static method in class oracle.jdeveloper.model.ProjectDependencyFactory
- Registers a specific
DependableRecognizer
that is used to
instanciate a dependable object.
- registerFilter(Class, Class, URLFilter) -
Method in interface oracle.ide.navigator.NavigatorManager
-
- registerFilter(String, String) -
Method in class oracle.jdeveloper.model.DocumentRecognizer
-
- registerHelpSetURL(URL) -
Method in interface oracle.ide.help.HelpSystem
- Registers the { @link URL} to a HelpSet file.
- registerHelper(String, URLFileSystemHelper) -
Static method in class oracle.ide.net.URLFileSystem
- Registers the specified
URLFileSystemHelper
as the object
that can handle URLFileSystem
operations for URL
s
of the specified protocol
.
- registerInspectable(Class, Class) -
Method in class oracle.ide.inspector.InspectorFactory
- Register an Inspectable type to be used when requesting the Inspectable
for a given SupportsInspection type.
- registerModule(LanguageModule) -
Method in class oracle.javatools.editor.language.LanguageModule
- Registers this language module with the framework.
- registerModuleForFileType(LanguageModule, String) -
Static method in class oracle.javatools.editor.language.LanguageModule
- Utility routine to register the
LanguageModule
for
the given file type.
- registerNavigable(Navigable) -
Method in class oracle.jdeveloper.compiler.JCompiler
- Registers a
Navigable
as a child of the Compiler
Navigable
in the Project Settings Dialog.
- registerNodeInfo(NodeInfo) -
Static method in class oracle.ide.xml.XMLRecognizer
- Uses the specified
NodeInfo
to register recognizer
behavior.
- registerPageableFactory(Class, Class) -
Method in interface oracle.ide.print.PrintManager
- Registers the class used to create a Pageable for a given class.
- registerPageableFactory(String, String) -
Method in interface oracle.ide.print.PrintManager
- Registers the class used to create a Pageable for a given class.
- registerPaletteWizard(String, Invokable) -
Method in interface oracle.ide.palette.PaletteManager
- Register Invokable wizard.
- registerPreferencesPanels() -
Method in class oracle.jdeveloper.model.DocumentRecognizer
-
- registerPreferredLayoutListener(Class, Class, String, PreferredLayoutListener) -
Method in interface oracle.ide.editor.EditorManager
- Register a
PreferredLayoutListener
for the specified
docClass
.
- registerPropertyEditors() -
Method in interface oracle.ide.inspector.PropertyEditorRegistrar
- Register the default 'out of the box' PropertyEditor implementations with
the java.beans.PropertyEditorManager.
- registerPropertyModel(Class, Class) -
Method in class oracle.ide.inspector.InspectorFactory
- Register an IdePropertyModel type to be used when requesting the model type
for a given SupportsInspection type.
- registerProtocol(String, Class) -
Static method in class oracle.jdeveloper.cm.dt.DatabaseEditorNode
-
- registerRecognizerExtensions() -
Method in class oracle.jdeveloper.model.DocumentRecognizer
-
- registerStarterFactory(Class, StarterFactory) -
Method in interface oracle.ide.runner.Runner
- Registers the specified StarterFactory as a
StarterFactory that can create a Starter
that may start processes with the specified type of target.
- registerStringConvertible(Class) -
Static method in class oracle.ide.marshal.ToStringManager
- Adds the specified class to the list of classes that have
a direct
String
representation.
- registerStyles(StyleRegistry) -
Method in class oracle.javatools.editor.language.LanguageModule
- Register the styles used by the highlighter in this language.
- registerTaggedFileConvertors() -
Method in class oracle.jdeveloper.model.DocumentRecognizer
-
- registerThrowableChainTraverser(Class, ExceptionDialog.ThrowableChainTraverser) -
Static method in class oracle.ide.dialogs.ExceptionDialog
- Register a ThrowableChainTraverser with the ExceptionDialog utility.
- registerTopLevelMenu(JMenu, String) -
Method in class oracle.ide.MainWindow
- Declares a top level menu.
- registerTopic(JComponent, String) -
Method in interface oracle.ide.help.HelpSystem
- Registers the
topicID
with the JComponent
for
context sensitive help.
- registerTranslator(Translator) -
Method in class oracle.jdeveloper.compiler.JCompiler
- Entry point to register compiler translators
- registerTranslator(Translator) -
Method in class oracle.jdeveloper.compiler.UnifiedBuildSystem
- Entry point to register compiler translators, there must be no
conflicting input types with any previously registered translators.
- registerTreeExplorer(TreeExplorer) -
Method in class oracle.ide.explorer.IconOverlayTracker
- Registers the given tree explorer with the overlay tracker.
- registerUI(Navigable) -
Static method in class oracle.ide.config.IdeSettings
-
- registerUI(Navigable) -
Method in class oracle.ide.panels.NavigableRegistry
- Registers the UI that is specified by the
Navigable
.
- registerURLFilters() -
Method in class oracle.jdeveloper.model.DocumentRecognizer
-
- registerView(View) -
Method in class oracle.ide.MainWindow
- Register a view for participation in active view handling.
- registerView(View) -
Method in class oracle.jdevimpl.uieditor.CursorManager
-
- registerWizard(Wizard, boolean) -
Method in class oracle.ide.WizardManager
- Registers a wizard with the Wizard Manager.
- registerWizard(Wizard) -
Method in class oracle.ide.WizardManager
- Registers a wizard with the Wizard Manager.
- relativeSpecToPackageName(String) -
Static method in class oracle.ide.model.PackageFilter
- Converts a relative directory spec to a package name.
- releaseConnection(String) -
Method in class oracle.jdeveloper.cm.dt.ConnectionCacheManager
- Releases a ConnectionWrapper
- releaseJarIndex(URL) -
Static method in class oracle.ide.net.JarUtil
- Releases the in-memory jar index corresponding to the specified
URL
.
- releaseReadTextBuffer(HistoryReadTextBuffer) -
Static method in class oracle.javatools.editor.language.HistoryReadTextBuffer
- Release the wrapper text buffer so that it can be re-used.
- releaseTextBuffer() -
Method in interface oracle.ide.model.TextDocument
- Informs the document that the previously acquired TextBuffer instance
is no longer needed.
- releaseTextBuffer() -
Method in class oracle.ide.model.TextNode
- Informs the document that the previously acquired TextBuffer instance
is no longer needed.
- releaseTextBuffer() -
Method in class oracle.jdeveloper.model.JavaClassNode
-
- reload(Node) -
Static method in class oracle.ide.cmd.RevertNodeCommand
- Utility method to reload a specified
Node
without
confirmation.
- reload(Node, boolean) -
Static method in class oracle.ide.cmd.RevertNodeCommand
- Utility method to reload a specified
Node
with optional
confirmation.
- reload(Context) -
Static method in class oracle.ide.cmd.RevertNodeCommand
- Utility method to reload the document specified in the context with
confirmation; the document must be an instance of
Node
.
- reload(Context, boolean) -
Static method in class oracle.ide.cmd.RevertNodeCommand
- Utility method to reload the document specified in the context with
optional confirmation; the document must be an instance of
Node
.
- reloadStyles(StyleRegistry) -
Method in class oracle.javatools.editor.language.BuiltInStyles
- Reloads the built in styles from the provided style registry.
- remove(Component) -
Method in class oracle.ide.AbstractMenuManager
-
- remove(Component, JMenu) -
Method in class oracle.ide.AbstractMenuManager
-
- remove(int) -
Static method in class oracle.ide.IdeAction
- Removes the action associated with the specified command, if it
exists, from the IdeActionMap.
- remove(Component) -
Method in interface oracle.ide.MenuManager
- Removes a child from the MenuManager's GUI.
- remove(Component, JMenu) -
Method in interface oracle.ide.MenuManager
- Removes a child from the given parent.
- remove -
Variable in class oracle.ide.addin.Message
- Lists object deletions that may have ocurred during a subject change
- remove(List, Folder, boolean) -
Method in class oracle.ide.cmd.RemoveFileCommand
-
- remove(List, Folder, boolean, List) -
Method in class oracle.ide.cmd.RemoveFileCommand
- Remove the list of
files
from their folder owner
.
- remove(Document, Folder) -
Method in class oracle.ide.cmd.RemoveFileCommand
- Removes
element
from owner
.
- remove(Document, Folder) -
Method in class oracle.ide.cmd.RemoveFromDiskCommand
-
- remove(JComponent) -
Method in interface oracle.ide.controls.StatusBar
- Remove component from status bar.
- remove(JComponent) -
Method in class oracle.ide.controls.StatusBarControl
-
- remove(Component) -
Method in class oracle.ide.controls.Toolbar
- Augment inherited behavior with some internal book keeping.
- remove(int) -
Method in class oracle.ide.controls.Toolbar
- Augment inherited behavior with some internal book keeping.
- remove(KeyStroke) -
Method in class oracle.ide.keyboard.IdeInputMapUIResource
-
- remove(KeyStrokes) -
Method in class oracle.ide.keyboard.KeyStrokeMap
- Removes the mapping for this KeyStrokes
- remove(KeyStroke) -
Method in class oracle.ide.keyboard.MultiInputMap
-
- remove(Element) -
Method in class oracle.ide.layout.IdeLayout
-
- remove(Element) -
Method in class oracle.ide.layout.Layouts
- Remove the specified Element from this Folder.
- remove(Element) -
Method in class oracle.ide.model.CategoryFolder
- Remove the specified Element from this Folder.
- remove(Element, boolean) -
Method in interface oracle.ide.model.Container
- This is a variant of the
Folder.remove(Element)
method
that accepts an additional flag that indiciates whether or not
notifications of the change should be sent to registered observers.
- remove(Element) -
Method in class oracle.ide.model.DataContainer
- Part of the
Folder
interface.
- remove(Element, boolean) -
Method in class oracle.ide.model.DataContainer
-
- remove(Element) -
Method in class oracle.ide.model.DataFolder
-
- remove(Element) -
Method in class oracle.ide.model.DefaultContainer
- Part of the
Folder
interface.
- remove(Element, boolean) -
Method in class oracle.ide.model.DefaultContainer
-
- remove(Element) -
Method in class oracle.ide.model.DefaultFolder
- Part of the
Folder
interface.
- remove(Element) -
Method in interface oracle.ide.model.Folder
- Removes the specified child
Element
.
- remove(Element) -
Method in class oracle.ide.model.HierarchicalFilter
- Removes the child
Element
from the collection of the filter's
top-level children.
- remove(Element) -
Method in class oracle.ide.model.HierarchicalFolder
- Allows the
Element
to be removed if the element short label
occurs in this folder and the superclass remove(Element)
method allows the element to be removed.
- remove(Element) -
Method in class oracle.ide.model.IdeSystem
- If the specified
Element
is the MiscellaneousFolder
,
then all children are first removed from the folder; otherwise, let the
superclass remove the element.
- remove(Element) -
Method in class oracle.ide.model.MiscellaneousFolder
-
- remove(Element, boolean) -
Method in class oracle.ide.model.Project
- Remove the especified element.
- remove(Element) -
Method in class oracle.ide.model.PropertiesContainer
-
- remove(Element, boolean) -
Method in class oracle.ide.model.PropertiesContainer
-
- remove(Element, boolean) -
Method in class oracle.ide.model.Workspace
-
- remove(Element) -
Method in class oracle.ide.model.Workspaces
-
- remove(Element) -
Method in class oracle.ide.model.XMLDataContainer
-
- remove(Element, boolean) -
Method in class oracle.ide.model.XMLDataContainer
-
- remove(URL) -
Method in class oracle.ide.net.URLPath
-
- remove() -
Method in class oracle.ide.util.ArrayIterator
- Currently unsupported; always throws an
UnsupportedOperationException
.
- remove() -
Method in class oracle.ide.util.DuplexIterator
- Currently unsupported; always throws an
UnsupportedOperationException
.
- remove(String) -
Method in class oracle.ide.util.HistoryList
- Removes an item from the history list.
- remove(String) -
Method in class oracle.ide.util.IniFileSection
-
- remove(int) -
Method in class oracle.ide.util.IniFileSection
-
- remove(int) -
Method in class oracle.ide.util.IntHashMap
- Removes the mapping for this key from this map if present.
- remove() -
Method in class oracle.ide.util.IteratorFilter
- Due to the filter mechanism, the remove() method will throw an
IllegalStateException if hasNext() has been called after next().
- remove(Object) -
Method in class oracle.ide.util.ListMap
- Method from
java.util.Map
.
- remove(int) -
Method in class oracle.ide.util.ListMap
-
- remove(String) -
Method in class oracle.ide.util.Namespace
- Removes the mapping that is keyed by the specified string
from this
Namespace
.
- remove(Object) -
Method in class oracle.ide.util.OrderedProperties
-
- remove(Object) -
Method in class oracle.ide.util.TimedCache
- Removes the mapping for this key from the cache if present
- remove() -
Method in interface oracle.ide.util.TreeIterator
-
- remove() -
Method in class oracle.ide.util.TreeIteratorABDC
-
- remove() -
Method in class oracle.ide.util.TreeIteratorDBCA
-
- remove(Object) -
Method in class oracle.ide.util.WeakCache
-
- remove(int, int) -
Method in interface oracle.javatools.buffer.TextBuffer
- Removes a range of data from the text buffer.
- remove(int, int) -
Method in class oracle.javatools.editor.BasicDocument
- Removes a portion of the content of the document.
- remove(Element) -
Method in class oracle.jdeveloper.cm.dt.ConnectionNode
-
- remove(Element) -
Method in class oracle.jdeveloper.library.DefaultLibraryList
-
- remove(Element) -
Method in class oracle.jdeveloper.library.JLibraryList
-
- remove(Element, boolean) -
Method in class oracle.jdeveloper.model.JProject
-
- remove() -
Method in class oracle.jdeveloper.webservices.WebServiceModel
- Remove this web service, deleting the container, WSDL and interface
deployment descriptor, and remove the relevant web.xml entries.
- remove(boolean) -
Method in class oracle.jdeveloper.webservices.WebServiceModel
- Remove this web service, deleting the container, WSDL and interface
deployment descriptor, and remove the relevant web.xml entries.
- removeADAPaletteListener(ADAPaletteListener) -
Method in interface oracle.ide.palette.PaletteWindow
- Remove an ADAPaletteListener from listener list
- removeActionHookInvoker(ActionHookInvoker) -
Method in class oracle.javatools.editor.BasicEditorPane
- Removes an ActionHookInvoker from our list.
- removeActionListener(ActionListener) -
Method in class oracle.jdeveloper.dialogs.ClassPackageBrowser
-
- removeActionPostInvoker(ActionPostInvoker) -
Method in class oracle.javatools.editor.BasicEditorPane
- Removes an ActionPostInvoker from our list.
- removeActiveViewListener(ActiveViewListener) -
Method in class oracle.ide.MainWindow
- Remove the specified listener
l
from the list of
active view listeners.
- removeAll() -
Method in class oracle.ide.ContextMenu
- Removes all menu items from the popup menu.
- removeAll() -
Method in class oracle.ide.controls.SingleRowTabbedPane
-
- removeAll() -
Method in class oracle.ide.controls.Toolbar
- Augment inherited behavior with some internal book keeping.
- removeAll() -
Method in class oracle.ide.layout.IdeLayout
-
- removeAll() -
Method in class oracle.ide.layout.Layouts
-
- removeAll() -
Method in class oracle.ide.model.CategoryFolder
-
- removeAll(boolean) -
Method in interface oracle.ide.model.Container
- Removes all elements in the
Container
.
- removeAll() -
Method in class oracle.ide.model.DataContainer
-
- removeAll(boolean) -
Method in class oracle.ide.model.DataContainer
-
- removeAll() -
Method in class oracle.ide.model.DataFolder
-
- removeAll() -
Method in class oracle.ide.model.DefaultContainer
-
- removeAll(boolean) -
Method in class oracle.ide.model.DefaultContainer
-
- removeAll() -
Method in class oracle.ide.model.DefaultFolder
-
- removeAll() -
Method in interface oracle.ide.model.Folder
- Removes all children from the folder.
- removeAll() -
Method in class oracle.ide.model.HierarchicalFolder
- Overridden in order to also clear the
Set
of unique names
belonging to this folder.
- removeAll(boolean) -
Method in class oracle.ide.model.Project
- Removes all children of the project including those owned by other
folders.
- removeAll() -
Method in class oracle.ide.model.PropertiesContainer
-
- removeAll(boolean) -
Method in class oracle.ide.model.PropertiesContainer
-
- removeAll() -
Method in class oracle.ide.model.XMLDataContainer
-
- removeAll(boolean) -
Method in class oracle.ide.model.XMLDataContainer
-
- removeAll() -
Method in class oracle.ide.util.LRU
- Deprecated. Tells the LRU that all the elements have been removed.
- removeAll() -
Method in class oracle.jdeveloper.cm.dt.ConnectionNode
-
- removeAll() -
Method in class oracle.jdeveloper.library.DefaultLibraryList
-
- removeAll() -
Method in class oracle.jdeveloper.library.JLibraryList
-
- removeAll(boolean) -
Method in class oracle.jdeveloper.model.JProject
-
- removeAllBlockElements() -
Method in interface oracle.jdeveloper.jot.JotCodeBlock
- Removes all block elements from this block.
- removeAllColumns() -
Method in interface oracle.javatools.editor.gutter.Gutter
- Removes all existing columns from the Gutter.
- removeAllColumns() -
Method in class oracle.javatools.editor.gutter.LineGutterPlugin
- Removes all existing columns from the Gutter.
- removeAllElements() -
Method in class oracle.ide.controls.DefaultListComboBoxModel
- Empties the list.
- removeAllHighlights() -
Method in class oracle.javatools.editor.highlight.HighlightLayer
- Removes all highlights in this layer from the associated
editor pane.
- removeAllTags() -
Method in interface oracle.jdeveloper.jot.JotDocComment
-
- removeApplyListener(ApplyListener) -
Method in class oracle.ide.panels.AbstractUIContainer
-
- removeApplyListener(ApplyListener) -
Method in interface oracle.ide.panels.ApplyNotifier
- Removes a previously added
ApplyListener
so that it
no longer receives notification when the user applies or cancels
changes.
- removeApplyListener(ApplyListener) -
Method in class oracle.ide.panels.TDialogLauncher
-
- removeArgument(JotExpression) -
Method in interface oracle.jdeveloper.jot.JotClassAllocation
- Removes an existing argument.
- removeArgument(JotExpression) -
Method in interface oracle.jdeveloper.jot.JotMethodCall
- Removes an existing argument.
- removeAt(int) -
Method in class oracle.ide.util.LRU
- Deprecated. Tells the LRU that an element has been removed from the specified position.
- removeAutoSyncOption(String) -
Method in class oracle.ide.editor.EditorsOptions
- Calling this method removes the specified editor type from the
IDE Settings editor panel.
- removeAutoSyncOption(Class) -
Method in class oracle.ide.editor.EditorsOptions
-
- removeBlockElement(JotBlockElement) -
Method in interface oracle.jdeveloper.jot.JotCodeBlock
- Removes a block element from this block.
- removeBoundsSetting(ModelNode) -
Static method in class oracle.jdevimpl.uieditor.assistant.BasicLayoutAssistant
-
- removeBuildSystemListener(BuildSystemListener) -
Method in interface oracle.ide.compiler.Compiler
- removeBuildSystemListener method removes a build system listener instance
implementation from the build system, see
BuildSystemListener
for more information.
- removeBuildSystemListener(BuildSystemListener) -
Method in class oracle.jdeveloper.compiler.JCompiler
- removeBuildSystemListener method removes a build system listener instance
implementation from the build system, see
BuildSystemListener
for more information.
- removeButton(int) -
Method in class oracle.ide.controls.ButtonsLayoutManager
-
- removeCEToolTipProvider(CEToolTipProvider) -
Method in class oracle.jdeveloper.ceditor.CodeEditor
- Deregisters a previously registered
CEToolTipProvider
implementation when it no longer wants to handle tooltip requests.
- removeCatchClause(JotCatch) -
Method in interface oracle.jdeveloper.jot.JotTry
- Removes an existing
catch
clause.
- removeCellEditorListener(CellEditorListener) -
Method in class oracle.ide.controls.AbstractCellEditor
-
- removeChangeListener(ChangeListener) -
Method in class oracle.ide.config.ChangeEventSource
-
- removeChar() -
Method in class oracle.ide.util.FastStringBuffer
- This method removes the "current" character from the buffer, where
"current" is defined by 'offset'.
- removeCharAt(int) -
Method in class oracle.ide.util.FastStringBuffer
- This method removes the character from the buffer at value[offset].
- removeCharacterTypedListener(CharacterTypedListener) -
Method in class oracle.javatools.editor.BasicEditorPane
- Removes a character typed listener from the list so that it
no longer receives notifications.
- removeChars(int) -
Method in class oracle.ide.util.FastStringBuffer
- This method removes the specified number of characters from the current
position (where "current" is defined as value[offset].
- removeChars(String, String) -
Static method in class oracle.ide.util.IdeUtil
- Return a sIn without any character found is sRemove
- removeCharsAt(int, int) -
Method in class oracle.ide.util.FastStringBuffer
- This method will remove a number of characters from the buffer
- removeChild(TNode, DefaultTreeModel) -
Method in interface oracle.ide.explorer.TreeExplorer
- Remove the specified
child
from the model
.
- removeChild(JotElement) -
Method in interface oracle.jdeveloper.jot.JotWorkArea
- Removes the given
JotElement
from the list of children in
this model.
- removeClass(JotClass) -
Method in interface oracle.jdeveloper.jot.JotFile
- Removes a class from this file.
- removeColumn(String) -
Method in interface oracle.javatools.editor.gutter.Gutter
- Removes an existing column from the Gutter and all its marks and
icons.
- removeColumn(String) -
Method in class oracle.javatools.editor.gutter.LineGutterPlugin
- Removes an existing column from the Gutter and all its marks and
icons.
- removeColumn(String) -
Method in class oracle.jdeveloper.cm.ds.db.FKConstraint
-
- removeColumn(Column) -
Method in class oracle.jdeveloper.cm.ds.db.Table
- Removes a column from this table
- removeColumn(String) -
Method in class oracle.jdeveloper.cm.ds.db.UniqueConstraint
-
- removeComment(JotComment) -
Method in interface oracle.jdeveloper.jot.JotClass
- Removes an existing comment.
- removeComment(JotComment) -
Method in interface oracle.jdeveloper.jot.JotCodeBlock
- Removes an existing comment.
- removeComment(JotComment) -
Method in interface oracle.jdeveloper.jot.JotFile
- Removes an existing comment.
- removeCommitListener(CommitListener) -
Method in interface oracle.ide.panels.CommitNotifier
- Removes a previously added
CommitListener
so that it
no longer receives notification when the user applies or cancels
changes.
- removeCommitListener(CommitListener) -
Method in class oracle.ide.panels.FSMWizard
-
- removeComponent(Component) -
Method in class oracle.ide.controls.TabbedWindow
-
- removeConnection(String) -
Method in class oracle.jdeveloper.cm.dt.Connections
- Removes a named connection to the Navigator
- removeConnection(ConnectionDescriptor) -
Method in class oracle.jdeveloper.cm.dt.Connections
- Removes a named connection to the Navigator
- removeConnectionDescriptor(String) -
Method in class oracle.jdeveloper.cm.ConnectionManager
- removes the named
ConnectionDescriptor
from the list
of available connection descriptors.
- removeConnectionListener(ConnectionListener) -
Method in class oracle.jdeveloper.cm.ConnectionManager
- removes the specified
ConnectionListener
from
ConnectionManager
- removeConstraint(Constraint) -
Method in class oracle.jdeveloper.cm.ds.db.Table
-
- removeConstructor(JotConstructor) -
Method in interface oracle.jdeveloper.jot.JotClass
- Removes an existing constructor from this type.
- removeContext(KeyStrokeContext) -
Method in class oracle.ide.keyboard.KeyStrokeContextRegistry
- Remove a context to the list of known context.
- removeContext(KeyStrokeContext) -
Method in class oracle.ide.keyboard.KeyStrokeOptions
-
- removeContextMenuListener(ContextMenuListener) -
Method in class oracle.ide.ContextMenu
- Removes a context menu listener.
- removeContextMenuListener(ContextMenuListener) -
Method in interface oracle.ide.navigator.NavigatorManager
- Remove the specified
ContextMenuListener
.
- removeCopyListener(CopyListener) -
Method in interface oracle.ide.compiler.Compiler
- removeCopyListener method removes a copy listener instance implementation
from the build system, see
CopyListener
for more information.
- removeCopyListener(CopyListener) -
Method in class oracle.jdeveloper.compiler.JCompiler
- removeCopyListener method removes a copy listener instance implementation
from the build system, see
CopyListener
for more information.
- removeCursorListener(CursorListener) -
Method in class oracle.jdeveloper.ceditor.CodeEditor
- Removes a
CursorListener
from the list of cursor listeners.
- removeDependency(Dependable) -
Method in class oracle.ide.model.Project
- Removes the specified
element
from the dependencies list.
- removeDependency(Dependable) -
Method in interface oracle.ide.model.WorkEnvironment
- Removes the specified
element
from the dependencies list.
- removeDockableListener(DockableListener, Dockable) -
Method in interface oracle.ide.docking.DockStation
- Unregisters a dockable listener.
- removeDocumentListener(DocumentListener) -
Method in class oracle.javatools.editor.BasicDocument
- Unregisters the given observer from the notification list
so it will no longer receive change updates.
- removeDynamicPathFilter(URLFilter) -
Method in class oracle.jdeveloper.model.JProject
- Removes the specified
URLFilter
from the list of filters used
to exclude resources from appearing under a dynamic project.
- removeEditorListener(EditorListener) -
Method in interface oracle.ide.editor.EditorManager
- Removes a registered listener as an EditorListener.
- removeElement(Object) -
Method in class oracle.ide.controls.DefaultListComboBoxModel
-
- removeElementAt(int) -
Method in class oracle.ide.controls.DefaultListComboBoxModel
-
- removeElseClause() -
Method in interface oracle.jdeveloper.jot.JotIf
- Removes the
else
clause associated with this if
statement.
- removeExceptionType(String) -
Method in interface oracle.jdeveloper.jot.JotMethod
- Removes an exception type from the
throws
clause of
this method.
- removeExpression(JotExpression) -
Method in interface oracle.jdeveloper.jot.JotArrayInitializer
- Removes an existing expression.
- removeExpression(JotStatementExpression) -
Method in interface oracle.jdeveloper.jot.JotForInitializer
- Removes an existing expression from this initialization clause.
- removeFactory(DependableRecognizer) -
Method in class oracle.ide.model.DependableFactory
- Removes the factory from the factories registry.
- removeFactory(DependableRecognizer) -
Static method in class oracle.jdeveloper.model.ProjectDependencyFactory
- Removes the factory from the factories registry.
- removeFeedbackManager(FeedbackManager) -
Method in class oracle.javatools.editor.BasicEditorPane
- Deinstalls the given
FeedbackManager
that was previously
installed for handling feedback messages for this editor pane.
- removeField(JotField) -
Method in interface oracle.jdeveloper.jot.JotClass
- Removes an existing field from this type.
- removeFile(String) -
Method in class oracle.ide.keyboard.XMLKeystrokeContextDefs
-
- removeFinallyBlock() -
Method in interface oracle.jdeveloper.jot.JotTry
- Removes the
finally
clause.
- removeFocusHierarchyListener(FocusHierarchyListener) -
Method in class oracle.ide.controls.FocusHierarchyDispatcher
-
- removeForUpdateExpression(JotStatementExpression) -
Method in interface oracle.jdeveloper.jot.JotFor
- Removes an existing expression from the update clause.
- removeGutterClickListener(GutterClickListener) -
Method in interface oracle.javatools.editor.gutter.Gutter
- Deregisters a previously-registered
GutterClickListener
so that it no longer receives notifications of mouse clicks in this
Gutter component.
- removeGutterClickListener(GutterClickListener) -
Method in class oracle.javatools.editor.gutter.LineGutterPlugin
- Deregisters a previously-registered
GutterClickListener
so that it no longer receives notifications of mouse clicks in this
Gutter component.
- removeGutterMark(GutterMark) -
Method in interface oracle.javatools.editor.gutter.Gutter
- Removes the mark from the Gutter.
- removeGutterMark(GutterMark) -
Method in class oracle.javatools.editor.gutter.LineGutterPlugin
- Removes the mark from the Gutter.
- removeHelpableProvider(HelpableProvider) -
Method in class oracle.jdeveloper.ceditor.CodeEditor
- Removes a previously registered
HelpableProvider
.
- removeHighlight(HighlightedText) -
Method in class oracle.javatools.editor.highlight.HighlightLayer
- Removes the given highlight from the editor pane.
- removeHistory(Node) -
Method in class oracle.ide.FileOpenHistory
- Remove the specified
Node
from the opened
node history.
- removeIdeActivationListener(IdeActivationListener) -
Method in class oracle.ide.MainWindow
- Removes a listener to IDE activation.
- removeIdeListener(IdeListener) -
Static method in class oracle.ide.Ide
- Removes a listener to the IDE.
- removeImport(JotImport) -
Method in interface oracle.jdeveloper.jot.JotFile
- Removes an existing import from this file.
- removeInitializer(JotClassInitializer) -
Method in interface oracle.jdeveloper.jot.JotClass
- Removes an existing initializer from this type.
- removeInnerClass(JotClass) -
Method in interface oracle.jdeveloper.jot.JotClass
- Removes a member class from this class or interface.
- removeInterface(JotType) -
Method in interface oracle.jdeveloper.jot.JotClass
- Removes a superinterface from this type declaration.
- removeJDK(JDK, LibraryList) -
Static method in class oracle.jdeveloper.library.JLibraryManager
-
- removeKeyListener(KeyListener) -
Method in class oracle.ide.log.DefaultLogPage
- Remove a KeyListener from the GUI.
- removeKeyStrokesFromInputMap(JComponent, KeyStroke[], int) -
Static method in class oracle.ide.keyboard.KeyUtil
- Remove all mappings bound to the specified set of
KeyStroke
s
for the InputMap
of the specified type that is associated with
the specified JComponent
.
- removeKeyStrokesFromInputMaps(JComponent, KeyStroke[]) -
Static method in class oracle.ide.keyboard.KeyUtil
- Remove all mappings bound to the specified set of
KeyStroke
s
for each InputMap
that is associated with the specified JComponent
.
- removeLabel(String) -
Method in interface oracle.jdeveloper.jot.JotStatement
- Removes a label from a statement.
- removeLast() -
Method in class oracle.ide.keyboard.KeyStrokes
- Removes the last KeyStroke of the sequence
- removeLayoutComponent(Component) -
Method in class oracle.ide.controls.ButtonsLayoutManager
-
- removeLayoutComponent(Component) -
Method in class oracle.ide.controls.PentaLayout
- Removes the specified component from this border layout.
- removeLayoutComponent(Component) -
Method in class oracle.ide.controls.SortedMenuLayout
- Removes the component from the
SortedMenuLayout.componentMap
and stops
listening for changes to the component's text property.
- removeLayoutListener(String) -
Method in interface oracle.ide.editor.EditorManager
- Remove the
LayoutListener
for one of our child
Editor
instances
- removeLibrary(JotLibrary) -
Method in interface oracle.jdeveloper.jot.JotWorkArea
-
- removeLibrary(JLibrary, LibraryList) -
Static method in class oracle.jdeveloper.library.JLibraryManager
-
- removeLibrary(String) -
Method in class oracle.jdeveloper.model.JProject
- Removes the library from the project's library list, if it is
present.
- removeLibrary(String) -
Method in class oracle.jdeveloper.model.JProjectConfiguration
-
- removeLibraryByName(String) -
Method in interface oracle.jdeveloper.jot.JotWorkArea
-
- removeLibraryDefinition(JLibraryDefinition) -
Method in class oracle.jdeveloper.library.JLibrary
-
- removeListDataListener(ListDataListener) -
Method in class oracle.javatools.editor.insight.ListDataItemListModel
- Remove a listener from the list that's notified each time a
change to the data model occurs.
- removeListDataListener(ListDataListener) -
Method in class oracle.javatools.editor.insight.TooltipDataItemListModel
- Remove a listener from the list that's notified each time a
change to the data model occurs.
- removeListener(CollectionListener) -
Method in class oracle.ide.keyboard.KeyStrokeContextRegistry
- Removes a CollectionListener
- removeLocalVariable(JotLocalVariable) -
Method in interface oracle.jdeveloper.jot.JotLocalVariableDeclaration
- Removes a local variable from this declaration.
- removeMark(BasicEditorPane) -
Static method in class oracle.javatools.editor.EmacsAction
- Utility routine to remove the Emacs mark from a given editor (i.e.,
when it is being closed.
- removeMenuLabel(MnemonicSolver.MenuLabel) -
Method in class oracle.ide.util.MnemonicSolver
- Unregister the specified menu
label
.
- removeMethod(JotMethod) -
Method in interface oracle.jdeveloper.jot.JotClass
- Removes an existing method from this type.
- removeModelListener(WebServiceModelListener) -
Method in class oracle.jdeveloper.webservices.WebServiceModel
- Remove a registered WebServiceModel listener.
- removeMouseListener(MouseListener) -
Method in class oracle.ide.controls.TabbedWindow
-
- removeMouseListener(MouseListener) -
Method in class oracle.ide.log.AbstractLogPage
- This implemenation does nothing.
- removeMouseListener(MouseListener) -
Method in class oracle.ide.log.DefaultLogPage
- Remove a MouseListener from the GUI.
- removeMouseListener(MouseListener) -
Method in interface oracle.ide.log.LogPage
- Removes the specified
listener
from the graphical
components used in the page implementation.
- removeMouseListener(MouseListener) -
Method in class oracle.ide.log.MessagePage
-
- removeNotify() -
Method in class oracle.ide.net.URLChooser
-
- removeNotify() -
Method in class oracle.jdeveloper.dialogs.ClassPackageBrowser
-
- removeObject(DBObject) -
Method in class oracle.jdeveloper.cm.ds.db.DBWorkArea
-
- removeOffsetMark(OffsetMark) -
Method in interface oracle.javatools.buffer.TextBuffer
- Remove an existing
OffsetMark
from the text buffer.
- removeOverlayIcon(Element) -
Method in interface oracle.ide.explorer.IconOverlayCache
- Removes an overlay icon for the given element from the cache.
- removeOwnedChildren(Folder) -
Method in class oracle.ide.model.Project
- Removes the children of the project that are owned by the specified
owner
.
- removeOwnedChildren(Folder) -
Method in interface oracle.ide.model.WorkEnvironment
- Removes the children of the project that are owned by the specified
owner
.
- removePage(LogPage) -
Method in class oracle.ide.log.AbstractLogManager
- Classes that extend the
AbstractLogManager
class should
override this method from where they should call this method to
install the remove any mouse listener installed on the specified
page
- removePage(LogPage) -
Method in interface oracle.ide.log.LogManager
- Remove the specified
page
from the LogWindow
.
- removePage(String) -
Method in interface oracle.ide.palette.Palette
- Remove a page from the palette
- removePage(String) -
Method in interface oracle.ide.palette.PaletteManager
- Remove page from palette
- removePaletteListener(PaletteListener) -
Method in interface oracle.ide.palette.PaletteWindow
- Remove a PaletteListener from listener list
- removePaletteModelListener(PaletteModelListener) -
Method in interface oracle.ide.palette.Palette
- Remove a PaletteListener from listener list
- removeParameter(JotParameter) -
Method in interface oracle.jdeveloper.jot.JotMethod
- Removes an existing parameter from this method.
- removePopupItem(ToggleAction) -
Method in class oracle.ide.controls.MenuToolButton
-
- removePopupItem(String) -
Method in class oracle.ide.controls.ToolButton
- Deprecated.
- removePopupManager(PopupManager) -
Method in class oracle.javatools.editor.BasicEditorPane
- Deinstalls the given
PopupManager
that was previously
installed for managing popup menus for the editor pane.
- removePreferredLayoutListener(PreferredLayoutListener) -
Method in class oracle.ide.editor.AbstractEditor
-
- removePreferredLayoutListener(PreferredLayoutListener) -
Method in interface oracle.ide.layout.LayoutSelector
- Remvoe a
PreferredLayoutListener
.
- removeProject() -
Method in class oracle.ide.addin.config.AddinManagerOptions
-
- removeProjects() -
Static method in class oracle.ide.addin.config.AddinManagerUtil
- Are there any BC4J projects in the navigator
- removeProperty(String) -
Method in class oracle.ide.layout.IdeLayout
-
- removeProperty(String) -
Method in class oracle.ide.layout.SimpleLayout
-
- removeProperty(String) -
Method in class oracle.ide.model.PropertiesNode
-
- removeProperty(String) -
Method in interface oracle.ide.util.PropertyAccess
- Removes the property.
- removePropertyChangeListener(PropertyChangeListener) -
Method in interface oracle.ide.inspector.Extension
- Remove a PropertyChangeListener from this Extension.
- removePropertyChangeListener(String, PropertyChangeListener) -
Method in interface oracle.ide.wizard.BasicWizardPage
- Remove a property change listener
- removePropertyChangeListener(PropertyChangeListener) -
Method in class oracle.javatools.editor.BasicDocument
- Remove a PropertyChangeListener from the listener list.
- removePropertyChangeListener(PropertyChangeListener) -
Method in class oracle.javatools.editor.EditorProperties
- Remove a PropertyChangeListener from the listener list.
- removePropertyChangeListener(PropertyChangeListener) -
Method in class oracle.javatools.editor.WeakPropertyChangeSupport
- Removes a
PropertyChangeListener
so that it no longer
receives property changes.
- removePropertyChangeListener(PropertyChangeListener) -
Method in class oracle.javatools.editor.highlight.HighlightRegistry
- Removes a
PropertyChangeListener
from this registry.
- removePropertyChangeListener(PropertyChangeListener) -
Method in class oracle.javatools.editor.language.StyleRegistry
- Removes a
PropertyChangeListener
from this registry.
- removePropertyChangeListener(PropertyChangeListener) -
Method in class oracle.jdevimpl.uieditor.assistant.GridBagConstraintsEditor
-
- removePropertyChangeListener(PropertyChangeListener) -
Method in class oracle.jdevimpl.uieditor.assistant.PaneConstraintsEditor
-
- removePropertyChangeListener(PropertyChangeListener) -
Method in class oracle.jdevimpl.uieditor.assistant.XYConstraintsEditor
-
- removeRecognizer(Recognizer) -
Static method in class oracle.ide.model.ElementFactory
- Unregisters a
Recognizer
.
- removeRecognizer(Recognizer) -
Method in class oracle.ide.model.Factory.RecognizerList
- Unregisters a
Recognizer
.
- removeRecognizer(Recognizer) -
Static method in class oracle.ide.model.NodeFactory
- Unregisters a
Recognizer
.
- removeRootController(Controller) -
Static method in class oracle.ide.Ide
-
- removeRootNavigable(Navigable) -
Static method in class oracle.jdeveloper.model.JProjectSettingsPanel
- Unregisters the specified
Navigable
object so that
it will no longer be shown in the project settings dialog.
- removeRow(int) -
Method in class oracle.ide.controls.DefaultListTableModel
- Removes the row at
row
from the model.
- removeSelectedText() -
Method in class oracle.javatools.editor.plugins.DragDropPlugin
- Utility method to remove the selected text of editor.
- removeShortcutButtons() -
Method in class oracle.ide.net.URLChooser
- Removes all shortcut buttons from the button panel on the left side
of the
URLChooser
, allowing the URLChooser
instance to be reused in a different context without retaining the
existing shortcut buttons.
- removeSourceFinder(SourceFinder) -
Static method in class oracle.jdeveloper.runner.Source
- Unregisters a
SourceFinder
- removeSubContext(KeyStrokeContext) -
Method in class oracle.ide.keyboard.DefaultKeyStrokeContext
-
- removeSystemJDK(JDK) -
Static method in class oracle.jdeveloper.library.JLibraryManager
-
- removeSystemLibrary(JLibrary) -
Static method in class oracle.jdeveloper.library.JLibraryManager
-
- removeTabAt(int) -
Method in class oracle.ide.controls.SingleRowTabbedPane
-
- removeTabbedWindowListener(TabbedWindowListener) -
Method in class oracle.ide.controls.TabbedWindow
-
- removeTag(JotDocTag) -
Method in interface oracle.jdeveloper.jot.JotDocComment
-
- removeTerminateMenu(RunProcess) -
Method in interface oracle.ide.runner.Runner
- Removes the terminate menu item for the given RunProcess
from the Run -> Terminate submenu.
- removeTextBufferListener(TextBufferListener) -
Method in interface oracle.javatools.buffer.TextBuffer
- Unregisters the given observer from the notification list so
that it will no longer receive change updates.
- removeTitleChangeListener(TitleChangeListener) -
Method in interface oracle.ide.docking.Dockable
- Removes the specified title change listener from the dockable.
- removeTitleChangeListener(TitleChangeListener) -
Method in class oracle.ide.docking.DockableWindow
- Removes the specified title change listener from the dockable.
- removeToEnd(int) -
Method in interface oracle.javatools.buffer.TextBuffer
- Removes data from the text buffer starting at the given offset to
the end of the buffer.
- removeToolTipProvider(ToolTipProvider) -
Method in class oracle.javatools.editor.BasicEditorPane
- Deinstalls the given
ToolTipProvider
that was
previously installed for getting tooltip info for the editor pane.
- removeTreeModelListener(TreeModelListener) -
Method in class oracle.ide.controls.AbstractTreeTableModel
-
- removeURLChooserListener(URLChooserListener) -
Method in class oracle.ide.net.URLChooser
- Remove a
URLChooserListener
from this URLChooser
- removeUndoableEditListener(UndoableEditListener) -
Method in class oracle.javatools.editor.BasicDocument
- Unregisters the given observer from the notification list
so it will no longer receive updates.
- removeUpdate(DocumentEvent) -
Method in class oracle.ide.dialogs.SimpleInputDialog
-
- removeUpdate(int, int, char[]) -
Method in interface oracle.javatools.buffer.TextBufferListener
- Provides notification about a removal from the
TextBuffer
.
- removeUpdate(int, int, char[]) -
Method in class oracle.javatools.editor.BasicCaret
- Provides notification about a removal from the text buffer.
- removeUpdate(int, int, char[]) -
Method in class oracle.javatools.editor.BasicDocument
- Provides notification about a removal from the text buffer.
- removeUpdate(DocumentEvent, Shape, ViewFactory) -
Method in class oracle.javatools.editor.BasicView
- Gives notification from the document that attributes were removed
in a location that this view is responsible for.
- removeUpdate(DocumentEvent) -
Method in class oracle.javatools.editor.gutter.LineGutterPlugin
- Gives notification that a portion of the document has been
removed.
- removeUpdate(int, int, char[]) -
Method in class oracle.javatools.editor.gutter.LineGutterPlugin
- Provides notification about a removal from the text buffer.
- removeUpdate(DocumentEvent) -
Method in class oracle.javatools.editor.plugins.BraceMatchingPlugin
- Gives notification that a portion of the document has been
removed.
- removeUpdate(DocumentEvent) -
Method in class oracle.javatools.editor.plugins.FindHighlightPlugin
- Gives notification that a portion of the document has been
removed.
- removeUpdate(DocumentEvent) -
Method in class oracle.javatools.editor.plugins.LineHighlightPlugin
- Gives notification that a portion of the document has been
removed.
- removeUserExtension(String) -
Method in class oracle.ide.config.DocumentExtensions.DocRecord
- Disassociate the specified
extension
from the document
type encapsulated in this DocRecord
.
- removeVariable(JotVariable) -
Method in interface oracle.jdeveloper.jot.JotVariableDeclaration
- Removes a variable from this declaration.
- removeView(View) -
Method in class oracle.ide.layout.AbstractLayoutListener
-
- removeView(View) -
Method in interface oracle.ide.layout.LayoutListener
-
- removeViewCreationListener(ViewCreationListener) -
Method in interface oracle.ide.navigator.NavigatorManager
- Removes the specified
ViewCreationListener
.
- removeViewListener(ViewListener) -
Method in class oracle.ide.addin.AbstractView
- Remove a ViewListener.
- removeViewListener(ViewListener) -
Method in interface oracle.ide.addin.View
- Remove a ViewListener.
- removeViewSelectionListener(ViewSelectionListener) -
Method in class oracle.ide.addin.AbstractView
- Remmove a ViewSelectionListener.
- removeViewSelectionListener(ViewSelectionListener) -
Method in interface oracle.ide.addin.View
- Remmove a ViewSelectionListener.
- removeViewSelectionListener(ViewSelectionListener) -
Method in interface oracle.ide.editor.EditorFrame
- Removes the specified listener from being one of our
ViewSelctionListeners.
- renameConfiguration(JProjectSettings, DefaultComboBoxModel) -
Static method in class oracle.jdeveloper.model.NewConfigurationPanel
-
- renameInArguments(JotMethodCall, String, String) -
Static method in class oracle.jdeveloper.jot.JotNames
- Searches a method call's argument list for the presence of a given name, and
replaces all its occurences.
- renameInExpression(JotExpression, String, String) -
Static method in class oracle.jdeveloper.jot.JotNames
- Searches an expression for the presence of a given name,
and replaces all its occurences.
- renameLayout(Layout, Context) -
Method in class oracle.ide.layout.LayoutController
-
- renameObjectReference(String, String) -
Method in interface oracle.jdeveloper.jot.JotExpression
- Renames any occurrences of a given object name to another name.
- renameTo(URL, URL) -
Method in class oracle.ide.net.IdeDisplayURLFileSystemHelper
-
- renameTo(URL, URL) -
Method in class oracle.ide.net.IdeURLFileSystemHelper
-
- renameTo(URL, URL) -
Static method in class oracle.ide.net.URLFileSystem
- Renames the resource indicated by the first
URL
to the
name indicated by the second URL
.
- renameTo(URL, URL) -
Method in class oracle.ide.net.URLFileSystemHelper
- Renames the resource indicated by the first
URL
to the
name indicated by the second URL
.
- render(Runnable) -
Method in class oracle.javatools.editor.BasicDocument
- This allows the model to be safely rendered in the presence
of currency, if the model supports being updated asynchronously.
- renderBlock(StyledFragmentsList, int, int, int, int) -
Method in interface oracle.javatools.editor.language.BlockRenderer
- Renders the region of text bounded by the given offsets.
- renderBlock(StyledFragmentsList, int, int, int, int) -
Method in class oracle.javatools.editor.language.LexerBlockRenderer
- Renders the region of text bounded by the given offsets.
- renderHighlights(HighlightedFragmentsList, int, int) -
Method in class oracle.javatools.editor.highlight.HighlightLayer
- This routine is used by the editor view to obtain all of the
highlights in this highlight layer in the given offset
range.
- renderLines(int, int) -
Method in class oracle.javatools.editor.language.AbstractDocumentRenderer
- Renders a region of text based on the line information provided.
- renderLines(int, int) -
Method in interface oracle.javatools.editor.language.DocumentRenderer
- Renders a region of text based on the line information provided.
- renderRegion(StyledFragmentsList, int, int) -
Method in class oracle.javatools.editor.language.AbstractDocumentRenderer
- Renders the region of text bounded by the given offsets.
- renderRegion(StyledFragmentsList, int, int) -
Method in class oracle.javatools.editor.language.LexerDocumentRenderer
- Renders the region of text bounded by the given offsets.
- renderToken(StyledFragmentsList, int, int, int, int, int) -
Method in class oracle.javatools.editor.language.LexerBlockRenderer
- Renders the token by mapping the given token to a specific style,
and adds it to the styled fragments list.
- reopen() -
Method in class oracle.ide.layout.IdeLayout
-
- reopen() -
Method in class oracle.ide.layout.SimpleLayout
-
- reopen() -
Method in class oracle.ide.model.DataNode
-
- reopen() -
Method in class oracle.ide.model.PropertiesContainer
- Overrides
PropertiesNode.reopen()
.
- reopen() -
Method in class oracle.ide.model.PropertiesNode
-
- reopen() -
Method in class oracle.ide.model.TextNode
- Loads the contents at the current
URL
into a TextBuffer
.
- reopen() -
Method in class oracle.ide.model.XMLDataNode
-
- reopen() -
Method in class oracle.jdeveloper.cm.dt.ConnectionNode
-
- reopen() -
Method in class oracle.jdeveloper.model.JavaClassNode
-
- repaint() -
Method in class oracle.ide.controls.ToolButton
-
- repaintOverlays() -
Method in class oracle.ide.explorer.IconOverlayTracker
- Repaints all visible tree explorer nodes after state changes.
- repaintTab(int) -
Method in class oracle.ide.controls.SingleRowTabbedPaneUI
-
- replaceCharAt(int, char) -
Method in class oracle.ide.util.FastStringBuffer
-
- replaceEditors(Context, Context) -
Method in interface oracle.ide.editor.EditorManager
-
- replaceHTMLReservedCharacters(String) -
Static method in class oracle.ide.util.IdeUtil
- Replaces teh HTML reserved characters with the appropriate entity.
- replaceHostPart(URL, String) -
Static method in class oracle.ide.net.URLFactory
- Returns a new
URL
that is identical to the specified
URL
except that the host part of the URL
has been replaced with the specified newHost
.
- replaceInputMapUIResources() -
Static method in class oracle.ide.keyboard.IdeInputMapUIResource
- Called by the MainWindowImpl to intercept the real UI InputMaps.
- replacePathPart(URL, String) -
Static method in class oracle.ide.net.URLFactory
- Returns a new
URL
that is identical to the specified
URL
except that the path part of URL
has been
replaced with the specified newPath
.
- replacePortPart(URL, int) -
Static method in class oracle.ide.net.URLFactory
- Returns a new
URL
that is identical to the specified
URL
except that the port part of the URL
has been replaced with the specified newPort
.
- replaceProtocolPart(URL, String) -
Static method in class oracle.ide.net.URLFactory
- Returns a new
URL
that is identical to the specified
URL
except that the protocol part of the URL
has been replaced with the specified newProtocol
.
- replaceQueryPart(URL, String) -
Static method in class oracle.ide.net.URLFactory
- Returns a new
URL
that is identical to the specified
URL
except that the query part of the URL
has been replaced with the specified newQuery
.
- replaceRefPart(URL, String) -
Static method in class oracle.ide.net.URLFactory
- Returns a new
URL
that is identical to the specified
URL
except that the reference part of the URL
has been replaced with the specified newRef
.
- replaceSelection(String) -
Method in class oracle.javatools.editor.BasicEditorPane
- Replaces the currently selected content with the new content
represented by the given String.
- replaceSelection(String) -
Method in class oracle.jdeveloper.ceditor.CodeEditor
- Replaces the currently selected content with the new content
represented by the given String.
- reportSyntaxError(String) -
Method in class oracle.javatools.parser.AbstractSyntaxRecognizer
- Used by the grammar engine to report a syntax error.
- reportSyntaxError(String, boolean) -
Method in class oracle.javatools.parser.AbstractSyntaxRecognizer
- Used by the grammar engine to report a syntax error.
- reportSyntaxError(String, int, boolean) -
Method in class oracle.javatools.parser.AbstractSyntaxRecognizer
- Used by the grammar engine to report a syntax error.
- requestFocus() -
Method in class oracle.ide.component.NewFilePanel
-
- requestFocus() -
Method in class oracle.ide.controls.AbstractPicker
-
- requestFocus() -
Method in class oracle.jdeveloper.dialogs.ClassPackageBrowser
-
- requestShow() -
Method in class oracle.ide.log.AbstractLogPage
- Show the log window only if it has not been closed by the user.
- resButton(AbstractButton, String) -
Static method in class oracle.ide.util.ResourceUtils
- Sets the resources on a subclass of
AbstractButton
.
- resLabel(JLabel, Component, String) -
Static method in class oracle.ide.util.ResourceUtils
- Sets the resources on a
JLabel
.
- reset() -
Method in interface oracle.ide.palette.PaletteWindow
- Reset is called after item has been placed onto choosen editor.
- reset() -
Method in class oracle.ide.panels.FSM
- Resets the FSM state to its start state.
- reset() -
Method in class oracle.ide.util.InflaterInputStreamPatch
-
- resetPalette() -
Method in interface oracle.ide.palette.PaletteManager
- Reset the palette.
- resetSubDirtyableOwners(List) -
Method in class oracle.ide.model.DataContainer
- Resets the owner of each element listed.
- resizeAction(Point, UICanvas, SelectNib) -
Method in interface oracle.jdevimpl.uieditor.LayoutAssistant
- Return a status message string that will be displayed while the user is
dragging the nib.
- resizeAction(Point, UICanvas, SelectNib) -
Method in class oracle.jdevimpl.uieditor.assistant.BasicLayoutAssistant
-
- resizeAction(Point, UICanvas, SelectNib) -
Method in class oracle.jdevimpl.uieditor.assistant.GridBagLayoutAssistant
-
- resizeAction(Point, UICanvas, SelectNib) -
Method in class oracle.jdevimpl.uieditor.assistant.NullLayoutAssistant
-
- resizeAction(Point, UICanvas, SelectNib) -
Method in class oracle.jdevimpl.uieditor.assistant.PaneLayoutAssistant
-
- resizeNode(UIEditor, SelectNib) -
Method in class oracle.jdevimpl.uieditor.UIEditorController
- Resize a given node.
- resolveAlias(String) -
Method in class oracle.jdeveloper.library.JLibraryList
- Resolves a name against the list of known aliases.
- resolveAlias(String) -
Static method in class oracle.jdeveloper.library.JLibraryManager
-
- resolveTypeReference(String) -
Method in interface oracle.jdeveloper.jot.JotExpression
- Resolves a type name into a
JotType
, based on the
current scope.
- resources -
Static variable in class oracle.javatools.parser.AbstractSyntaxRecognizer
-
- restartPopupTimer() -
Method in class oracle.javatools.editor.insight.AbstractInsight
- Starts (or restarts) the auto-popup delay timer for this Insight
feature.
- restartPopupTimer() -
Method in interface oracle.javatools.editor.insight.Insight
- Starts (or restarts) the auto-popup delay timer for this Insight
feature.
- reuseLogPage(RunLogPage) -
Method in class oracle.ide.runner.RunProcess
- Returns true if the specified
RunLogPage
should be reused
for this RunProcess.
- reuseLogPage(RunLogPage) -
Method in class oracle.ide.runner.Starter
- This method gives the starter a chance to control the behavior of
reusing a
RunLogPage
.
- reverseConstraint(Integer) -
Static method in class oracle.ide.controls.PentaLayout
-
- reverseListIterator(ListIterator) -
Static method in class oracle.ide.util.ModelUtil
- Creates an Iterator that is the reverse of a ListIterator.
- right() -
Method in interface oracle.javatools.editor.insight.InsightView
- Command to move the selection of the view to the right item
in the data set.
- right() -
Method in class oracle.javatools.editor.insight.ListInsightView
- Command to move the selection of the view to the right item
in the data set.
- right() -
Method in class oracle.javatools.editor.insight.TooltipInsightView
- Command to move the selection of the view to the right item
in the data set.
- rollback(ApplyEvent) -
Method in interface oracle.ide.panels.CommitListener
- Called to have the listener rollback the commit.
- rollback() -
Method in class oracle.jdeveloper.webservices.WebServiceModel
- Rollback any addMethod(), updateMethod() or unpublishMethod()
operations since the last commit().
- rollbackFile() -
Method in interface oracle.jdeveloper.jot.JotFile
- Rolls back any pending changes to the JOT model.
- root -
Variable in class oracle.ide.controls.AbstractTreeTableModel
-
- rowsRemoved(TableModelEvent) -
Method in class oracle.ide.controls.DefaultListTableModel
- Equivalent to
fireTableChanged
.
- run() -
Method in class oracle.ide.dialogs.ProgressBar
- The entrypoint for the thread that executes the long-running process.
- run() -
Method in class oracle.ide.net.URLClassPathThread
- Invokes the
run
method of the target that was specified
when the URLClassPathThread
object was constructed.
- run() -
Method in class oracle.jdeveloper.cm.ConnectInformationDialog
-
- run() -
Method in class oracle.jdeveloper.cm.dt.ProgressRunnable
-
- runActualDialog() -
Method in class oracle.ide.dialogs.BaseMessageDialog
-
- runConfiguration -
Variable in class oracle.jdeveloper.runner.JRunProcess
- The RunConfiguration part of the project.
- runConfiguration -
Variable in class oracle.jdeveloper.runner.JStarter
- The RunConfiguration part of the project.
- runConnectionEditor(String, int) -
Method in class oracle.jdeveloper.cm.dt.ConnectionEditor
- Invokes the Connection Editor.
- runConnectionEditor(String, int, String[]) -
Method in class oracle.jdeveloper.cm.dt.ConnectionEditor
- Invokes the Connection Editor on the
connName
- runConnectionEditor(String, int, String[]) -
Method in interface oracle.jdeveloper.cm.dt.ConnectionEditorDelegate
-
- runDialog(String) -
Method in class oracle.ide.component.NewFilePanel
- Creates and displays a dialog containing this NewFilePanel
- runDialog() -
Method in class oracle.ide.dialogs.BaseMessageDialog
- Run the dialog
- runDialog(Component, String) -
Static method in class oracle.ide.dialogs.OnePageWizardDialogFactory
- Creates a
WizardDialog
with one page
of the content
, with the given title
and
invokes the dialog.
- runDialog(Component, Component, String) -
Static method in class oracle.ide.dialogs.OnePageWizardDialogFactory
- Creates a
WizardDialog
with one page
of the content
, with the given title
and
invokes the dialog.
- runDialog(Component, Component, Component, String) -
Static method in class oracle.ide.dialogs.OnePageWizardDialogFactory
- Creates a
WizardDialog
with one page
of the content
, with the given title
and
invokes the dialog.
- runDialog(Component, Component, String, int) -
Static method in class oracle.ide.dialogs.OnePageWizardDialogFactory
- Creates a
WizardDialog
with one page
of the content
, with the given title
and
invokes the dialog.
- runDialog(Component, Component, String, int, VetoableChangeListener) -
Static method in class oracle.ide.dialogs.OnePageWizardDialogFactory
- Creates a
WizardDialog
with one page
of the content
, with the given title
and
invokes the dialog.
- runDialog(Component, Component, Component, String, int, VetoableChangeListener) -
Static method in class oracle.ide.dialogs.OnePageWizardDialogFactory
- Creates a
WizardDialog
with one page
of the content
, with the given title
and
invokes the dialog.
- runDialog(JDialog) -
Static method in class oracle.ide.dialogs.WizardLauncher
- Use this instead of
WizardDialog.runDialog()
or
JEWTDialog.runDialog
.
- runDialog() -
Method in class oracle.ide.panels.NewWorkspacePanel
-
- runDialog() -
Method in class oracle.ide.wizard.TitledWizardDialog
-
- runNow(Runnable) -
Static method in class oracle.ide.util.IdeUtil
-
- runProcess -
Variable in class oracle.ide.runner.Starter
- The RunProcess that will be or has been started by this Starter.
- runProcessListener -
Variable in class oracle.ide.runner.RunProcess
- The
RunProcessListener
for this process.
- runRunnable(Runnable) -
Static method in class oracle.ide.util.AddinPolicyUtils
- A utility method to run code that is to be used only if the AddinPolicyUtils is in "effect"
- runWizard(Component) -
Method in class oracle.ide.wizard.BasicWizard
-
S
- SAME_SIZE_HORIZONTAL -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- SAME_SIZE_HORIZONTAL -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- SAME_SIZE_HORIZ_ACTION -
Static variable in class oracle.jdevimpl.uieditor.assistant.NullLayoutAssistant
-
- SAME_SIZE_HORIZ_CMD_ID -
Static variable in class oracle.jdevimpl.uieditor.assistant.NullLayoutAssistant
-
- SAME_SIZE_HORIZ_ICON -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- SAME_SIZE_HORIZ_ICON -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- SAME_SIZE_HORIZ_ITEM -
Static variable in class oracle.jdevimpl.uieditor.assistant.NullLayoutAssistant
-
- SAME_SIZE_HORIZ_MNEMONIC -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- SAME_SIZE_HORIZ_MNEMONIC -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- SAME_SIZE_VERTICAL -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- SAME_SIZE_VERTICAL -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- SAME_SIZE_VERT_ACTION -
Static variable in class oracle.jdevimpl.uieditor.assistant.NullLayoutAssistant
-
- SAME_SIZE_VERT_CMD_ID -
Static variable in class oracle.jdevimpl.uieditor.assistant.NullLayoutAssistant
-
- SAME_SIZE_VERT_ICON -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- SAME_SIZE_VERT_ICON -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- SAME_SIZE_VERT_ITEM -
Static variable in class oracle.jdevimpl.uieditor.assistant.NullLayoutAssistant
-
- SAME_SIZE_VERT_MNEMONIC -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- SAME_SIZE_VERT_MNEMONIC -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- SAVEABLE -
Static variable in class oracle.ide.model.ElementAttributes
SAVEABLE
is an immutable attribute that
controls the File | Save, File | Save As, and File | Rename
menu items.
- SAVEABLE_AS -
Static variable in class oracle.ide.model.ElementAttributes
SAVEABLE_AS
controls the File | Save As menu item.
- SAVE_ALL_CMD -
Static variable in interface oracle.ide.IdeConstants
- Save all command.
- SAVE_ALL_CMD_ID -
Static variable in interface oracle.ide.IdeConstants
- Save all command id.
- SAVE_AS_CMD -
Static variable in interface oracle.ide.IdeConstants
- Save as document command.
- SAVE_AS_CMD_ID -
Static variable in interface oracle.ide.IdeConstants
- Save as document command id.
- SAVE_CMD -
Static variable in interface oracle.ide.IdeConstants
- Save document command.
- SAVE_CMD_ID -
Static variable in interface oracle.ide.IdeConstants
- Save document command id.
- SAVE_PROMPT -
Static variable in class oracle.ide.dialogs.SelectFilesPanel
-
- SAVING -
Static variable in class oracle.ide.util.FilePath
-
- SAXParserDoneException - exception oracle.ide.xml.SAXParserDoneException.
- This exception actually signals a normal condition, namely that the
SAX handler used to parse the XML file has completed its work, and
the XML parsing can stop.
- SAXParserDoneException() -
Constructor for class oracle.ide.xml.SAXParserDoneException
-
- SAXParserDoneException(Exception) -
Constructor for class oracle.ide.xml.SAXParserDoneException
-
- SAXParserDoneException(String) -
Constructor for class oracle.ide.xml.SAXParserDoneException
-
- SAXParserDoneException(String, Exception) -
Constructor for class oracle.ide.xml.SAXParserDoneException
-
- SCHEMA -
Static variable in class oracle.jdeveloper.cm.ds.db.DatabaseObjectType
- Constant: Schema (aka User)
- SCHEMAS_TYPE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- SCHEMAS_TYPE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- SCHEMA_BASE_TYPE -
Static variable in class oracle.jdeveloper.cm.ds.db.Trigger
-
- SCHEMA_FOLDER_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- SCHEMA_FOLDER_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- SCHEMA_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- SCHEMA_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- SCROLL_LINE_DOWN -
Static variable in class oracle.javatools.editor.ActionNames
- ScrollLineDownAction
- SCROLL_LINE_UP -
Static variable in class oracle.javatools.editor.ActionNames
- ScrollLineUpAction
- SCROLL_MENU_SHOW_VISIBLE_PROPERTY -
Static variable in class oracle.ide.controls.SingleRowTabbedPane
-
- SCROLL_MENU_SORT_PROPERTY -
Static variable in class oracle.ide.controls.SingleRowTabbedPane
-
- SCROLL_PAGE_DOWN -
Static variable in class oracle.javatools.editor.ActionNames
- ScrollPageDownAction
- SCROLL_PAGE_UP -
Static variable in class oracle.javatools.editor.ActionNames
- ScrollPageUpAction
- SEARCH_ACCELERATORS_IN_MENUS -
Static variable in class oracle.ide.util.JDK
- ORA2632937 - NEW WINDOWCOMES UP EVEN EO, ASSOCIATION, VIEW LINK AND OTHER WIZARDS.
- SEARCH_AGAIN_CMD -
Static variable in interface oracle.ide.IdeConstants
- Search again command.
- SEARCH_AGAIN_CMD_ID -
Static variable in interface oracle.ide.IdeConstants
- Search again command id.
- SEARCH_BACKWARD_CMD -
Static variable in interface oracle.ide.IdeConstants
- Search backward command.
- SEARCH_BACKWARD_CMD_ID -
Static variable in interface oracle.ide.IdeConstants
- Search backward command id.
- SEARCH_SOURCE_PATH_CMD -
Static variable in interface oracle.ide.IdeConstants
- Search source path command.
- SEARCH_SOURCE_PATH_CMD_ID -
Static variable in interface oracle.ide.IdeConstants
- Search source path command id.
- SELECTED_STRING -
Static variable in class oracle.jdeveloper.compiler.CompArb
-
- SELECTED_STRING -
Static variable in class oracle.jdeveloper.compiler.CompArb_ja
-
- SELECTION_ADDED -
Static variable in class oracle.ide.addin.ViewSelectionEvent
-
- SELECTION_BACKWARD -
Static variable in class oracle.javatools.editor.ActionNames
- BackwordAction
- SELECTION_BEGIN -
Static variable in class oracle.javatools.editor.ActionNames
- BeginAction
- SELECTION_BEGIN_LINE -
Static variable in class oracle.javatools.editor.ActionNames
- BeginLineAction
- SELECTION_BEGIN_PARAGRAPH -
Static variable in class oracle.javatools.editor.ActionNames
- BeginParagraphAction
- SELECTION_BEGIN_WORD -
Static variable in class oracle.javatools.editor.ActionNames
- BeginWordAction
- SELECTION_CHANGED -
Static variable in class oracle.ide.addin.ViewSelectionEvent
-
- SELECTION_DOWN -
Static variable in class oracle.javatools.editor.ActionNames
- DownAction
- SELECTION_END -
Static variable in class oracle.javatools.editor.ActionNames
- EndAction
- SELECTION_END_LINE -
Static variable in class oracle.javatools.editor.ActionNames
- EndLineAction
- SELECTION_END_PARAGRAPH -
Static variable in class oracle.javatools.editor.ActionNames
- EndParagraphAction
- SELECTION_END_WORD -
Static variable in class oracle.javatools.editor.ActionNames
- EndWordAction
- SELECTION_FORWARD -
Static variable in class oracle.javatools.editor.ActionNames
- ForwardAction
- SELECTION_NEXT_WORD_BREAK -
Static variable in class oracle.javatools.editor.ActionNames
- NextWordAction
- SELECTION_NEXT_WORD_END -
Static variable in class oracle.javatools.editor.ActionNames
- NextWordAction
- SELECTION_NEXT_WORD_START -
Static variable in class oracle.javatools.editor.ActionNames
- NextWordAction
- SELECTION_PAGE_DOWN -
Static variable in class oracle.javatools.editor.ActionNames
- PageDownAction
- SELECTION_PAGE_LEFT -
Static variable in class oracle.javatools.editor.ActionNames
- PageLeftAction
- SELECTION_PAGE_RIGHT -
Static variable in class oracle.javatools.editor.ActionNames
- PageRightAction
- SELECTION_PAGE_UP -
Static variable in class oracle.javatools.editor.ActionNames
- PageUpAction
- SELECTION_PREVIOUS_WORD_BREAK -
Static variable in class oracle.javatools.editor.ActionNames
- PreviousWordAction
- SELECTION_PREVIOUS_WORD_END -
Static variable in class oracle.javatools.editor.ActionNames
- PreviousWordAction
- SELECTION_PREVIOUS_WORD_START -
Static variable in class oracle.javatools.editor.ActionNames
- PreviousWordAction
- SELECTION_REMOVED -
Static variable in class oracle.ide.addin.ViewSelectionEvent
-
- SELECTION_UP -
Static variable in class oracle.javatools.editor.ActionNames
- UpAction
- SELECT_ALL -
Static variable in class oracle.javatools.editor.ActionNames
- SelectAllAction
- SELECT_ALL_CMD -
Static variable in interface oracle.ide.IdeConstants
- Select all command.
- SELECT_ALL_CMD_ID -
Static variable in interface oracle.ide.IdeConstants
- Select all command id.
- SELECT_LINE -
Static variable in class oracle.javatools.editor.ActionNames
- SelectLineAction
- SELECT_PARAGRAPH -
Static variable in class oracle.javatools.editor.ActionNames
- SelectParagraphAction
- SELECT_WORD -
Static variable in class oracle.javatools.editor.ActionNames
- SelectWordAction
- SEPARATOR -
Static variable in class oracle.ide.addin.AbstractView
-
- SEQUENCE -
Static variable in class oracle.jdeveloper.cm.ds.db.DBObject
- Constant: Database Sequence
- SEQUENCE -
Static variable in class oracle.jdeveloper.cm.ds.db.DatabaseObjectType
- Constant: Sequence
- SEQUENCES_TYPE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- SEQUENCES_TYPE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- SEQUENCE_FOLDER_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- SEQUENCE_FOLDER_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- SEQUENCE_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- SEQUENCE_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- SEQ_VIEWER -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- SEQ_VIEWER -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- SEQ_VIEWER_ICON -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- SEQ_VIEWER_ICON -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- SERIALIZE -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb
-
- SERIALIZE -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb_ja
-
- SERIALIZE_ACTION -
Static variable in class oracle.jdevimpl.uieditor.AbstractCanvas
-
- SERIALIZE_COMPONENT -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- SERIALIZE_COMPONENT -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- SERIALIZE_ICON -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb
-
- SERIALIZE_ICON -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb_ja
-
- SERIALIZE_ITEM -
Static variable in class oracle.jdevimpl.uieditor.AbstractCanvas
-
- SERIALIZE_MNEMONIC -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb
-
- SERIALIZE_MNEMONIC -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb_ja
-
- SERIALIZE_PROXY -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb
-
- SERIALIZE_PROXY -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb_ja
-
- SERIALIZE_SEPARATOR -
Static variable in class oracle.jdevimpl.uieditor.AbstractCanvas
-
- SERVERERROR_EVENT -
Static variable in class oracle.jdeveloper.cm.ds.db.Trigger
-
- SETTINGS_KEY -
Static variable in class oracle.ide.wizard.WizardWelcomeSettings
-
- SET_LOCAL_TABSIZE2 -
Static variable in class oracle.javatools.editor.ActionNames
- SetLocalTabSizeAction
- SET_LOCAL_TABSIZE4 -
Static variable in class oracle.javatools.editor.ActionNames
- SetLocalTabSizeAction
- SET_LOCAL_TABSIZE8 -
Static variable in class oracle.javatools.editor.ActionNames
- SetLocalTabSizeAction
- SET_READ_ONLY -
Static variable in class oracle.javatools.editor.ActionNames
- ReadOnlyAction
- SET_WRITABLE -
Static variable in class oracle.javatools.editor.ActionNames
- WritableAction
- SHARED -
Static variable in class oracle.javatools.buffer.ReadWriteLock
- Constant which indicates that the lock is held in read mode.
- SHOWN -
Static variable in class oracle.ide.docking.DockableWindow
- stateChange constant.
- SHOWN -
Static variable in interface oracle.ide.explorer.Explorer
-
- SHOW_GRID -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb
-
- SHOW_GRID -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb_ja
-
- SHOW_GRID -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- SHOW_GRID -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- SHOW_GRID_CMD_ID -
Static variable in class oracle.jdevimpl.uieditor.assistant.GridBagLayoutAssistant
-
- SHOW_GRID_ICON -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- SHOW_GRID_ICON -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- SHOW_GRID_ITEM -
Static variable in class oracle.jdevimpl.uieditor.assistant.GridBagLayoutAssistant
-
- SHOW_GRID_MNEMONIC -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- SHOW_GRID_MNEMONIC -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- SHOW_MATCHING_BRACES -
Static variable in class oracle.javatools.editor.ActionNames
- ShowMatchingBraces
- SHUTDOWN_EVENT -
Static variable in class oracle.jdeveloper.cm.ds.db.Trigger
-
- SHUTDOWN_FORCEFULLY_ALWAYS -
Static variable in class oracle.jdeveloper.runner.EmbeddedServerOptions
-
- SHUTDOWN_GRACEFULLY_ALWAYS -
Static variable in class oracle.jdeveloper.runner.EmbeddedServerOptions
-
- SHUTDOWN_GRACEFULLY_THEN_FORCEFULLY -
Static variable in class oracle.jdeveloper.runner.EmbeddedServerOptions
-
- SID -
Static variable in class oracle.jdeveloper.cm.ConnectionDescriptor
- Property name: Database SID
- SIGS -
Static variable in class oracle.jdeveloper.jot.JotNames
- The string of type descriptors:
"L[BCDFIJSVZ"
.
- SINGLE_INTERVAL_SELECTION -
Static variable in class oracle.ide.net.URLChooser
- A value for
URLChooser.setSelectionMode(int)
meaning that one
continuous range of files can be selected at a time.
- SINGLE_SELECTION -
Static variable in class oracle.ide.net.URLChooser
- A value for
URLChooser.setSelectionMode(int)
meaning that one
file can be selected at a time.
- SIZE_AND_SPACE -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- SIZE_AND_SPACE -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- SIZE_AND_SPACE_MENU -
Static variable in class oracle.jdevimpl.uieditor.assistant.NullLayoutAssistant
-
- SIZE_AND_SPACE_MNEMONIC -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- SIZE_AND_SPACE_MNEMONIC -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- SKELETON -
Static variable in class oracle.jdeveloper.webservices.StubSkelArtifact
-
- SNAPSHOT_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- SNAPSHOT_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- SNAP_TO_GRID -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb
-
- SNAP_TO_GRID -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb_ja
-
- SNAP_TO_GRID -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- SNAP_TO_GRID -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- SORT_SELECTED_LINES -
Static variable in class oracle.javatools.editor.ActionNames
- SortSelectedLinesAction
- SOURCEPATH_CHANGED -
Static variable in class oracle.jdeveloper.jot.JotManager
- UpdateMessage ID indicating that a change in the sourcepath has occurred.
- SOURCEPATH_CONTENTS_CHANGED -
Static variable in class oracle.jdeveloper.jot.JotManager
- UpdateMessage ID indicating that the contents of the sourcepath have
changed as might occur when a file has been added to the sourcepath.
- SOURCEPATH_PROPERTY -
Static variable in class oracle.jdeveloper.library.JPaths
-
- SOURCEPATH_PROPERTY -
Static variable in class oracle.jdeveloper.model.JProject
-
- SOUTH -
Static variable in class oracle.ide.controls.PentaLayout
-
- SOUTH -
Static variable in interface oracle.ide.docking.DockLayoutConstants
-
- SQLErrorDialog - class oracle.jdeveloper.cm.dt.dialog.SQLErrorDialog.
-
- SQLFILE_TITLE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- SQLFILE_TITLE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- SQLFILE_TYPE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- SQLFILE_TYPE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- SQLJ_SOURCE_EXT -
Static variable in class oracle.jdeveloper.jot.JotManager
- The file extension for sqlj source files.
- SQLJ_SOURCE_TYPE -
Static variable in class oracle.jdeveloper.jot.JotManager
- ID corresponding to a SQLJ source file
- SQLNODE_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- SQLNODE_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- SQLPLUS_BAD_PATH -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- SQLPLUS_BAD_PATH -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- SQLPLUS_BROWSE_TEXT -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- SQLPLUS_BROWSE_TEXT -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- SQLPLUS_EXECUTABLE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- SQLPLUS_EXECUTABLE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- SQLPLUS_HINT_TEXT -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- SQLPLUS_HINT_TEXT -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- SQLPLUS_ICON -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- SQLPLUS_ICON -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- SQLPLUS_LOC_DLG_TITLE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- SQLPLUS_LOC_DLG_TITLE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- SQLPLUS_RUNWITH -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- SQLPLUS_RUNWITH -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- SQLPLUS_SQLPLUS -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- SQLPLUS_SQLPLUS -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- SQLSTATE_NOT_IMPLEMENTED -
Static variable in class oracle.jdeveloper.cm.ds.db.JdbcDatabase
-
- SQLVIEWER_ERROR_TITLE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- SQLVIEWER_ERROR_TITLE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- SQL_COMMENT_HEADER -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- SQL_COMMENT_HEADER -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- SQL_EXCEPTION_BUTTON_BACK -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- SQL_EXCEPTION_BUTTON_BACK -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- SQL_EXCEPTION_BUTTON_NEXT -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- SQL_EXCEPTION_BUTTON_NEXT -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- SQL_EXCEPTION_MSG -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- SQL_EXCEPTION_MSG -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- SQL_EXCEPTION_UNKNOWN_MSG -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- SQL_EXCEPTION_UNKNOWN_MSG -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- SQL_URLFILTER_TEXT -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- SQL_URLFILTER_TEXT -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- SQL_VIEWER_CONNECTION_CHOICE_LABEL -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- SQL_VIEWER_CONNECTION_CHOICE_LABEL -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- SQL_VIEWER_CONNECTION_CHOICE_TITLE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- SQL_VIEWER_CONNECTION_CHOICE_TITLE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- SQL_VIEWER_ICON -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- SQL_VIEWER_ICON -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- SQL_VIEWER_NAME -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- SQL_VIEWER_NAME -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- STANDARD_ADAPTER -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb
-
- STANDARD_ADAPTER -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb_ja
-
- STARTER_CHECKING_DEFAULT -
Static variable in class oracle.jdeveloper.runner.RunMgrArb
-
- STARTER_CHECKING_DEFAULT -
Static variable in class oracle.jdeveloper.runner.RunMgrArb_ja
-
- STARTER_ERROR_COMPILER_BUSY -
Static variable in class oracle.jdeveloper.runner.RunMgrArb
-
- STARTER_ERROR_COMPILER_BUSY -
Static variable in class oracle.jdeveloper.runner.RunMgrArb_ja
-
- STARTER_ERROR_NOT_EXIST -
Static variable in class oracle.jdeveloper.runner.RunMgrArb
- Identifies keys to access localizable object
- STARTER_ERROR_NOT_EXIST -
Static variable in class oracle.jdeveloper.runner.RunMgrArb_ja
- Identifies keys to access localizable object
- STARTER_ERROR_NOT_RUNNABLE -
Static variable in class oracle.jdeveloper.runner.RunMgrArb
-
- STARTER_ERROR_NOT_RUNNABLE -
Static variable in class oracle.jdeveloper.runner.RunMgrArb_ja
-
- STARTER_WARNING_CONTEXT_NODE_NOT_RUNNABLE -
Static variable in class oracle.jdeveloper.runner.RunMgrArb
-
- STARTER_WARNING_CONTEXT_NODE_NOT_RUNNABLE -
Static variable in class oracle.jdeveloper.runner.RunMgrArb_ja
-
- STARTING_OC4J_ALERT -
Static variable in class oracle.jdeveloper.runner.RunMgrArb
-
- STARTING_OC4J_ALERT -
Static variable in class oracle.jdeveloper.runner.RunMgrArb_ja
-
- STARTING_OC4J_USING_PORTS -
Static variable in class oracle.jdeveloper.runner.RunMgrArb
-
- STARTING_OC4J_USING_PORTS -
Static variable in class oracle.jdeveloper.runner.RunMgrArb_ja
-
- STARTUP_EVENT -
Static variable in class oracle.jdeveloper.cm.ds.db.Trigger
-
- START_STATE -
Static variable in class oracle.ide.panels.FSM
- Special FSM state name for the FSM's starting state.
- STATE -
Static variable in class oracle.ide.controls.ToggleAction
-
- STATEMENT_TYPE -
Static variable in interface oracle.jdeveloper.jot.JotBlockElement
- The element type value representing a statement.
- STATUS_ACCESSIBLE -
Static variable in interface oracle.ide.docking.DockStation
- The user has a direct access to the dockable.
- STATUS_ACTIVE -
Static variable in interface oracle.ide.docking.DockStation
- The Dockable is active (title bar is dark blue)
- STATUS_CAUGHT_UNKNOWN_HOST_WHILE_WAITING_FOR_STARTUP -
Static variable in class oracle.jdeveloper.runner.EmbeddedServer
- Deprecated.
- STATUS_COMPILATION_ERROR -
Static variable in class oracle.jdeveloper.runner.EmbeddedServer
- Deprecated.
- STATUS_INTERRUPT_WHILE_WAITING_FOR_STARTUP -
Static variable in class oracle.jdeveloper.runner.EmbeddedServer
- Deprecated.
- STATUS_MINIMIZED -
Static variable in interface oracle.ide.docking.DockStation
- The Dockable unpinned and minimized
- STATUS_NOT_YET_STARTED -
Static variable in class oracle.jdeveloper.runner.EmbeddedServer
- Deprecated.
- STATUS_NO_URL_AVAILABLE_IN_OC4JMONITOR -
Static variable in class oracle.jdeveloper.runner.EmbeddedServer
- Deprecated.
- STATUS_PINNED -
Static variable in interface oracle.ide.docking.DockStation
- The Dockable pinned
- STATUS_PRESENT -
Static variable in interface oracle.ide.docking.DockStation
- The Dockable is known by the docking system
- STATUS_STARTUP_FAILED -
Static variable in class oracle.jdeveloper.runner.EmbeddedServer
- Deprecated.
- STATUS_STARTUP_SUCCESSFUL -
Static variable in class oracle.jdeveloper.runner.EmbeddedServer
- Deprecated.
- STATUS_TARGET_CANNOT_RUN_IN_EMBEDDED_SERVER -
Static variable in class oracle.jdeveloper.runner.EmbeddedServer
- Deprecated.
- STATUS_TIMEOUT_WAITING_FOR_STARTUP -
Static variable in class oracle.jdeveloper.runner.EmbeddedServer
- Deprecated.
- STATUS_VISIBLE -
Static variable in interface oracle.ide.docking.DockStation
- The Dockable is visible.
- STRING_DEFAULT_PROMPT -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- STRING_DEFAULT_PROMPT -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- STRING_FLAVOR -
Static variable in class oracle.javatools.editor.plugins.DropTargetPlugin
- The string flavor to use.
- STRUCTURE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- STRUCTURE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- STRUCTURE_CHANGED -
Static variable in class oracle.ide.addin.UpdateMessage
- Indicates that complex structure change has taken place
- STRUCTURE_CHANGE_CMD_ID -
Static variable in interface oracle.ide.IdeConstants
- Command ID for a complex structure change operation
- STUB -
Static variable in class oracle.jdeveloper.webservices.StubSkelArtifact
-
- STYLE_NAMES -
Static variable in class oracle.javatools.editor.language.BuiltInStyles
- The name of all the styles defined here.
- SUMMARY_TEXT -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- SUMMARY_TEXT -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- SUMMARY_TITLE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- SUMMARY_TITLE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- SUSPEND_EVENT -
Static variable in class oracle.jdeveloper.cm.ds.db.Trigger
-
- SWITCH_STATEMENT -
Static variable in interface oracle.jdeveloper.jot.JotStatement
- The statement type for
switch
statements
- SYNCHRONIZED_STATEMENT -
Static variable in interface oracle.jdeveloper.jot.JotStatement
- The statement type for
synchronized
statements
- SYNONYM -
Static variable in class oracle.jdeveloper.cm.ds.db.DBObject
- Constant: SYNONYM
- SYNONYM -
Static variable in class oracle.jdeveloper.cm.ds.db.DatabaseObjectType
- Constant: Synonym
- SYNONYMS_TYPE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- SYNONYMS_TYPE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- SYNONYM_FOLDER_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- SYNONYM_FOLDER_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- SYNONYM_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- SYNONYM_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- SYNTAXERR_SKIPPING -
Static variable in class oracle.javatools.parser.AbstractSyntaxRecognizer
-
- SYNTAX_EOF -
Static variable in class oracle.javatools.parser.AbstractSyntaxRecognizer
- Constant indicating that there are no more tokens remaining
because the SyntaxRecognizer reached the end of the file.
- SYNTAX_ERROR -
Static variable in class oracle.javatools.parser.AbstractSyntaxRecognizer
- Constant indicating a syntax error construct.
- SYNTAX_ROOT -
Static variable in class oracle.javatools.parser.AbstractSyntaxRecognizer
- Constant indicating the root syntax construct.
- SYNTAX_UNINITIALIZED -
Static variable in interface oracle.javatools.parser.SyntaxToken
-
- SYSTEM -
Static variable in class oracle.ide.model.IdeSystem
-
- SYSTEM_CLASS_TYPE -
Static variable in class oracle.jdeveloper.jot.JotManager
- ID corresponding to a class on the system classpath.
- SYSTEM_CMD -
Static variable in interface oracle.ide.IdeConstants
- Open the system navigator command.
- SYSTEM_CMD_ID -
Static variable in interface oracle.ide.IdeConstants
- Open the system navigator command id.
- SYSTEM_EXTENSION -
Static variable in class oracle.ide.AddinManager
-
- SYSTEM_SETTINGS -
Static variable in class oracle.ide.model.IdeSystemMigrator
-
- Save -
Static variable in class oracle.ide.MainWindow
-
- SaveAll -
Static variable in class oracle.ide.MainWindow
-
- SaveAllCommand - class oracle.ide.cmd.SaveAllCommand.
- The
SaveAllCommand
class implements the SaveAll command. - SaveAllCommand() -
Constructor for class oracle.ide.cmd.SaveAllCommand
- Constructor.
- SaveAs -
Static variable in class oracle.ide.MainWindow
-
- SaveAsCommand - class oracle.ide.cmd.SaveAsCommand.
- The
SaveAsCommand
class implements the SaveAs command. - SaveAsCommand() -
Constructor for class oracle.ide.cmd.SaveAsCommand
-
- SaveAsCommand(int) -
Constructor for class oracle.ide.cmd.SaveAsCommand
-
- SaveCommand - class oracle.ide.cmd.SaveCommand.
- The
SaveCommand
class implements the Save command. - SaveCommand() -
Constructor for class oracle.ide.cmd.SaveCommand
- Constructor.
- SaveConfigDialog - class oracle.ide.addin.config.SaveConfigDialog.
-
- SaveConfigDialog() -
Constructor for class oracle.ide.addin.config.SaveConfigDialog
-
- SaveableJTableAdapter - class oracle.ide.controls.SaveableJTableAdapter.
-
- SaveableJTableAdapter(JTable) -
Constructor for class oracle.ide.controls.SaveableJTableAdapter
-
- SchemaObject - class oracle.jdeveloper.cm.ds.db.SchemaObject.
-
- SchemaObject() -
Constructor for class oracle.jdeveloper.cm.ds.db.SchemaObject
-
- Search -
Static variable in class oracle.ide.MainWindow
-
- SearchAgain -
Static variable in class oracle.ide.MainWindow
-
- SearchBackward -
Static variable in class oracle.ide.MainWindow
-
- SearchSourcePath -
Static variable in class oracle.ide.MainWindow
-
- SelectAll -
Static variable in class oracle.ide.MainWindow
-
- SelectFileCell - class oracle.ide.dialogs.SelectFileCell.
- Deprecated. Places where SelectFileCell was used should be migrated to
use oracle.ide.controls.checkboxlist.CheckBoxListCellData
- SelectFileCell(String, Icon, boolean, Object) -
Constructor for class oracle.ide.dialogs.SelectFileCell
- Deprecated. Places where SelectFileCell was used should be migrated to
use oracle.ide.controls.checkboxlist.CheckBoxListCellData
- SelectFileCellRenderer - class oracle.ide.dialogs.SelectFileCellRenderer.
- Renderer for
SelectFileCell
s, used by the JList
when
displayed inside a SelectFilesPanel
. - SelectFileCellRenderer() -
Constructor for class oracle.ide.dialogs.SelectFileCellRenderer
-
- SelectFilesPanel - class oracle.ide.dialogs.SelectFilesPanel.
- A Swing-based JPanel subclass for displaying a list of files for
selection.
- SelectFilesPanel(CheckBoxListModel, boolean) -
Constructor for class oracle.ide.dialogs.SelectFilesPanel
- Constructs a new instance.
- Sequence - class oracle.jdeveloper.cm.ds.db.Sequence.
- Model of a database sequence.
- Sequence() -
Constructor for class oracle.jdeveloper.cm.ds.db.Sequence
- Constructor
- Sequence(String) -
Constructor for class oracle.jdeveloper.cm.ds.db.Sequence
-
- SimpleInputDialog - class oracle.ide.dialogs.SimpleInputDialog.
SimpleInputDialog
class.- SimpleInputDialog() -
Constructor for class oracle.ide.dialogs.SimpleInputDialog
-
- SimpleLayout - class oracle.ide.layout.SimpleLayout.
- Simple layout information.
- SimpleLayout(URL) -
Constructor for class oracle.ide.layout.SimpleLayout
- Constructor
- SimpleLayoutBeanInfo - class oracle.ide.layout.SimpleLayoutBeanInfo.
- A IdeLayoutBeanInfo class.
- SimpleLayoutBeanInfo() -
Constructor for class oracle.ide.layout.SimpleLayoutBeanInfo
- Constructor
- SimpleProcess - class oracle.ide.runner.SimpleProcess.
- The SimpleProcess class contains methods to start a process and
redirect the process's output to the log window.
- SimpleProcess(String[]) -
Constructor for class oracle.ide.runner.SimpleProcess
- Creates an instance that can be used to start a subprocess.
- SimpleStack - class oracle.javatools.parser.util.SimpleStack.
- SimpleStack is an unsynchronized stack container based off of
ArrayList.
- SimpleStack() -
Constructor for class oracle.javatools.parser.util.SimpleStack
- Constructs an empty list.
- SimpleStack(Collection) -
Constructor for class oracle.javatools.parser.util.SimpleStack
- Constructs a stack containing the elements of the specified
collection, pushed in the order they are returned by the
collection's iterator.
- SimpleStack(int) -
Constructor for class oracle.javatools.parser.util.SimpleStack
- Constructs an empty stack with the specified initial capacity.
- SingleRowTabbedPane - class oracle.ide.controls.SingleRowTabbedPane.
SingleRowTabbedPane
...- SingleRowTabbedPane() -
Constructor for class oracle.ide.controls.SingleRowTabbedPane
-
- SingleRowTabbedPane(int) -
Constructor for class oracle.ide.controls.SingleRowTabbedPane
-
- SingleRowTabbedPaneUI - class oracle.ide.controls.SingleRowTabbedPaneUI.
SingleRowTabbedPaneUI
...- SingleRowTabbedPaneUI.EventHandler - class oracle.ide.controls.SingleRowTabbedPaneUI.EventHandler.
-
- SingleRowTabbedPaneUI.EventHandler() -
Constructor for class oracle.ide.controls.SingleRowTabbedPaneUI.EventHandler
-
- SingleRowTabbedPaneUI.ScrollMenuAction - class oracle.ide.controls.SingleRowTabbedPaneUI.ScrollMenuAction.
-
- SingleRowTabbedPaneUI.ScrollMenuAction(String, String) -
Constructor for class oracle.ide.controls.SingleRowTabbedPaneUI.ScrollMenuAction
-
- SingleRowTabbedPaneUI.ScrollMenuItemComparator - class oracle.ide.controls.SingleRowTabbedPaneUI.ScrollMenuItemComparator.
-
- SingleRowTabbedPaneUI.ScrollMenuItemComparator() -
Constructor for class oracle.ide.controls.SingleRowTabbedPaneUI.ScrollMenuItemComparator
-
- SingleRowTabbedPaneUI.ScrollMenuShowVisibleAction - class oracle.ide.controls.SingleRowTabbedPaneUI.ScrollMenuShowVisibleAction.
-
- SingleRowTabbedPaneUI.ScrollMenuShowVisibleAction() -
Constructor for class oracle.ide.controls.SingleRowTabbedPaneUI.ScrollMenuShowVisibleAction
-
- SingleRowTabbedPaneUI.ScrollMenuSortAction - class oracle.ide.controls.SingleRowTabbedPaneUI.ScrollMenuSortAction.
-
- SingleRowTabbedPaneUI.ScrollMenuSortAction() -
Constructor for class oracle.ide.controls.SingleRowTabbedPaneUI.ScrollMenuSortAction
-
- SingleRowTabbedPaneUI.SingleRowTabbedPaneLayout - class oracle.ide.controls.SingleRowTabbedPaneUI.SingleRowTabbedPaneLayout.
-
- SingleRowTabbedPaneUI.SingleRowTabbedPaneLayout() -
Constructor for class oracle.ide.controls.SingleRowTabbedPaneUI.SingleRowTabbedPaneLayout
-
- SingletonClassException - exception oracle.ide.exception.SingletonClassException.
SingletonClassException
exception class is thrown when a
singleton class is instantiated more than once.- SingletonClassException(String) -
Constructor for class oracle.ide.exception.SingletonClassException
- Constructor.
- Site - class oracle.ide.docking.Site.
- This class is used to store the sizes of a dockable window.
- Site() -
Constructor for class oracle.ide.docking.Site
- Constructs Site with default values
The geometry is positon is set to (0,0) and the Dimension
to DEFAULT_FLOAT_WIDTH x DEFAULT_FLOAT_HEIGHT.
- Site(int, int) -
Constructor for class oracle.ide.docking.Site
- Constructs a Site with the specified size.
- Site(Rectangle) -
Constructor for class oracle.ide.docking.Site
- Constructs a Site with the specified geometry
- Site(Site) -
Constructor for class oracle.ide.docking.Site
-
- SizeKeeperCallback - class oracle.ide.dialogs.SizeKeeperCallback.
-
- SizeKeeperCallback(String) -
Constructor for class oracle.ide.dialogs.SizeKeeperCallback
-
- SizePadding -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- SizePadding -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- SmallCloseIcon - class oracle.ide.controls.SmallCloseIcon.
-
- SmallCloseIcon() -
Constructor for class oracle.ide.controls.SmallCloseIcon
-
- SmallImageButton - class oracle.ide.controls.SmallImageButton.
- JButton does not center the icon correctly and rendering is especially bad
when the button is small.
- SmallImageButton() -
Constructor for class oracle.ide.controls.SmallImageButton
- Construct an empty button.
- SmallImageButton(Icon) -
Constructor for class oracle.ide.controls.SmallImageButton
- Construct a button with the specified image
- SmallImageButton(Icon, Border) -
Constructor for class oracle.ide.controls.SmallImageButton
- Construct a button with the specified image and border
- SmartIndentProvider - class oracle.javatools.editor.language.SmartIndentProvider.
- The
SmartIndentProvider
interface provides the
necessary routines that let language-specific implementations
intelligently determine the proper indentation for any given line
should be. - SmartIndentProvider(LanguageSupport) -
Constructor for class oracle.javatools.editor.language.SmartIndentProvider
- Constructs a new
SmartIndentProvider
- SortedComboBoxModel - class oracle.ide.controls.SortedComboBoxModel.
-
- SortedComboBoxModel() -
Constructor for class oracle.ide.controls.SortedComboBoxModel
-
- SortedJTable - class oracle.ide.controls.SortedJTable.
-
- SortedJTable(SortedTableModel, int, boolean) -
Constructor for class oracle.ide.controls.SortedJTable
- Create a sorted JTable with initial sort order and column specified
- SortedJTable(SortedTableModel, int) -
Constructor for class oracle.ide.controls.SortedJTable
- Create a sorted JTable with ascending initial sort order and column specified
- SortedJTable(SortedTableModel) -
Constructor for class oracle.ide.controls.SortedJTable
- Create a sorted JTable with ascending initial sort order on column 0
- SortedListModel - class oracle.ide.controls.SortedListModel.
-
- SortedListModel() -
Constructor for class oracle.ide.controls.SortedListModel
-
- SortedMenuLayout - class oracle.ide.controls.SortedMenuLayout.
- ### NOTE: This class has been temporarily
disabled.
- SortedMenuLayout(Container) -
Constructor for class oracle.ide.controls.SortedMenuLayout
- Constructs a
SortedMenuLayout
for the target container
using a vertical orientation.
- SortedMenuLayout(Container, int) -
Constructor for class oracle.ide.controls.SortedMenuLayout
- Constructs a
SortedMenuLayout
for the target container
using the specified axis for orientation.
- SortedTableModel - interface oracle.ide.controls.SortedTableModel.
-
- Source - class oracle.jdeveloper.runner.Source.
- The
Source
class provides methods for displaying source
files in the code editor or UI designer. - SourceFinder - class oracle.jdeveloper.compiler.SourceFinder.
-
- SourceFinder() -
Constructor for class oracle.jdeveloper.compiler.SourceFinder
-
- SourceFinder - interface oracle.jdeveloper.runner.SourceFinder.
- Interface for searching for source code.
- South -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- South -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- SouthEast -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- SouthEast -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- SouthWest -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- SouthWest -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- SplashScreen - class oracle.ide.controls.SplashScreen.
- The
SplashScreen
class controls the display of the startup
screen. - SplashScreenOptions - class oracle.ide.config.SplashScreenOptions.
- Utility class to get and set the display status of the
SplashScreen
. - SplitPaneLayoutAssistant - class oracle.jdevimpl.uieditor.assistant.SplitPaneLayoutAssistant.
-
- SplitPaneLayoutAssistant() -
Constructor for class oracle.jdevimpl.uieditor.assistant.SplitPaneLayoutAssistant
-
- SqljSourceNode - class oracle.jdeveloper.model.SqljSourceNode.
- The
SqljSourceNode
interface represents a SQLJ source file
in the JDeveloper browser. - SqljSourceNode() -
Constructor for class oracle.jdeveloper.model.SqljSourceNode
-
- StartElementPacket - class oracle.ide.xml.StartElementPacket.
- Data class used as an immutable return value from
XMLUtil
methods. - Starter - class oracle.ide.runner.Starter.
- A class that represents a way of starting a process.
- Starter(RunProcess) -
Constructor for class oracle.ide.runner.Starter
- The constructor simply sets the
Starter.runProcess
field.
- StarterFactory - interface oracle.ide.runner.StarterFactory.
- An interface that provides a factory for starting a process.
- StatusBar - interface oracle.ide.controls.StatusBar.
- StatusBar interface of the Ide.
- StatusBarControl - class oracle.ide.controls.StatusBarControl.
- The
StatusBar
class is a simple status text area control. - StatusBarControl() -
Constructor for class oracle.ide.controls.StatusBarControl
- Create a status bar with a single text panel.
- StatusBarPlugin - class oracle.javatools.editor.plugins.StatusBarPlugin.
- The
StatusBarPlugin
provides a status bar UI component
that works with the BasicEditorPane. - StatusBarPlugin() -
Constructor for class oracle.javatools.editor.plugins.StatusBarPlugin
- Constructs a new
StatusBarPlugin
instance that
is not currently associated with an editor or document, and which
uses the default border.
- StatusBarPlugin(Font) -
Constructor for class oracle.javatools.editor.plugins.StatusBarPlugin
- Constructs a new
StatusBarPlugin
instance that
is not currently associated with an editor or document, and which
uses the default border, and the specified font.
- StatusBarPlugin(Border) -
Constructor for class oracle.javatools.editor.plugins.StatusBarPlugin
- Constructs a new
StatusBarPlugin
that is not
currently associated with any editor or document.
- StatusBarPlugin(Border, Font) -
Constructor for class oracle.javatools.editor.plugins.StatusBarPlugin
- Constructs a new
StatusBarPlugin
that is not
currently associated with any editor or document.
- StatusBarPlugin.StatusBarCell - class oracle.javatools.editor.plugins.StatusBarPlugin.StatusBarCell.
- The
StatusBarCell
is just a label that can be added
to our status bar which takes care of making sure that its size
remains fairly constant for the types of strings which can contain
it (otherwise, it looks pretty bad for the cells to be changing
in width, say when you switch between insert and overwrite mode.) - StatusBarPlugin.StatusBarCell(String, Border, String[]) -
Constructor for class oracle.javatools.editor.plugins.StatusBarPlugin.StatusBarCell
- Constructs a new status bar cell with the given name, the border
to use, and a possible list of strings which can be contained
in the cell.
- Step - class oracle.ide.panels.Step.
- The
Step
class is responsible for specifying metadata
for a Traversable
that has not yet been instantiated;
Step
differs from MetaTraversable
in that
Step
is intended to be used for specifying a sequence
of panels that are displayed by the FSMWizard
. - Step(Class) -
Constructor for class oracle.ide.panels.Step
-
- Step(Class, Class[], Object[]) -
Constructor for class oracle.ide.panels.Step
-
- Step() -
Constructor for class oracle.ide.panels.Step
- Should only be used by
Step.copyTo(Object)
.
- StopWatch - class oracle.ide.util.StopWatch.
- The
StopWatch
class can be used to time specific events. - StopWatch() -
Constructor for class oracle.ide.util.StopWatch
-
- StringComparator - class oracle.ide.util.StringComparator.
- This is a
Comparator
implementation for comparing objects
through their string representations. - StringComparator() -
Constructor for class oracle.ide.util.StringComparator
-
- StringConversion - interface oracle.ide.marshal.StringConversion.
- A class that implements this interface indicates that it is able to:
Persist itself as a single
String
through its
toString()
method. - StringTokenizerEx - class oracle.ide.util.StringTokenizerEx.
-
- StringTokenizerEx(String, String, boolean, boolean, boolean) -
Constructor for class oracle.ide.util.StringTokenizerEx
-
- StringTokenizerEx(String, String, boolean) -
Constructor for class oracle.ide.util.StringTokenizerEx
-
- StringTokenizerEx(String, String) -
Constructor for class oracle.ide.util.StringTokenizerEx
-
- StringTokenizerEx(String) -
Constructor for class oracle.ide.util.StringTokenizerEx
-
- StubSkelArtifact - class oracle.jdeveloper.webservices.StubSkelArtifact.
- A representation for artifacts generated by the stub/skeleton wizard.
- StubSkelModel - class oracle.jdeveloper.webservices.StubSkelModel.
- This class provides a public API for generating web service stubs and
skeletons.
The most simple use case is to create a new stub, based on an existing
WSDL document. - StubSkelModel(URL) -
Constructor for class oracle.jdeveloper.webservices.StubSkelModel
- Create a StubSkelModel.
- StyleRegistry - class oracle.javatools.editor.language.StyleRegistry.
- A
StyleRegistry
is a registry of all known styles
for all known language modules. - StyleRegistry() -
Constructor for class oracle.javatools.editor.language.StyleRegistry
- Constructs a new style registry.
- StyledFragment - class oracle.javatools.editor.language.StyledFragment.
- A
StyledFragment
just associates a BaseStyle with
a region of text. - StyledFragment(String, int, int) -
Constructor for class oracle.javatools.editor.language.StyledFragment
- Constructs a new StyledFragment.
- StyledFragmentsList - class oracle.javatools.editor.language.StyledFragmentsList.
- A
StyledFragmentsList
is just a list of
StyledFragments that we can re-use without having to constantly
reallocate arrays and StyledFragment objects. - StyledFragmentsList() -
Constructor for class oracle.javatools.editor.language.StyledFragmentsList
- Constructs a new StyledFragmentList with an initial size of
the default (100).
- StyledFragmentsList(int) -
Constructor for class oracle.javatools.editor.language.StyledFragmentsList
- Constructs a new StyledFragmentList with the given preferred
size.
- SubDirtyable - interface oracle.ide.model.SubDirtyable.
- Objects that implement the
SubDirtyable
interface
indicate that they are to be saved as content of the document that
owns them. - Subject - interface oracle.ide.addin.Subject.
Subject
interface defines the API to register observers
interested in receiving notifications of subject changes.- Subview - interface oracle.ide.addin.Subview.
View
components dispaly information to the user.- SuiteTestCase - interface oracle.jdeveloper.junit.SuiteTestCase.
- The SuiteTestCase represents a TestCase that contains a suite() method.
- SupportsInspection - interface oracle.ide.model.SupportsInspection.
- This is a marker interface to be used in cooperation with Element
implementations that wish to have the properties of their data made
available to the Property Inspector.
- SwingWorker - class oracle.ide.util.SwingWorker.
- This is the 3rd version of SwingWorker (also known as
SwingWorker 3), an abstract class that you subclass to
perform GUI-related work in a dedicated thread.
- SwingWorker() -
Constructor for class oracle.ide.util.SwingWorker
- Start a thread that will call the
construct
method
and then exit.
- Synonym - class oracle.jdeveloper.cm.ds.db.Synonym.
- Model of a database synonym.
- Synonym() -
Constructor for class oracle.jdeveloper.cm.ds.db.Synonym
- Constructor
- Synonym(String) -
Constructor for class oracle.jdeveloper.cm.ds.db.Synonym
-
- SyntaxListener - interface oracle.javatools.parser.SyntaxListener.
-
- SyntaxToken - interface oracle.javatools.parser.SyntaxToken.
- The
SyntaxToken
interface encapsulates a single syntax
token retrieved by a call to
SyntaxTranslator.translate()
. - SystemNavigator -
Static variable in class oracle.ide.MainWindow
-
- SystemUtils - class oracle.ide.util.SystemUtils.
SystemUtils
defines common "system-level" utility functions.- sanitizeExtension(String) -
Static method in class oracle.ide.model.DefaultRecognizer
- Makes sure that the
extension
begins with a '.'.
- sanitizeExtensionAsString(String) -
Static method in class oracle.ide.model.DefaultRecognizer
-
- save() -
Method in class oracle.ide.FileOpenHistory
- Save the opened file history.
- save() -
Method in class oracle.ide.config.DTCache
- Saves the registered data to the XML file.
- save() -
Method in class oracle.ide.config.IdeSettings
- Saves the registered data to the XML file.
- save(Layout) -
Method in interface oracle.ide.layout.BaseLayoutListener
- Save layout information in the specified
layout
.
- save(boolean) -
Method in class oracle.ide.layout.IdeLayout
- Force the node to be re-loaded from file.
- save(boolean) -
Method in class oracle.ide.layout.SimpleLayout
- Force the node to be re-loaded from file.
- save(URL, Object) -
Method in interface oracle.ide.marshal.ObjectStore
- Marshals the persistent properties of the specified object and
saves the persistent form at the specified
URL
.
- save(boolean) -
Method in class oracle.ide.model.DataNode
Document
interface method.
- save(boolean) -
Method in class oracle.ide.model.DefaultDocument
- Part of
Document
interface.
- save(boolean) -
Method in interface oracle.ide.model.Document
- Saves the contents of the document.
- save(boolean) -
Method in class oracle.ide.model.PropertiesContainer
-
- save(boolean) -
Method in class oracle.ide.model.PropertiesNode
-
- save(boolean) -
Method in class oracle.ide.model.TextNode
- Saves the contents of the current
TextBuffer
to the
location specified by the current URL
.
- save(boolean) -
Method in class oracle.ide.model.XMLDataNode
Document
interface method.
- save() -
Method in class oracle.ide.util.HistoryList
- Saves the history list to the underlying properties mechanism
which were used when this history list was loaded.
- save(PrintStream) -
Method in class oracle.ide.util.IniFileSection
-
- save(PrintWriter) -
Method in class oracle.ide.util.IniFileSection
-
- save(OutputStream, String) -
Method in class oracle.ide.util.OrderedProperties
-
- save() -
Method in interface oracle.ide.wizard.BasicWizardPage
- Save the value of controls on the page.
- save(Layout) -
Method in class oracle.jdeveloper.ceditor.CodeEditor
- Save this editor's layout information to the given
Layout
instance.
- save(boolean) -
Method in class oracle.jdeveloper.cm.dt.ConnectionNode
-
- saveAll() -
Static method in class oracle.ide.cmd.SaveAllCommand
-
- saveAll() -
Method in class oracle.ide.layout.Layouts
-
- saveAs(PropertyAccess) -
Method in class oracle.ide.util.HistoryList
- Saves the history list to an underlying properties mechanism.
- saveAsDupNode(Document) -
Method in class oracle.ide.cmd.EditorSaveAsCommand
-
- saveAsDupNode(Document) -
Method in class oracle.ide.cmd.SaveAsCommand
- There is already a node in the cache with the new url.
- saveAsNewNode(Document) -
Method in class oracle.ide.cmd.EditorSaveAsCommand
-
- saveAsNewNode(Document) -
Method in class oracle.ide.cmd.SaveAsCommand
- The specified
doc
is being renamed.
- saveConfig() -
Method in class oracle.ide.addin.AddinConfig
- Saves the current addin configuration
- saveDocument(Document) -
Method in class oracle.ide.cmd.RenameCommand
-
- saveDocument(Document) -
Method in class oracle.ide.cmd.SaveAsCommand
-
- saveFileDlgOK(Context, Document, String) -
Method in class oracle.ide.cmd.SaveAsCommand
-
- saveFilters(String, PropertyAccess) -
Method in interface oracle.ide.explorer.TreeExplorer
- Save the filters for the view identified by the
viewId
in the specified layout
.
- saveLayout(PropertyAccess) -
Method in interface oracle.ide.docking.DockStation
- Saves all of the docking layout.
- saveLayout(PropertyAccess) -
Method in interface oracle.ide.docking.Dockable
- Saves the layout information of this dockable.
- saveLayout(PropertyAccess) -
Method in class oracle.ide.docking.DockableWindow
- Saves the layout information of this dockable.
- savePalette(TwoDModel) -
Static method in class oracle.ide.controls.CustomColorChoice
- Utility routine to save the colors from the specified palette back
to the DTCache area.
- saveToFile(Context) -
Method in class oracle.ide.log.DefaultLogPage
-
- saveToURL(URL, boolean, TableTransformer) -
Method in class oracle.ide.controls.SaveableJTableAdapter
-
- saveToURL(URL, boolean) -
Method in class oracle.ide.controls.SaveableJTableAdapter
-
- saveWelcomeEditor(URL, String, Layout) -
Method in interface oracle.ide.editor.EditorManager
- This method is called when JDeveloper is starting up to determine
if a welcome editor should be displayed the first time JDeveloper
is run after installation.
- scrollBothIcon -
Static variable in class oracle.ide.controls.SingleRowTabbedPaneUI
-
- scrollButtonHeight -
Static variable in class oracle.ide.controls.SingleRowTabbedPaneUI
-
- scrollButtonWidth -
Static variable in class oracle.ide.controls.SingleRowTabbedPaneUI
-
- scrollLeftIcon -
Static variable in class oracle.ide.controls.SingleRowTabbedPaneUI
-
- scrollMenu -
Variable in class oracle.ide.controls.SingleRowTabbedPaneUI
-
- scrollMenuBoldFont -
Variable in class oracle.ide.controls.SingleRowTabbedPaneUI
-
- scrollMenuItemComparator -
Static variable in class oracle.ide.controls.SingleRowTabbedPaneUI
-
- scrollMenuShowVisibleAction -
Variable in class oracle.ide.controls.SingleRowTabbedPaneUI
-
- scrollMenuSortAction -
Variable in class oracle.ide.controls.SingleRowTabbedPaneUI
-
- scrollRightIcon -
Static variable in class oracle.ide.controls.SingleRowTabbedPaneUI
-
- scrollToVisible(int, int) -
Method in class oracle.ide.controls.JFastTreeTable
-
- scrollToVisible(int, int) -
Method in class oracle.ide.controls.JTreeTable
-
- searchCmdID(String) -
Static method in class oracle.ide.Ide
-
- searchTNode(Element, TNode) -
Method in interface oracle.ide.explorer.TreeExplorer
- Search for the
TNode
encapsulating the specified
element
.
- searchTNodeBreadthFirst(Element, TNode) -
Method in interface oracle.ide.explorer.TreeExplorer
- Search for the
TNode
encapsulating the specified
element
.
- second -
Variable in class oracle.ide.util.Pair
-
- select(int, int) -
Method in class oracle.javatools.editor.BasicEditorPane
- Selects the text found between the specified start and end
locations.
- selectAll() -
Method in class oracle.javatools.editor.BasicEditorPane
- Selects all the text in the TextComponent.
- selectColor -
Variable in class oracle.ide.controls.SingleRowTabbedPaneUI
-
- selectDefault() -
Method in interface oracle.javatools.editor.insight.InsightView
- Instructs the InsightView to select the default insight data
item, and to make sure that it is visible.
- selectDefault() -
Method in class oracle.javatools.editor.insight.ListInsightView
- Instructs the InsightView to select the default insight data
item, and to make sure that it is visible.
- selectDefault() -
Method in class oracle.javatools.editor.insight.TooltipInsightView
- Instructs the InsightView to select the default insight data
item, and to make sure that it is visible.
- selectPage(LogPage) -
Method in interface oracle.ide.log.LogOwner
- Select the specified
page
and make it visible to the
user
- selectPage(int) -
Method in class oracle.ide.wizard.BasicWizard
-
- selectProcess(RunProcess) -
Method in interface oracle.ide.runner.Runner
- Selects the given process in the Run Manager window.
- selected -
Variable in class oracle.ide.dialogs.SelectFileCell
- Deprecated.
- selected() -
Method in class oracle.ide.runner.RunProcess
- This method is called when this process is selected in the run
manager navigator.
- selectionChanged(PaletteEvent) -
Method in interface oracle.ide.palette.PaletteListener
- Notify listener that about selection changes in the Component Palette.
- selectionChanged(PaletteEvent) -
Method in class oracle.jdevimpl.uieditor.CursorManager
-
- selectionClicked -
Variable in class oracle.javatools.editor.plugins.DragDropPlugin
- Whether the current mouse press occurred in a selection.
- set(Component, Point, int, int) -
Method in class oracle.ide.controls.DragComponentEvent
- Sets new value on the object.
- set(int) -
Method in interface oracle.ide.model.Attributes
- This method sets the specified attribute.
- set(int) -
Method in class oracle.ide.model.DefaultAttributes
- This method sets the specified attribute.
- set(int) -
Method in class oracle.ide.util.BitField
- Sets the bit specified by the index to
1
.
- set(int, int) -
Static method in class oracle.ide.util.BitField
- Sets one or more bits in an external field of bits to
1
.
- set(String, String) -
Method in class oracle.ide.util.IniFileSection
-
- set(int, Object) -
Method in class oracle.ide.util.IniFileSection
-
- set(int, Object) -
Method in class oracle.ide.util.ListMap
-
- set(int, boolean) -
Method in class oracle.javatools.editor.language.BooleanBitmap
- Sets the boolean value in the bitmap at the given index, which
is 0-based.
- setAction(Action) -
Method in class oracle.ide.controls.MenuToolButton
- Calls the super and sets all of the internal menu item's actions to null if the action is set to null.
- setAction(Action) -
Method in class oracle.ide.controls.RadioToolButton
-
- setAction(Action) -
Method in class oracle.ide.controls.ToggleToolButton
-
- setActive(Component) -
Method in class oracle.ide.controls.TabbedWindow
-
- setActive(boolean) -
Method in class oracle.ide.layout.BaseLayout
-
- setActive(boolean) -
Method in interface oracle.ide.layout.Layout
- Mark this layout as the currently active layout.
- setActiveConfig(Configuration) -
Method in class oracle.ide.addin.config.AddinManagerOptions
-
- setActiveConfigName(String) -
Method in class oracle.jdeveloper.model.JProjectSettings
-
- setActiveItem(PaletteItem) -
Method in interface oracle.ide.palette.Palette
- Sets PaletteItem as active PaletteItem
- setActiveLayout(Layout) -
Method in class oracle.ide.layout.IdeLayout
-
- setActivePage(PalettePage) -
Method in interface oracle.ide.palette.Palette
- Sets Active PalettePage
- setActiveProject(Project) -
Static method in class oracle.ide.Ide
-
- setActiveProject(Project) -
Method in class oracle.ide.model.Workspace
-
- setActiveProjectURL(URL) -
Method in class oracle.ide.model.Workspace
-
- setActiveWorkspace(Workspace) -
Static method in class oracle.ide.Ide
-
- setActiveWorkspace(Workspace) -
Method in class oracle.ide.model.Workspaces
-
- setActiveWorkspaceURL(URL) -
Method in class oracle.ide.model.Workspaces
-
- setAddProject(boolean) -
Method in class oracle.ide.panels.NewWorkspacePanel
-
- setAddToProcessesFolder(boolean) -
Method in class oracle.ide.runner.SimpleProcess
- Specifies whether to add the subprocess to the processes folder
of the run manager.
- setAddToTerminateMenu(boolean) -
Method in class oracle.ide.runner.SimpleProcess
- Specifies whether to list the subprocess in the Terminate submenu
of the Run menu.
- setAddinConfigurations(List) -
Method in class oracle.ide.addin.config.AddinManagerOptions
-
- setAddinGroups(Map) -
Method in class oracle.ide.addin.config.AddinManagerOptions
-
- setAdditionalClassPath(URLPath) -
Method in class oracle.jdeveloper.model.JProjectConfiguration
-
- setAliasMap(Map) -
Method in class oracle.jdeveloper.library.JLibraryList
-
- setAllowInput(boolean) -
Method in class oracle.ide.runner.SimpleProcess
- Sets whether the subprocess will allow input, which will be read
through some UI in the log window.
- setAllowInput(boolean) -
Method in class oracle.jdeveloper.runner.RunConfiguration
- Sets whether the user should be able to enter input for
System.in.
- setAlwaysUnderlined(boolean) -
Method in class oracle.ide.controls.HyperlinkButton
-
- setAlwaysUseTarget(boolean) -
Method in class oracle.jdeveloper.runner.RunConfiguration
- Deprecated. Use setRunActiveFile instead.
- setAnsiDataTypes(String) -
Method in class oracle.jdeveloper.cm.ds.db.DBWorkArea
-
- setAppServer(String) -
Method in class oracle.jdeveloper.webservices.WebServiceModel
- Set the name of the application server connection to use for
constructing the WSDL endpoint.
- setArgs(String[]) -
Method in class oracle.ide.IdeArgs
- Sets command-line arguments.
- setArgument(int, String) -
Method in interface oracle.jdeveloper.jot.JotClassAllocation
- Sets an argument in the call to the constructor.
- setArrayDimensions(int) -
Method in interface oracle.jdeveloper.jot.JotVariable
- Sets the array dimensions of this variable.
- setAsText(String) -
Method in class oracle.ide.propertyeditors.URLPathPropertyEditor
-
- setAsText(String) -
Method in class oracle.jdevimpl.uieditor.assistant.GridBagConstraintsEditor
-
- setAsText(String) -
Method in class oracle.jdevimpl.uieditor.assistant.PaneConstraintsEditor
-
- setAsText(String) -
Method in class oracle.jdevimpl.uieditor.assistant.XYConstraintsEditor
-
- setAscending(boolean) -
Method in class oracle.ide.controls.SortedJTable
-
- setAssertionsEnabled(boolean) -
Method in class oracle.jdeveloper.compiler.OjcConfiguration
-
- setAssignmentExpression(String) -
Method in interface oracle.jdeveloper.jot.JotAssignment
- Sets the right hand expression.
- setAssignmentOperator(String) -
Method in interface oracle.jdeveloper.jot.JotAssignment
- Sets the assignment operator.
- setAsynchronousLogPage(LogPage) -
Method in class oracle.jdeveloper.compiler.IdeLog
- Set the log page used for asynchronous logging
- setAutoReloadExtMod(boolean) -
Method in class oracle.ide.config.EnvironOptions
- Automatically reload externally modified files.
- setAutoSync(String, boolean) -
Method in class oracle.ide.editor.EditorsOptions
-
- setAutoSync(Class, boolean) -
Method in class oracle.ide.editor.EditorsOptions
-
- setBaseFont(String, int) -
Method in class oracle.javatools.editor.BasicEditorPane
- Set the base font of this editor pane independently from the
global base font.
- setBaseFont(String, int) -
Method in class oracle.javatools.editor.EditorProperties
- Utility routine to set the base font used by all editor panes
in this framework.
- setBaseFont(String, int) -
Method in class oracle.javatools.editor.FontHelper
- Sets the new base font for the font helper based on the given
family and font size.
- setBaseType(int) -
Method in class oracle.jdeveloper.cm.ds.db.Trigger
-
- setBaseURL(URL) -
Method in class oracle.ide.net.URLTextField
- This is an undocumented feature.
- setBit(int) -
Method in interface oracle.ide.explorer.TNode
- Sets the specified
bit
attribute.
- setBit(int, int) -
Static method in class oracle.javatools.editor.Utilities
- Returns the value with the indicated bit flag on.
- setBooleanValue(String, boolean) -
Method in class oracle.ide.controls.ToggleAction
-
- setBorder(Border) -
Method in class oracle.javatools.editor.plugins.StatusBarPlugin.StatusBarCell
- Override the setBorder method so that we can recalculate our size.
- setBounds(int, int, int, int) -
Method in interface oracle.ide.controls.FloatingToolWindow
-
- setBounds(int, int, int, int) -
Method in class oracle.ide.controls.JFastTreeTable.TreeTableCellRenderer
- This is overridden to set the height to match that of the JTable.
- setBounds(int, int, int, int) -
Method in class oracle.ide.controls.JTreeTable.TreeTableCellRenderer
- This is overridden to set the height to match that of the JTable.
- setBreakLabel(String) -
Method in interface oracle.jdeveloper.jot.JotBreak
- Sets the target label associated with this break statement.
- setBrowseResult(Object) -
Method in class oracle.ide.controls.AbstractPicker
- Set the value resulting from a Browse.
- setBrowseToAnyURLAllowed(boolean) -
Method in class oracle.ide.controls.URLPathField
-
- setBrowserRunner(BrowserRunner) -
Static method in class oracle.ide.Ide
-
- setBuiltIn(boolean) -
Method in class oracle.jdeveloper.library.JLibraryList
-
- setButton(JButton) -
Method in class oracle.ide.controls.URLPathField
- Deprecated. add this URLPathField as an ActionListener on the JButton instead.
- setButtonAssociation(JButton, boolean) -
Method in class oracle.ide.controls.URLPathField
- This method is used to associate a button with this URLPathField and
determine if calling setEnabled() on the URLPathField will also call
the setEnabled() method on the button.
- setCacheSize(String) -
Method in class oracle.jdeveloper.cm.ds.db.Sequence
-
- setCanOverwriteOpenNodes(boolean) -
Method in class oracle.ide.component.NewFilePanel
- Specifies whether this NewFilePanel instance should allow the overwriting
of open nodes.
- setCanShow(boolean) -
Method in interface oracle.ide.palette.PalettePage
- Set whether to allow the palette page to display itself.
- setCancelable(boolean) -
Method in class oracle.ide.dialogs.ProgressBar
-
- setCancelable(boolean) -
Method in class oracle.jdeveloper.cm.dt.ProgressRunnable
-
- setCaretPosition(int) -
Method in class oracle.javatools.editor.BasicEditorPane
- Sets the position of the text insertion caret for the TextComponent.
- setCaretPosition(int) -
Method in class oracle.jdeveloper.ceditor.CodeEditor
- Sets the position of the text insertion caret for the editor
component.
- setCaretPositionCenter(int) -
Method in class oracle.javatools.editor.BasicEditorPane
- Sets the position of the text insertion caret for the
TextComponent.
- setCaseSensitivity(boolean) -
Method in class oracle.javatools.parser.util.KeywordTable
- Sets the case sensitivity of the table as indiciated by client.
- setCatalog(String) -
Method in class oracle.jdeveloper.cm.ds.db.SchemaObject
- Sets the Catalog of this table
- setCategory(int) -
Method in class oracle.ide.model.CategoryFolder
-
- setCharAt(int, char) -
Method in class oracle.ide.util.FastStringBuffer
-
- setCheckCondition(String) -
Method in class oracle.jdeveloper.cm.ds.db.CheckConstraint
-
- setChildComparator(Comparator) -
Method in class oracle.ide.panels.MDDPanel
- Sets the
Comparator
to use for sorting just the root Navigable
children of this MDDPanel
; if
null
is specified, then the root Navigable
children will not be sorted.
- setChildComparator(boolean) -
Method in class oracle.ide.panels.Navigable
- Sets whether the child navigables are returned in sorted order or
not in
Navigable.getChildNavigables()
.
- setChildComparator(Comparator) -
Method in class oracle.ide.panels.Navigable
- Sets whether the child navigables are sorted or not.
- setChildFilter(ChildFilter) -
Method in interface oracle.ide.explorer.TNode
- Set a new
ChildFilter
on this TNode
.
- setChildNavigables(Navigable[]) -
Method in class oracle.ide.panels.Navigable
- Accessor for the private data member that stores the
current child
Navigable
s.
- setChooserInit(URLChooserInit) -
Method in class oracle.ide.net.URLTextField
- Specifies a URLChooserInit to use when browsing for new URLs.
- setClassName(String) -
Method in interface oracle.jdeveloper.jot.JotImport
- sets the class name portion of this import statement.
- setClassPath(String) -
Method in class oracle.jdeveloper.cm.ds.db.JavaNodeInfo
-
- setClassPath(URLPath) -
Method in interface oracle.jdeveloper.jot.JotLibrary
-
- setClassPath(URLPath) -
Method in class oracle.jdeveloper.library.JPaths
-
- setClearAllFilters(boolean) -
Method in class oracle.ide.net.URLTextField
-
- setClearLogBeforeRun(boolean) -
Method in class oracle.jdeveloper.runner.RunConfiguration
- Sets whether the log page should be cleared before running.
- setClipboardText(String) -
Static method in class oracle.javatools.editor.EmacsAction
- Utility routine to set the contents of the system clipboard
to the given String text.
- setClosestSelectedColor(Color) -
Method in class oracle.ide.controls.CustomColorChoice
- Selects the specified color, whether it is in the main or
custom palette, or the closest color if it is not available
in either.
- setCode(String) -
Method in class oracle.jdeveloper.cm.ds.db.Trigger
-
- setCodeBlockText(String) -
Method in interface oracle.jdeveloper.jot.JotHasCodeBlock
- Sets the text of this object's code block.
- setColor(Color) -
Method in class oracle.ide.controls.ColorIcon
- Changes the color that is used to fill the icon.
- setColumnCount(int) -
Method in class oracle.ide.controls.DefaultListTableModel
- Sets the number of columns in the model.
- setColumnEditable(String, boolean) -
Method in class oracle.ide.controls.InputTableModel
-
- setColumnEditable(int, boolean) -
Method in class oracle.ide.controls.InputTableModel
-
- setColumnIdentifiers(List) -
Method in class oracle.ide.controls.DefaultListTableModel
- Replaces the column identifiers in the model.
- setColumnIdentifiers(Object[]) -
Method in class oracle.ide.controls.DefaultListTableModel
- Replaces the column identifiers in the model.
- setColumns(List) -
Method in class oracle.jdeveloper.cm.ds.db.FKConstraint
-
- setColumns(List) -
Method in class oracle.jdeveloper.cm.ds.db.Index
-
- setColumns(List) -
Method in class oracle.jdeveloper.cm.ds.db.Table
- Set the entire list of columns, replacing any that have previously
been added.
- setColumns(List) -
Method in class oracle.jdeveloper.cm.ds.db.Trigger
-
- setColumns(List) -
Method in class oracle.jdeveloper.cm.ds.db.UniqueConstraint
-
- setCommand(String) -
Method in class oracle.ide.IdeAction
- Sets the action command.
- setCommandId(int) -
Method in class oracle.ide.IdeAction
- Sets the command id data.
- setCommandStringForLog(String) -
Method in class oracle.ide.runner.SimpleProcess
- Specifies the command string that should be logged.
- setComment(String) -
Method in class oracle.jdeveloper.cm.ds.db.Column
-
- setComment(String) -
Method in class oracle.jdeveloper.cm.ds.db.Table
-
- setCommentText(String) -
Method in interface oracle.jdeveloper.jot.JotComment
- Sets the comment text of this comment.
- setCommonData(Map) -
Method in class oracle.jdeveloper.model.JProjectSettings
-
- setComparator(Comparator) -
Method in class oracle.ide.controls.SortedListModel
-
- setComparator(Comparator) -
Method in interface oracle.ide.explorer.TNode
- Set the
Comparator
that is used to sort the children of this
node.
- setComparator(Comparator) -
Method in interface oracle.ide.explorer.TreeExplorer
- Set the
Comparator
that is used to sort the children of this
node.
- setComparator(Comparator) -
Method in class oracle.ide.model.HierarchicalFilter
-
- setComparator(Comparator) -
Method in interface oracle.ide.navigator.NavigatorWindow
- Sets the default
Comparator
that is used to sort children of
container nodes managed by this TreeExplorer
.
- setCompileBeforeRun(boolean) -
Method in class oracle.jdeveloper.runner.RunConfiguration
- Sets whether the project should be compiled before running.
- setCompiler(Compiler) -
Static method in class oracle.ide.Ide
-
- setCondition(String) -
Method in interface oracle.jdeveloper.jot.JotQuestionExpression
- Sets the conditional sub-expression.
- setConditionalExpression(String) -
Method in interface oracle.jdeveloper.jot.JotConditional
- Sets the expression associated with this conditional statement.
- setConditionalExpression(String) -
Method in interface oracle.jdeveloper.jot.JotFor
- Sets the conditional expression of this
for
statement.
- setConfig(List) -
Method in class oracle.ide.addin.AddinConfig
- Save the addin configuration
- setConfigData(Map) -
Method in class oracle.jdeveloper.model.JProjectConfiguration
-
- setConfigurations(Map) -
Method in class oracle.jdeveloper.model.JProjectSettings
- If the specified
Map
is different from the current
configuration Map
(according to the
Object.equals(Object)
method), then the current
configurations Map
is cleared, and the specified
Map
is copied into the current configurations
Map
.
- setConnected(boolean) -
Method in interface oracle.jdeveloper.cm.dt.ConnectionBrowsable
- Sets the flag stating this ConnectionBrowsable is currently connected
via a ConnectionBrowser
- setConnected(boolean) -
Method in class oracle.jdeveloper.cm.dt.ConnectionNode
-
- setConnectionBrowser(ConnectionBrowser) -
Method in interface oracle.jdeveloper.cm.dt.ConnectionBrowsable
- Sets the currently used
ConnectionBrowser
instance for this
ConnectionBrowsable
interface.
- setConnectionBrowser(ConnectionBrowser) -
Method in class oracle.jdeveloper.cm.dt.ConnectionNode
-
- setConnectionDescriptor(ConnectionDescriptor) -
Method in class oracle.jdeveloper.cm.dt.ConnectionEditor
- Sets the ConnectionDescriptor
- setConnectionDescriptor(ConnectionDescriptor) -
Method in interface oracle.jdeveloper.cm.dt.ConnectionEditorDelegate
-
- setConnectionDescriptor(ConnectionDescriptor) -
Method in class oracle.jdeveloper.cm.dt.ConnectionNode
-
- setConnectionEditorDelegateClass(Class) -
Static method in class oracle.jdeveloper.cm.dt.ConnectionEditor
-
- setConnectionName(String) -
Method in interface oracle.jdeveloper.cm.dt.ConnectionBrowsable
- Sets the name of the ConnectionManager connection name
- setConnectionName(String) -
Method in class oracle.jdeveloper.cm.dt.ConnectionNode
-
- setConnectionName(String) -
Method in class oracle.jdeveloper.cm.dt.wizard.ConnectionPanelUI
-
- setConnectionName(String) -
Method in class oracle.jdeveloper.runner.RunConfiguration
- Sets the database connection name.
- setConnectionPrompt(String) -
Method in class oracle.jdeveloper.cm.dt.wizard.ConnectionPanel
-
- setConnectionPrompt(String) -
Method in class oracle.jdeveloper.cm.dt.wizard.ConnectionPanelUI
-
- setConnectionStore(ConnectionStore) -
Method in class oracle.jdeveloper.cm.ConnectionManager
-
- setConstraint(KeyStrokesConstraint) -
Method in class oracle.ide.keyboard.KeyStrokeField
- Sets the class that allows or veto the keystrokes accepted by the field
- setConstraints(List) -
Method in class oracle.jdeveloper.cm.ds.db.Table
-
- setConstraints(ModelNode, ModelNode, Point, Dimension) -
Method in class oracle.jdevimpl.uieditor.assistant.NullLayoutAssistant
-
- setConstraints(ModelNode, ModelNode, Point, Dimension) -
Method in class oracle.jdevimpl.uieditor.assistant.XYLayoutAssistant
-
- setContents(ArrayList) -
Method in class oracle.ide.util.IniFileSection
-
- setContext(Context) -
Method in class oracle.ide.IdeAction
- Sets the context associated with this action.
- setContext(Context) -
Method in class oracle.ide.addin.AbstractCommand
- Sets context associated with command
- setContext(Context) -
Method in class oracle.ide.addin.AbstractPinnable
- Initialize the DockableView based upon the selection of the View contained
in the incoming Context.
- setContext(Context) -
Method in interface oracle.ide.addin.Command
- Sets context associated with command
- setContext(Context) -
Method in class oracle.ide.addin.Message
- Set the context under which notification is taking place.
- setContext(int) -
Method in class oracle.ide.docking.DockableEvent
- Sets the context of the event.
- setContext(Context) -
Method in class oracle.ide.editor.AbstractEditor
-
- setContext(Context) -
Method in interface oracle.ide.editor.Editor
- Sets the current editor context.
- setContext(Context) -
Method in class oracle.ide.explorer.AbstractExplorer
-
- setContext(Context) -
Method in interface oracle.ide.explorer.Explorer
- (Re)initialize the contents of the gui.
- setContext(Context) -
Method in class oracle.ide.help.HelpInfo
-
- setContext(Context) -
Method in class oracle.ide.inspector.DefaultInspectable
-
- setContext(Context) -
Method in class oracle.ide.inspector.IdeMultiObjectModel
-
- setContext(Context) -
Method in class oracle.ide.inspector.IdePropertyModel
-
- setContext(Context) -
Method in interface oracle.ide.inspector.Inspectable
-
- setContext(Context) -
Method in class oracle.jdeveloper.ceditor.CodeEditor
- Set the context behind this editor.
- setContext(Storage) -
Method in class oracle.jdeveloper.compiler.IdeStorage
-
- setContext(Storage) -
Method in class oracle.jdeveloper.compiler.JarStorage
-
- setContext(Context) -
Method in class oracle.jdevimpl.uieditor.AbstractCanvas
-
- setContext(Context) -
Method in class oracle.jdevimpl.uieditor.UIEditor
- Initialize based on the Element described by the incoming Context
argument.
- setContext(Context) -
Method in class oracle.jdevimpl.uieditor.UIExplorer
-
- setContext(Context) -
Method in class oracle.jdevimpl.uieditor.assistant.AssistantExplorer
-
- setContextString(String) -
Method in class oracle.javatools.parser.AbstractSyntaxRecognizer
-
- setContinueLabel(String) -
Method in interface oracle.jdeveloper.jot.JotContinue
- Sets the target label associated with this continue statement.
- setController(Controller) -
Method in class oracle.ide.IdeAction
- Sets the action controller.
- setCopyRes(String[]) -
Method in class oracle.jdeveloper.compiler.OjcConfiguration
-
- setCreateUI(boolean) -
Method in class oracle.ide.IdeArgs
- Set the createUI flag.
- setCurrentEncoding(String) -
Method in class oracle.jdeveloper.compiler.OjcConfiguration
-
- setCurrentFilter(URLFilter) -
Method in class oracle.ide.net.URLChooserEvent
-
- setCurrentIdeProfiler(Profiler) -
Static method in class oracle.ide.util.IdeProfile
- Plugs a new profiler.
- setCurrentIdeProfiler(String) -
Static method in class oracle.ide.util.IdeProfile
- Plugs a new profiler
This method is called from Ide.startupImpl().
- setCurrentValue(Object) -
Method in class oracle.ide.controls.AbstractPicker
-
- setCurrentView(Component) -
Method in class oracle.ide.log.DefaultLogPage
- Set the object to be currently displayed within the JScrollPane.
- setCycleFlag(Boolean) -
Method in class oracle.jdeveloper.cm.ds.db.Sequence
-
- setData(Object) -
Method in class oracle.ide.addin.AbstractCommand
- Sets command specific data
- setData(Object) -
Method in interface oracle.ide.addin.Command
- Sets command specific data
- setData(ArrayList) -
Method in class oracle.ide.keyboard.KeyStrokeMap
-
- setData(ArrayList) -
Method in class oracle.ide.keyboard.KeyStrokes
-
- setData(Object, boolean) -
Method in class oracle.ide.model.XMLDataNode
- Binds the specified
Object
to the XMLDataNode
instance as being its data object.
- setData(InsightData) -
Method in interface oracle.javatools.editor.insight.InsightView
- Sets the InsightData data model which should be displayed by
this view.
- setData(InsightData) -
Method in class oracle.javatools.editor.insight.ListInsightView
- Sets the InsightData data model which should be displayed by
this view.
- setData(InsightData) -
Method in class oracle.javatools.editor.insight.TooltipInsightView
- Sets the InsightData data model which should be displayed by
this view.
- setDataCastPacketDirectly(XMLDataNode.DataCastPacket) -
Method in class oracle.ide.model.XMLDataNode
- Sets the
XMLDataNode.DataCastPacket
object directly.
- setDataList(List, List) -
Method in class oracle.ide.controls.DefaultListTableModel
- Replaces the current
dataList
instance variable with the
new List of rows, newData
.
- setDataList(Object[][], Object[]) -
Method in class oracle.ide.controls.DefaultListTableModel
- Replaces the value in the
dataList
instance
variable with the values in the array newData
.
- setDataScope(Namespace) -
Method in class oracle.ide.panels.Navigable
- Sets the specified
Namespace
as the data scope for this
Navigable
.
- setDataType(DataType) -
Method in class oracle.jdeveloper.cm.ds.db.Column
-
- setDataTypeString(String) -
Method in class oracle.jdeveloper.cm.ds.db.Column
-
- setDataValue(int) -
Method in class oracle.javatools.parser.AbstractSyntaxRecognizer
-
- setDebugInformation(boolean) -
Method in class oracle.jdeveloper.compiler.OjcConfiguration
-
- setDebugLevel(int) -
Method in class oracle.javatools.parser.AbstractSyntaxRecognizer
-
- setDebugger(Debugger) -
Static method in class oracle.ide.Ide
-
- setDefault(Object) -
Method in class oracle.jdeveloper.cm.ds.db.Column
-
- setDefaultArchiveDirectory(String) -
Method in class oracle.ide.component.PathEditPanel
-
- setDefaultArchiveDirectory(String) -
Method in class oracle.ide.component.URLPathEditPanel
-
- setDefaultCapable(boolean) -
Method in class oracle.ide.controls.ToolButton
-
- setDefaultChildComparator(Comparator) -
Method in class oracle.ide.panels.MDDPanel
- Sets the
Comparator
to use for sorting Navigable
children for this MDDPanel
; if null
is
specified, then no Navigable
children will be sorted.
- setDefaultChooserURL(URL) -
Method in class oracle.ide.net.URLTextField
-
- setDefaultClassPath(URLPath) -
Method in class oracle.jdeveloper.library.AbstractDerivedLibrary
-
- setDefaultClassPath(URLPath) -
Method in class oracle.jdeveloper.library.JLibrary
-
- setDefaultClassPath(URLPath) -
Method in interface oracle.jdeveloper.library.Library
-
- setDefaultDocPath(URLPath) -
Method in class oracle.jdeveloper.library.AbstractDerivedLibrary
-
- setDefaultDocPath(URLPath) -
Method in class oracle.jdeveloper.library.JLibrary
-
- setDefaultDocPath(URLPath) -
Method in interface oracle.jdeveloper.library.Library
-
- setDefaultExpiration(int) -
Method in class oracle.ide.util.TimedCache
- Changes the default expiration used by the cache for objects
stored in the cache without an explicit expiration.
- setDefaultFilter(URLFilter) -
Static method in class oracle.ide.dialogs.DialogUtil
- Sets the filter that is to be used by default.
- setDefaultInspectable(Class) -
Method in class oracle.ide.inspector.InspectorFactory
- Set the default Inspectable implementation to use when no other match can
be found for any give Class.
- setDefaultLibraryDefinition(JLibraryDefinition) -
Method in class oracle.jdeveloper.library.JLibrary
-
- setDefaultMemberScope(int) -
Method in class oracle.jdevimpl.uieditor.UIEditorOptions
-
- setDefaultNodeClass(Class) -
Method in class oracle.ide.model.NodeFactory
- Sets the node class that will be recognized when no
Recognizer
recognizes a give URL
.
- setDefaultPackage(String) -
Method in class oracle.jdeveloper.model.JProject
-
- setDefaultPackage(String) -
Method in class oracle.jdeveloper.webservices.StubSkelModel
- Set the default package into which stubs, skeletons and beans will
be generated.
- setDefaultPackages(List) -
Method in class oracle.jdeveloper.model.JProject
-
- setDefaultPrompter(ConnectInfoPrompter) -
Method in class oracle.jdeveloper.cm.ConnectionManager
- Allows the user to customize the default prompting behavior.
- setDefaultRecognizer(DefaultRecognizer) -
Static method in class oracle.ide.model.NodeFactory
- Sets the default recognizer.
- setDefaultRunner(String) -
Method in interface oracle.jdeveloper.junit.TestSuite
- Sets up the default JUnit runner for this TestSuite
- setDefaultSourcePath(URLPath) -
Method in class oracle.jdeveloper.library.AbstractDerivedLibrary
-
- setDefaultSourcePath(URLPath) -
Method in class oracle.jdeveloper.library.JLibrary
-
- setDefaultSourcePath(URLPath) -
Method in interface oracle.jdeveloper.library.Library
-
- setDefaultTitle(String) -
Method in class oracle.ide.panels.DefaultTraversablePanel
- This method is provided as a convenience for setting the
default title of the page.
- setDefinitionList(List) -
Method in class oracle.jdeveloper.library.JLibrary
-
- setDelayBeforeBrowserLaunch(Integer) -
Method in class oracle.jdeveloper.runner.EmbeddedServerOptions
- Delay is in milliseconds.
- setDependencyList(List) -
Method in class oracle.ide.model.Project
-
- setDepth(int) -
Method in class oracle.jdeveloper.cm.ds.db.JavaNodeInfo
-
- setDescription(String) -
Method in class oracle.ide.net.DefaultURLFilter
- Sets the description of this
URLFilter
instance that
will be shown to the user.
- setDescriptionText(String) -
Method in interface oracle.jdeveloper.jot.JotDocComment
- Sets the description text of this javadoc comment.
- setDetailDividerLocation(double) -
Method in class oracle.ide.panels.MDDPanel
- Sets the position of the detail divider bar as a percentage of the
detail split pane's size.
- setDetailDividerSize(int) -
Method in class oracle.ide.panels.MDDPanel
- Sets the size of the divider bar that separates the
master tree from the detail tree.
- setDetailResizeWeight(double) -
Method in class oracle.ide.panels.MDDPanel
- Sets the initial resize weight of the detail divider bar.
- setDialog(WizardDialog) -
Method in class oracle.ide.panels.FSMWizard
- This method takes an instance of
WizardDialog
and
associates it with the FSMWizard
so that
WizardCallback
messages coming from the individual
panels will be routed to the WizardDialog
.
- setDialogCallbacks(DialogCallbacks) -
Method in class oracle.ide.panels.TraversableContext
-
- setDialogHelpContext(String) -
Method in class oracle.ide.net.URLTextField
-
- setDialogRect(Rectangle) -
Method in class oracle.ide.panels.MDDGeometry
-
- setDialogRunnerCallback(DialogRunnerCallback) -
Method in class oracle.ide.net.URLChooser
-
- setDialogTitle(String) -
Method in class oracle.ide.net.URLTextField
- Sets the title to use for the browse dialog
- setDirection(boolean) -
Method in class oracle.ide.controls.ButtonsLayoutManager
-
- setDirectoryOnly(boolean) -
Method in class oracle.ide.net.URLTextField
- Specifies whether this
URLTextField
should display directories
or files.
- setDirectoryPrompt(String) -
Method in class oracle.ide.component.NewFilePanel
-
- setDirectoryPrompt(String) -
Method in class oracle.ide.panels.NewWorkspacePanel
-
- setDirectoryURL(URL) -
Method in class oracle.ide.component.NewFilePanel
- Sets the URL used for the directory field.
- setDisabledIcon(Icon) -
Method in class oracle.ide.controls.MenuItem
- Override inherited implementation to additionaly set the flag
indicating that the disabled icon should be considered as having been
fetched.
- setDisabledIcon(Icon) -
Method in class oracle.ide.controls.RadioMenuItem
- Override inherited implementation to additionaly set the flag
indicating that the disabled icon should be considered as having been
fetched.
- setDisabledIcon(Icon) -
Method in class oracle.ide.controls.ToggleMenuItem
- Override inherited implementation to additionaly set the flag
indicating that the disabled icon should be considered as having been
fetched.
- setDisabledIcon(Icon) -
Method in class oracle.ide.controls.ToolButton
- Override inherited implementation to additionaly set the flag
indicating that the disabled icon should be considered as having been
fetched.
- setDisplayStyle(int) -
Method in class oracle.ide.panels.Navigable
-
- setDivider1(int) -
Method in class oracle.ide.panels.MDDGeometry
-
- setDivider2(int) -
Method in class oracle.ide.panels.MDDGeometry
-
- setDividerLocation(double) -
Method in class oracle.ide.controls.CustomJSplitPane
-
- setDocClassName(String) -
Method in class oracle.ide.config.DocumentExtensions.DocRecord
-
- setDocComment(JotMember, String) -
Method in interface oracle.jdeveloper.jot.JotClass
- Sets the JavaDoc comment for a member.
- setDocComment(JotClass, String) -
Method in interface oracle.jdeveloper.jot.JotFile
- Sets the JavaDoc comment for a class.
- setDocPath(URLPath) -
Method in class oracle.jdeveloper.library.JPaths
-
- setDockableVisible(String, boolean) -
Method in interface oracle.ide.docking.DockStation
- Show/hide a dockable.
- setDockableVisible(Dockable, boolean) -
Method in interface oracle.ide.docking.DockStation
-
- setDockableVisible(boolean) -
Method in class oracle.ide.docking.DockableWindow
- Shows/hides the dockable.
- setDocument(Document) -
Method in interface oracle.ide.addin.Context
- Sets the document that owns the selection.
- setDocument(Document) -
Method in class oracle.ide.addin.DefaultContext
-
- setDocument(Document) -
Method in class oracle.javatools.editor.BasicEditorPane
- Associates the editor with the text document.
- setDoneStatus() -
Method in class oracle.ide.dialogs.ProgressBar
- The client code should call this when the long-running process is
complete.
- setDot(int) -
Method in class oracle.javatools.editor.BasicCaret
- Sets the caret position and mark to some position.
- setEOLType(String) -
Method in interface oracle.javatools.buffer.TextBuffer
- Changes the EOL terminator type associated with this document to
the type specified.
- setEditTitle(String) -
Method in class oracle.ide.controls.URLPathField
-
- setEditable(boolean) -
Method in class oracle.ide.controls.DefaultListTableModel
- Sets the editable state of the default table model
- setEditable(boolean) -
Method in class oracle.ide.controls.JScrollingLabel
-
- setEditable(boolean) -
Method in class oracle.javatools.editor.BasicEditorPane
- Sets the specified boolean to indicate whether or not this
TextComponent should be editable.
- setEditorsData(Map) -
Method in class oracle.ide.editor.EditorsOptions
- Initializes the editors options from the data in the settings.xml file.
- setElement(Element) -
Method in class oracle.ide.addin.DefaultContext
-
- setEnabled(boolean) -
Method in class oracle.ide.addin.config.AddinManagerOptions.Group
-
- setEnabled(boolean) -
Method in class oracle.ide.controls.AWTColorComponent
- Override to set state of children.
- setEnabled(boolean) -
Method in class oracle.ide.controls.JSelectableLabel
-
- setEnabled(boolean) -
Method in class oracle.ide.controls.URLPathField
-
- setEnabled(boolean) -
Method in class oracle.jdeveloper.cm.ds.db.Constraint
-
- setEncoder(AbstractPicker.PickerValueEncoder) -
Method in class oracle.ide.controls.AbstractPicker
- Set the Encoder used by this AbstractPicker.
- setEncoding(String) -
Method in class oracle.ide.config.EnvironOptions
- Sets the encoding for use in reading or writing files.
- setEncodingsFile(File) -
Static method in class oracle.ide.util.Encodings
-
- setEndOffset(int) -
Method in class oracle.javatools.parser.AbstractLexer.DefaultLexerToken
- Sets the end offset for this token.
- setEnterAction(ActionListener) -
Method in class oracle.ide.controls.ListSilentKeyManager
- Deprecated. A custom
KeyListener
that responds to KeyEvent.VK_ENTER
should be added to the JList
control
instead.
- setEntries(File[]) -
Method in class oracle.ide.net.FilePath
- Sets the path represented by this
FilePath
instance
to be equivalent to the specified array of File
s.
- setEntries(URL[]) -
Method in class oracle.ide.net.URLPath
- Sets the path represented by this
URLPath
instance
to be equivalent to the specified array of URL
s.
- setEvent(EventObject) -
Method in interface oracle.ide.addin.Context
- Set the EventObject to be associated with this Context.
- setEvent(EventObject) -
Method in class oracle.ide.addin.DefaultContext
-
- setEventObject(EventObject) -
Method in class oracle.ide.net.URLChooserEvent
-
- setEvents(List) -
Method in class oracle.jdeveloper.cm.ds.db.Trigger
-
- setExcludeFilterSettings(ExcludeFilterSettings) -
Method in class oracle.ide.config.DocumentExtensions
-
- setExcludedClasses(String[]) -
Method in class oracle.jdeveloper.compiler.OjcConfiguration
-
- setExpandable(JComponent, boolean) -
Method in interface oracle.ide.controls.StatusBar
- Specify whether or not a JComponent in the StatusBar should expand to
fill extra space beyond its minimum.
- setExpandable(JComponent, boolean) -
Method in class oracle.ide.controls.StatusBarControl
-
- setExpandedRows1(int[]) -
Method in class oracle.ide.panels.MDDGeometry
-
- setExpandedRows2(int[]) -
Method in class oracle.ide.panels.MDDGeometry
-
- setExpiration(Object, int) -
Method in class oracle.ide.util.TimedCache
- Changes the expiration on a previously cached object.
- setExplicit(Editor, boolean) -
Method in interface oracle.ide.editor.EditorManager
- Set the editor as explicit or implicit.
- setExpression(int, String) -
Method in interface oracle.jdeveloper.jot.JotArrayInitializer
- Sets a specific expression.
- setExpression(String) -
Method in interface oracle.jdeveloper.jot.JotExpressionStatement
- Sets the expression associated with this
JotExpressionStatement
.
- setExpression(String) -
Method in interface oracle.jdeveloper.jot.JotReturn
- Sets the expression associated with this return statement.
- setExpression(String) -
Method in interface oracle.jdeveloper.jot.JotSwitch
- Sets the expression associated with this switch statement.
- setExpression(String) -
Method in interface oracle.jdeveloper.jot.JotSynchronized
- Sets the expression associated with this statement.
- setExpression(String) -
Method in interface oracle.jdeveloper.jot.JotThrow
- Sets the expression associated with this statement.
- setExpressionAt(int, String) -
Method in interface oracle.jdeveloper.jot.JotArrayAllocation
- Sets a dimension expression.
- setExpressionString(String) -
Method in interface oracle.jdeveloper.jot.JotPrimaryExpression
- Sets the new expression String of this expression.
- setExtension(String) -
Method in class oracle.ide.config.DocumentExtensions.ExtInfo
- Sets the extension string.
- setExtraData(Object) -
Method in interface oracle.ide.addin.Context
- Set the user data to be associated with this Context.
- setExtraData(Object) -
Method in class oracle.ide.addin.DefaultContext
-
- setExtraData(Object) -
Method in class oracle.ide.addin.Message
- Set the user data to be associated with this message.
- setExtraData(Object[]) -
Method in class oracle.ide.help.HelpInfo
-
- setExtraURLs(URL[]) -
Method in class oracle.ide.net.URLChooser
- Registers a
URL
array that corresponds to resources that
exist only in memory and non in the file system (for example, unsaved
files).
- setFSM(Map) -
Method in class oracle.ide.panels.FSM
- Sets the FSM specification that is to be used by this
FSM
instance.
- setFSMState(Step) -
Method in class oracle.ide.panels.FSMBuilder
- The
FSMBuilder
must have its current state set before
calling this method or else a NullPointerException
is
thrown.
- setFeatures(FeatureManager) -
Static method in class oracle.ide.Ide
-
- setField(int) -
Method in class oracle.ide.util.BitField
- Sets the full bit mask for this
BitField
.
- setFileExtension(String) -
Method in class oracle.ide.component.NewFilePanel
- Sets the extension that should be used for the new file.
- setFileName(String) -
Method in class oracle.ide.component.NewFilePanel
- Sets the file name.
- setFileNameURL(String) -
Method in class oracle.ide.net.URLChooser
-
- setFilePrompt(String) -
Method in class oracle.ide.component.NewFilePanel
-
- setFilePrompt(String) -
Method in class oracle.ide.panels.NewWorkspacePanel
-
- setFileType(String) -
Method in class oracle.ide.component.NewFilePanel
- Specifies a string used to describe the type of file.
- setFilter(URLFilter) -
Method in class oracle.ide.net.URLTextField
- Specifies a filter to use when browsing for new URLs.
- setFilter(ClassPackageBrowserFilter) -
Method in class oracle.jdeveloper.dialogs.ClassPackageBrowser
- Sets the filter to use for determining what packages and classes
are acceptible.
- setFinishComponent(Component) -
Method in class oracle.ide.panels.FinishPanel
-
- setFinishEnabled(boolean) -
Method in class oracle.ide.wizard.BasicWizard
-
- setFinishPageAdded(boolean) -
Method in class oracle.ide.panels.FSM
- Sets whether a finish page has been added
- setFinishPageAdded(boolean) -
Method in class oracle.ide.panels.FSMWizard
- Sets whether or not a finish page has been added to the FSMWizard
- setFinishText(String) -
Method in class oracle.ide.panels.FinishPanel
-
- setFirst(Object) -
Method in class oracle.ide.util.Pair
-
- setFirstItemLabel(String) -
Method in class oracle.ide.panels.Navigable.NavigableComparator
- Sets the label of the item that is to appear first in the sorting
order; if
null
, then all Navigable
instances
are sorted lexicographically.
- setFixed(boolean) -
Method in class oracle.ide.util.MnemonicSolver.MenuLabel
- Set whether this menu label allows changing its mnmonic.
- setFixedSize(Dimension) -
Method in class oracle.ide.controls.JToolButton
- This method sets the maximum, minimum, and preferred sizes
to be the specified
Dimension
, essentially setting
a fixed size for the JToolButton
.
- setFloatOnTop(boolean) -
Method in class oracle.ide.config.EnvironOptions
- Dockable windows float on top of the main application window
- setFocusTraversable(boolean) -
Method in class oracle.ide.controls.SmallImageButton
-
- setFont(Font) -
Method in class oracle.ide.keyboard.KeyStrokeField
-
- setFont(Font) -
Method in class oracle.javatools.editor.BasicEditorPane
- We override the
setFont
implementation, as the
font handling in the editor framework is different.
- setFont(Font) -
Method in class oracle.javatools.editor.plugins.StatusBarPlugin.StatusBarCell
- Override the setFont method so that we can recalculate our size.
- setForInitialization(String) -
Method in interface oracle.jdeveloper.jot.JotFor
- Sets the intialization code the
for
statement.
- setForceLoad(String) -
Static method in class oracle.ide.config.PlatformProperties
-
- setGap(int) -
Method in class oracle.ide.controls.ButtonsLayoutManager
-
- setGenAuthCode(boolean) -
Method in class oracle.jdeveloper.webservices.StubSkelModel
- Set whether basic HTTP authentication code should be generated into
the stub.
- setGenMainMethod(boolean) -
Method in class oracle.jdeveloper.webservices.StubSkelModel
- Set whether a main method (plus stub object instantiation) should be
generated into the stub.
- setGenSkeletons(boolean) -
Method in class oracle.jdeveloper.webservices.StubSkelModel
- Set whether to generate skeletons or not.
- setGenStubs(boolean) -
Method in class oracle.jdeveloper.webservices.StubSkelModel
- Set whether to generate stubs or not.
- setGlobalKeyMap(KeyStrokeMap) -
Method in class oracle.ide.keyboard.KeyStrokeOptions
-
- setGridSpacing(int) -
Method in class oracle.jdevimpl.uieditor.UIEditorOptions
-
- setGridVisible(boolean) -
Method in class oracle.jdevimpl.uieditor.UIEditorOptions
-
- setGroupNames(List) -
Method in class oracle.ide.addin.config.Configuration
-
- setHandlerName(String) -
Method in class oracle.javatools.editor.EditorProperties
- Changes the name of the default handler used.
- setHasFocus(boolean) -
Method in class oracle.ide.controls.JSelectableLabel
-
- setHeightAdjustment(int) -
Method in class oracle.ide.controls.JSelectableLabel
-
- setHelpContext(String) -
Method in class oracle.ide.controls.URLPathField
- Sets the HelpContext to be used for the edit dialog invoked from
this URLPathField instance.
- setHelpID(String) -
Method in class oracle.ide.panels.DefaultTraversablePanel
- This method is provided as a convenience for setting the
context-sensitive help ID for Oracle Help for Java (OHJ).
- setHelpID(String) -
Method in class oracle.ide.panels.MetaTraversable
- By default, a
MetaTraversable
does not specify a
context-sensitive help topic ID; it is normally the responsibility
of the Traversable
to have the right help ID.
- setHelpID(String) -
Method in class oracle.ide.panels.TDialogLauncher
-
- setHelpID(String) -
Method in class oracle.ide.wizard.WizardWelcomePage
- Set the helpId for the welcome panel
- setHelpInfo(HelpInfo) -
Method in class oracle.jdeveloper.ceditor.CodeEditor
- Sets the default help info topic that this code editor displays.
- setHelpSystem(HelpSystem) -
Static method in class oracle.ide.Ide
-
- setHelpTopic(String) -
Method in class oracle.ide.dialogs.BaseMessageDialog
- Set the help topic ID
- setHelpTopicID(String) -
Method in class oracle.ide.help.HelpInfo
-
- setHelpType(int) -
Method in class oracle.ide.help.HelpInfo
-
- setHelpableProvider(HelpableProvider) -
Method in class oracle.jdeveloper.ceditor.CodeEditor
- Deprecated.
- setHgap(int) -
Method in class oracle.ide.controls.PentaLayout
- Sets the horizontal gap between components.
- setHighlightRegistry(HighlightRegistry) -
Method in class oracle.javatools.editor.BasicEditorPane
- Replace the global highlight registry used for all editor panes.
- setHighlightRegistry(HighlightRegistry) -
Method in class oracle.javatools.editor.EditorProperties
- Replace the global highlight registry used for all editor panes.
- setHighlightRegistry(HighlightRegistry) -
Method in class oracle.javatools.editor.highlight.HighlightedFragmentsList
- Set the
HighlightRegistry
used by this list when
building up its list of highlight fragments.
- setHighlighter(Highlighter) -
Method in class oracle.javatools.editor.BasicEditorPane
- Sets the highlighter to be used.
- setHistoryCount(int) -
Method in class oracle.ide.FileOpenHistory
- Set the maximum number of entries in the history list.
- setHorizontalFill(boolean) -
Method in class oracle.ide.controls.VerticalFlowLayout
-
- setHostParent(Component) -
Method in class oracle.jdeveloper.dialogs.ClassPackageBrowser
- Sets the parent Component from which for this ClassPackageBrowser
is launched.
- setHotkeyAt(int, int) -
Method in class oracle.ide.controls.SingleRowTabbedPane
-
- setHtmlRootDirectory(URL) -
Method in class oracle.jdeveloper.model.JProject
-
- setHtmlSourceDirectory(URL) -
Method in class oracle.jdeveloper.model.JProject
- Deprecated. -- We are no longer using the notion of an HTML source directory.
- setID(int) -
Method in class oracle.ide.docking.DockableEvent
- Sets the event ID.
- setIcon(Icon) -
Method in class oracle.ide.controls.MenuItem
- Override inherited implementation to additionaly set the flag
indicating that the icon should be considered as having been fetched.
- setIcon(Icon) -
Method in class oracle.ide.controls.RadioMenuItem
- Override inherited implementation to additionaly set the flag
indicating that the icon should be considered as having been fetched.
- setIcon(Icon) -
Method in class oracle.ide.controls.ToggleMenuItem
- Override inherited implementation to additionaly set the flag
indicating that the icon should be considered as having been fetched.
- setIcon(Icon) -
Method in class oracle.ide.controls.ToolButton
- Override inherited implementation to additionaly set the flag
indicating that the icon should be considered as having been fetched.
- setIcon(Icon) -
Method in class oracle.ide.model.CategoryFolder
-
- setIcon(Icon) -
Method in class oracle.ide.model.DocumentInfo
- Set icon property.
- setIcon(ArrayResourceBundle, int) -
Method in class oracle.ide.model.DocumentInfo
- Set icon property such that resource fetch is postponed until needed.
- setIcon(Icon) -
Method in class oracle.ide.runner.SimpleProcess
- Sets the icon that will appear with the subprocess in the
processes folder of the run manager.
- setIcon(Icon) -
Method in class oracle.ide.util.MenuSpec
-
- setIcon(ArrayResourceBundle, int) -
Method in class oracle.ide.util.MenuSpec
-
- setIconVisible(boolean) -
Method in class oracle.ide.controls.ToolButton
-
- setId(String) -
Method in class oracle.ide.addin.AbstractView
-
- setIdeEncoding(String) -
Static method in class oracle.ide.util.IdeUtil
- Sets the IDE-wide encoding.
- setImportWSDLFile(boolean) -
Method in class oracle.jdeveloper.webservices.StubSkelModel
- Set whether to import the WSDL file using for generation into the
navigator as a node.
- setIncludesFinishPage(boolean) -
Method in class oracle.ide.wizard.TitledWizardDialog
- Deprecated. use setFinishPageIncluded()
- setIncludesWelcomePage(boolean) -
Method in class oracle.ide.wizard.TitledWizardDialog
-
- setIncrementBy(int) -
Method in class oracle.jdeveloper.cm.ds.db.Sequence
-
- setIndexExpression(String) -
Method in interface oracle.jdeveloper.jot.JotArrayDereference
- Sets the index expression portion of this array access expression.
- setIndexType(int) -
Method in class oracle.jdeveloper.cm.ds.db.Index
- Sets the index type
- setInherited(Layout) -
Method in class oracle.ide.layout.BaseLayout
-
- setInherited(Layout) -
Method in interface oracle.ide.layout.Layout
- Set a layout from which this layout inherits settings.
- setInherited(Layout) -
Method in class oracle.ide.layout.SimpleLayout
-
- setInitialSize(Dimension) -
Method in class oracle.ide.panels.TDialogLauncher
-
- setInitializationExpression(String) -
Method in interface oracle.jdeveloper.jot.JotArrayAllocation
- Sets the array initialization expression.
- setInitializationText(String) -
Method in interface oracle.jdeveloper.jot.JotForInitializer
- Sets the text of this initialization clause.
- setInitializer(String) -
Method in interface oracle.jdeveloper.jot.JotVariable
- Sets the initialization expression of this variable.
- setInputValue(String) -
Method in class oracle.ide.dialogs.SimpleInputDialog
- Returns the string entered by user.
- setInsertMode(boolean) -
Method in class oracle.javatools.editor.BasicCaret
- Changes the caret mode between insert and overwrite mode.
- setInstalledVMs(String[]) -
Method in class oracle.jdeveloper.library.JDK
-
- setInteractiveMode(boolean) -
Method in class oracle.ide.component.NewFilePanel
- Specifies whether this NewFilePanel is in interactive mode.
- setInternalEncoding(String) -
Method in class oracle.ide.config.EnvironOptions
- Sets the internal representation of the encoding.
- setInternalEncoding(String) -
Method in class oracle.jdeveloper.compiler.OjcConfiguration
- Sets the internal representation of the encoding.
- setInterval(int) -
Method in class oracle.ide.util.MonitorThread
- Sets the interval of time between calls to the
MonitorListener
monitor method.
- setIsInterface(boolean) -
Method in interface oracle.jdeveloper.jot.JotClass
- Marks whether this JotClass instance represents an interface.
- setIsPersistent(boolean) -
Method in interface oracle.ide.palette.PalettePage
- Set whether to save information during shutdown.
- setIsSrcRoot(boolean) -
Method in class oracle.ide.model.DirectoryFolder
- Marks this directory folder as either a source path root or a
subfolder.
- setJ2eeWebAppName(String) -
Method in class oracle.jdeveloper.model.JProject
-
- setJ2eeWebContextRoot(String) -
Method in class oracle.jdeveloper.model.JProject
- If the specified context root does not begin with a '/'
then one is added automatically.
- setJDKVersion(VersionNumber) -
Method in class oracle.jdeveloper.library.JLibraryDefinition
-
- setJarPathsAllowed(boolean) -
Method in class oracle.ide.component.URLPathEditPanel
-
- setJarPathsAllowed(boolean) -
Method in class oracle.ide.controls.URLPathField
-
- setJavaExecutable(URL) -
Method in class oracle.jdeveloper.library.JDK
-
- setJavaOptions(String) -
Method in class oracle.jdeveloper.runner.RunConfiguration
- Sets the java options.
- setJavaVersion(VersionNumber) -
Method in class oracle.jdeveloper.library.JDK
-
- setJdkList(List) -
Method in class oracle.jdeveloper.library.DefaultLibraryList
-
- setJdkList(List) -
Method in class oracle.jdeveloper.library.JLibraryList
-
- setJdkName(String) -
Method in class oracle.jdeveloper.model.JProjectConfiguration
-
- setJdkVersionNumber(VersionNumber) -
Method in class oracle.jdeveloper.model.JProjectConfiguration
-
- setJotManager(JotManager) -
Method in class oracle.jdeveloper.dialogs.ClassPackageBrowser
- Sets the
JotManager
instance to be used by this
ClassPackageBrowser.
- setKeyComponentAdapter(KeyNavigationManager.KeyComponentAdapter) -
Method in class oracle.ide.controls.KeyNavigableTree
-
- setKeyComponentAdapter(KeyNavigationManager.KeyComponentAdapter) -
Method in class oracle.ide.controls.KeyNavigationManager
-
- setKeySearchNavigable(boolean) -
Method in class oracle.ide.controls.JFastTreeTable
- If bSet is true, typing letters in the tree causes the selection to move
to the first matching entry.
- setKeySearchNavigable(boolean) -
Method in class oracle.ide.controls.JTreeTable
- If bSet is true, typing letters in the tree causes the selection to move
to the first matching entry.
- setKeyboardPanelEventDispatcher(ActionListener) -
Method in class oracle.ide.keyboard.KeyStrokeOptions
-
- setLabel(String) -
Method in class oracle.ide.model.DocumentInfo
- Set the label property.
- setLabel(String) -
Method in class oracle.ide.runner.SimpleProcess
- Sets the label that will appear with the subprocess in the
processes folder of the run manager.
- setLabel(String) -
Method in interface oracle.jdeveloper.jot.JotCase
- Sets the label associated with this JotCase.
- setLabelOverride(String) -
Method in class oracle.ide.runner.RunProcess
- Explicitly sets the string to be shown as the display name of the
running process in the run manager.
- setLabelVisible(boolean) -
Method in class oracle.ide.controls.ToolButton
-
- setLabelVisible(boolean) -
Method in class oracle.ide.controls.Toolbar
-
- setLafClass(String) -
Method in class oracle.ide.config.EnvironOptions
- Look and feel.
- setLanguageSupport(String) -
Method in class oracle.javatools.editor.BasicDocument
- Sets the LanguageSupport for editing the type of content indicated
by the specified filename.
- setLanguageSupport(LanguageSupport) -
Method in class oracle.javatools.editor.BasicDocument
- Set the LanguageSupport used by this document to the specified
one.
- setLanguageSupport(String) -
Method in class oracle.javatools.editor.BasicEditorPane
- Sets the LanguageSupport for editing the type of content indicated
by the specified filename.
- setLastModified(URL, long) -
Method in class oracle.ide.net.IdeDisplayURLFileSystemHelper
-
- setLastModified(URL, long) -
Method in class oracle.ide.net.IdeURLFileSystemHelper
-
- setLastModified(URL, long) -
Static method in class oracle.ide.net.URLFileSystem
- Sets the last-modified timestamp of the resource indicated by
the
URL
to the time specified by time
.
- setLastModified(URL, long) -
Method in class oracle.ide.net.URLFileSystemHelper
- Sets the last-modified timestamp of the resource indicated by
the
URL
to the time specified by time
.
- setLastNumber(String) -
Method in class oracle.jdeveloper.cm.ds.db.Sequence
-
- setLayouts(Layouts) -
Method in class oracle.ide.layout.LayoutController
-
- setLeaf(boolean) -
Method in class oracle.jdeveloper.cm.ds.db.JavaNodeInfo
-
- setLeftExpression(String) -
Method in interface oracle.jdeveloper.jot.JotInfixExpression
- Sets the left hand side expression.
- setLength(int) -
Method in class oracle.ide.util.FastStringBuffer
-
- setLibraries(String) -
Method in class oracle.jdeveloper.model.JProjectConfiguration
- Deprecated.
- setLibraryList(JotLibrary[]) -
Method in interface oracle.jdeveloper.jot.JotWorkArea
-
- setLibraryList(List) -
Method in class oracle.jdeveloper.library.DefaultLibraryList
-
- setLibraryList(List) -
Method in class oracle.jdeveloper.library.JLibraryList
-
- setLibraryList(String[]) -
Method in class oracle.jdeveloper.model.JProjectConfiguration
-
- setListName(String) -
Method in class oracle.jdeveloper.library.JLibraryList
-
- setListOfChildren(List) -
Method in class oracle.ide.model.DataContainer
- Fulfills the public accessor part of the
Folder
contract.
- setListOfChildren(List) -
Method in class oracle.ide.model.DataFolder
- Fulfills the public accessor part of the
Folder
contract.
- setListView(boolean) -
Method in class oracle.jdeveloper.model.JProjectFilter
-
- setListener(SyntaxListener) -
Method in class oracle.javatools.parser.AbstractSyntaxRecognizer
-
- setLoadAllJarsAtStartup(boolean) -
Method in class oracle.jdeveloper.runner.EmbeddedServerOptions
-
- setLocalKeyMaps(HashMap) -
Method in class oracle.ide.keyboard.KeyStrokeOptions
-
- setLocked(boolean) -
Method in class oracle.jdeveloper.library.AbstractLibrary
-
- setLocked(boolean) -
Method in class oracle.jdeveloper.library.JLibraryDefinition
-
- setLocked(boolean) -
Method in class oracle.jdeveloper.library.JPaths
-
- setLocked(boolean) -
Method in interface oracle.jdeveloper.library.Library
-
- setLog(Translator.Log) -
Method in class oracle.jdeveloper.compiler.CopyTranslator
-
- setLog(Translator.Log) -
Method in class oracle.jdeveloper.compiler.Ojc
-
- setLog(Translator.Log) -
Method in interface oracle.jdeveloper.compiler.Translator
-
- setLogCommand(boolean) -
Method in class oracle.jdeveloper.runner.RunConfiguration
- Sets whether the command should be logged.
- setLogCommandString(boolean) -
Method in class oracle.ide.runner.SimpleProcess
- Specifies whether to show the command string itself in the log
window.
- setLogError(boolean) -
Method in class oracle.jdeveloper.runner.RunConfiguration
- Sets whether System.err should be redirected to the log page.
- setLogExit(boolean) -
Method in class oracle.jdeveloper.runner.RunConfiguration
- Sets whether the exit message should be logged.
- setLogFileName(String) -
Method in class oracle.ide.log.MessagePage
-
- setLogFilePreffix(URL) -
Method in class oracle.ide.config.EnvironOptions
-
- setLogOutput(boolean) -
Method in class oracle.jdeveloper.runner.RunConfiguration
- Sets whether System.out should be redirected to the log page.
- setLogPage(LogPage) -
Method in class oracle.ide.runner.SimpleProcess
- Sets the log page where the subprocess's output will be displayed.
- setLookupAllEJBsAtStartup(boolean) -
Method in class oracle.jdeveloper.runner.EmbeddedServerOptions
-
- setLoweredBorder(Border) -
Method in class oracle.ide.controls.JToolButton
- Sets the
Border
object that will be used to render
the button border when the button is pressed.
- setMagicCaretPosition(BasicEditorPane, Point) -
Static method in class oracle.javatools.editor.BasicAction
- Stores the magic caret position into the editor's caret.
- setMainDividerLocation(double) -
Method in class oracle.ide.panels.MDDPanel
- Sets the position of the main divider bar as a percentage of the
main split pane's size.
- setMainDividerSize(int) -
Method in class oracle.ide.panels.MDDPanel
- Sets the size of the divider bar that separates the
master tree from the detail-detail content area.
- setMainResizeWeight(double) -
Method in class oracle.ide.panels.MDDPanel
- Sets the initial resize weight of the main divider bar.
- setMainWindow(JFrame) -
Static method in class oracle.ide.util.IdeUtil
- Sets the main window being used by this program.
- setMap(HashMap) -
Method in class oracle.ide.wizard.WizardWelcomeSettings
- Set the map of wizard ids.
- setMark(BasicEditorPane, int) -
Static method in class oracle.javatools.editor.EmacsAction
- Utility routine to set the Emacs mark for the given editor
to the specified offset.
- setMatchExistingCode(boolean) -
Method in class oracle.jdevimpl.uieditor.UIEditorOptions
-
- setMaxHistorySize(int) -
Method in class oracle.ide.util.HistoryList
- Specifies the maximum number of items that this history list can
hold.
- setMaxLogLines(int) -
Method in class oracle.ide.config.EnvironOptions
- Set Undo level
- setMaxValue(String) -
Method in class oracle.jdeveloper.cm.ds.db.Sequence
-
- setMenuItem(JMenuItem) -
Method in class oracle.ide.util.MnemonicSolver.MenuLabel
- Sets the
JMenuItem
associated with this menu label.
- setMenuStyle(boolean) -
Method in class oracle.ide.controls.ToolButton
-
- setMessage(Object) -
Method in class oracle.ide.dialogs.BaseMessageDialog
-
- setMessage(String) -
Method in class oracle.jdeveloper.cm.dt.ProgressRunnable
- Sets the message that will be displayed in the progress dialog while
the operation is proceeding.
- setMessage(String) -
Method in class oracle.jdevimpl.uieditor.DefaultCanvas
-
- setMessageText(String) -
Method in class oracle.ide.dialogs.BaseMessageDialog
- Set the message that is displayed
- setMessageText(String, Object[]) -
Method in class oracle.ide.dialogs.BaseMessageDialog
- Convenience method that is identical to
setMessageText(MessageFormat.format( message, substitute ) );
- setMessageType(int) -
Method in class oracle.ide.dialogs.BaseMessageDialog
- Set the message type.
- setMethodName(String) -
Method in interface oracle.jdeveloper.jot.JotMethodCall
- Sets the name of the method being invoked.
- setMinValue(String) -
Method in class oracle.jdeveloper.cm.ds.db.Sequence
-
- setMnemonic(int) -
Method in class oracle.ide.util.MnemonicSolver.MenuLabel
- Sets the menu label mnemonics.
- setMode(int) -
Method in class oracle.jdeveloper.dialogs.ClassPackageBrowser
- Sets the mode for this ClassPackageBrowser.
- setModel(TableModel) -
Method in class oracle.ide.controls.SortedJTable
-
- setModel(TreeModel) -
Method in class oracle.ide.log.DefaultLogPage
- Set the tree model.
- setModel(CmtModel) -
Method in class oracle.jdevimpl.uieditor.AbstractCanvas
-
- setModel(CmtModel) -
Method in class oracle.jdevimpl.uieditor.DefaultCanvas
-
- setModel(CmtModel) -
Method in interface oracle.jdevimpl.uieditor.UIEditorCanvas
- Set the CmtModel to be depicted.
- setModifiedPreset(boolean) -
Method in class oracle.ide.keyboard.KeyStrokeOptions
- Sets the modified flag.
- setModifiers(int) -
Method in interface oracle.jdeveloper.jot.JotHasModifiers
- Sets the Java modifiers for this member, encoded as a mask.
- setModifiers(int) -
Method in class oracle.jdeveloper.webservices.util.MethodSignature
- Set the modifiers for this method.
- setMouseOver(int) -
Method in class oracle.ide.controls.SingleRowTabbedPaneUI
-
- setMultiSelect(boolean) -
Method in class oracle.jdeveloper.dialogs.ClassPackageBrowser
- Specifies whether this ClassPackageBrowser should allow multiple packages
and classes to be selected.
- setMustIgnore(boolean) -
Static method in class oracle.ide.keyboard.IdeInputMapUIResource
-
- setName(String) -
Method in class oracle.ide.addin.config.AddinManagerOptions.Group
-
- setName(String) -
Method in class oracle.ide.addin.config.Configuration
-
- setName(String) -
Method in class oracle.ide.layout.SimpleLayout
-
- setName(String) -
Method in class oracle.jdeveloper.cm.ds.db.DBObject
- Sets the name of this object
- setName(String) -
Method in class oracle.jdeveloper.cm.ds.db.Trigger
-
- setName(String) -
Method in interface oracle.jdeveloper.jot.JotAnonymousClass
- Sets the internal name for this class.
- setName(String) -
Method in interface oracle.jdeveloper.jot.JotIdentifier
- Sets the name of this identifier.
- setName(String) -
Method in interface oracle.jdeveloper.jot.JotImport
- Sets the name contained in this import declaration.
- setName(String) -
Method in interface oracle.jdeveloper.jot.JotNameable
- Sets the name of this member.
- setName(String) -
Method in class oracle.jdeveloper.library.AbstractLibrary
-
- setName(String) -
Method in class oracle.jdeveloper.library.JDK
-
- setName(String) -
Method in class oracle.jdeveloper.library.JLibrary
-
- setName(String) -
Method in interface oracle.jdeveloper.library.Library
-
- setName(String) -
Method in class oracle.jdeveloper.webservices.util.MethodSignature
- Set the name of the method.
- setNameLink(String, String) -
Method in class oracle.ide.panels.MetaTraversable
- This method provides a means of mapping the data name used by
a
Traversable
to the data name that an object has in
the TraversableContext
.
- setNeedConfirm(boolean) -
Method in class oracle.ide.cmd.RevertNodeCommand
- Sets whether the command requires user confirmation before executing.
- setNeeds(int) -
Method in class oracle.jdeveloper.dialogs.ClassPackageBrowser
- Specifies the types of classes or packages required.
- setNewFileURLValidator(NewFileValidator) -
Method in class oracle.ide.component.NewFilePanel
- Specifies the
NewFileValidator
that will be used, in addition
to the default validation, to make sure that the URL for the new File is
valid.
- setNextException(Exception) -
Method in class oracle.ide.exception.ChainedException
- Sets the next Exception in the chain
- setNodeClass(Class) -
Method in class oracle.ide.model.Reference
-
- setNodeInfo(NodeInfo) -
Method in class oracle.ide.model.XMLDataNode
- Binds the given
info
to the XMLDataNode
instance as being its node information.
- setNorthComponent(Component) -
Method in class oracle.ide.runner.RunLogPage
- Sets the component to be positioned in the NORTH section of the
RunLogPage
.
- setNotNull(boolean) -
Method in class oracle.jdeveloper.cm.ds.db.Column
-
- setNullString(String) -
Method in class oracle.ide.controls.CopyableJTableAdapter
- Sets the string used to indicate an null value in the table.
- setNumRows(int) -
Method in class oracle.ide.controls.DefaultListTableModel
- Obsolete as of Java 2 platform v1.3.
- setObfuscate(boolean) -
Method in class oracle.jdeveloper.compiler.OjcConfiguration
-
- setObjectExpression(String) -
Method in interface oracle.jdeveloper.jot.JotArrayDereference
- Sets the new object expression portion of the array access expression.
- setObjectName(String) -
Method in interface oracle.jdeveloper.jot.JotMethodCall
- Sets the name of the object on which this methoc call is
being invoked.
- setObjectStore(ObjectStore) -
Method in class oracle.ide.model.DataNode
-
- setObjectType(int) -
Method in class oracle.jdeveloper.cm.ds.db.JavaNodeInfo
-
- setObjectType(String) -
Method in interface oracle.jdeveloper.jot.JotAllocation
- Sets the type of this allocation expression.
- setObservers(List) -
Method in class oracle.ide.IdeSubject
-
- setOffset(int) -
Method in class oracle.ide.util.FastStringBuffer
-
- setOffset(int) -
Method in interface oracle.javatools.buffer.OffsetMark
- Sets the offset that this mark sticks to.
- setOffsetMarkTable(URL, DefaultMutableTreeNode) -
Method in class oracle.jdeveloper.compiler.CompilerPage
-
- setOnDelete(int) -
Method in class oracle.jdeveloper.cm.ds.db.FKConstraint
-
- setOpen(boolean) -
Method in class oracle.ide.model.DefaultDocument
- Protected accessor for the
#_isOpen
flag.
- setOpenFiles(boolean) -
Method in class oracle.jdeveloper.webservices.StubSkelModel
- Set whether you want the web services log window to appear, and the
generated files to be opened.
- setOpenFiles(boolean) -
Method in class oracle.jdeveloper.webservices.WebServiceModel
- Set whether you want the web services log window to appear, and the
generated files to be opened.
- setOpenNavigator(boolean) -
Method in class oracle.ide.panels.NewWorkspacePanel
-
- setOperand(String) -
Method in interface oracle.jdeveloper.jot.JotUnaryExpression
- Sets the operand expression.
- setOperator(String) -
Method in interface oracle.jdeveloper.jot.JotInfixExpression
- Sets the new operator for this infix expression.
- setOperator(String) -
Method in interface oracle.jdeveloper.jot.JotUnaryExpression
- Sets the operator associated with this unary expression.
- setOptions(int) -
Method in interface oracle.ide.explorer.ChildFilter
-
- setOptions(int) -
Method in class oracle.ide.model.DefaultFilter
-
- setOptions(int) -
Method in class oracle.ide.model.HierarchicalFilter
- Sets the options bit mask used to control the filter's display.
- setOptions(int) -
Method in class oracle.jdeveloper.model.JProjectFilter
-
- setOrderFlag(Boolean) -
Method in class oracle.jdeveloper.cm.ds.db.Sequence
-
- setOrientation(int) -
Method in class oracle.ide.controls.ButtonsLayoutManager
-
- setOutputDirectory(URL) -
Method in class oracle.jdeveloper.model.JProject
-
- setOutputDirectory(URL) -
Method in class oracle.jdeveloper.model.JProjectConfiguration
-
- setOverlayCache(IconOverlayCache) -
Method in interface oracle.ide.explorer.TreeExplorer
- Sets the node overlay cache to assist node rendering within the tree.
- setOwner(View) -
Method in class oracle.ide.addin.AbstractView
-
- setOwner(EditorFrame) -
Method in class oracle.ide.editor.AbstractEditor
- Sets the editor frame that owns this editor.
- setOwner(EditorFrame) -
Method in interface oracle.ide.editor.Editor
- Sets the editor frame that owns this editor.
- setOwner(View) -
Method in class oracle.ide.explorer.AbstractExplorer
-
- setOwner(TNode) -
Method in interface oracle.ide.explorer.ChildFilter
- Sets the node that owns this filter.
- setOwner(View) -
Method in interface oracle.ide.explorer.Explorer
- Set the View which is to act as the host of this Explorer.
- setOwner(IdeLayout) -
Method in class oracle.ide.layout.BaseLayout
-
- setOwner(IdeLayout) -
Method in interface oracle.ide.layout.Layout
- Set the owner of this layout.
- setOwner(IdeLayout) -
Method in class oracle.ide.layout.SimpleLayout
-
- setOwner(LogOwner) -
Method in class oracle.ide.log.AbstractLogPage
-
- setOwner(LogOwner) -
Method in interface oracle.ide.log.LogPage
- Set the
view
that owns this page.
- setOwner(Folder) -
Method in class oracle.ide.model.CategoryFolder
-
- setOwner(Dirtyable) -
Method in class oracle.ide.model.Connections
-
- setOwner(TNode) -
Method in class oracle.ide.model.DefaultFilter
-
- setOwner(Dirtyable) -
Method in class oracle.ide.model.DefaultSubDirtyable
-
- setOwner(TNode) -
Method in class oracle.ide.model.FilelistFilter
-
- setOwner(Dirtyable) -
Method in class oracle.ide.model.Preferences
-
- setOwner(Dirtyable) -
Method in interface oracle.ide.model.SubDirtyable
- This method should be called to set the document in which a
SubDirtyable
implementation will be persisted.
- setOwner(Dirtyable) -
Method in class oracle.ide.model.Workspaces
-
- setOwner(Dirtyable) -
Method in class oracle.jdeveloper.cm.ds.db.Trigger
-
- setOwner(Dirtyable) -
Method in class oracle.jdeveloper.library.AbstractLibrary
-
- setOwner(Dirtyable) -
Method in class oracle.jdeveloper.library.DefaultLibraryList
-
- setOwner(Dirtyable) -
Method in class oracle.jdeveloper.library.JPaths
-
- setOwner(Dirtyable) -
Method in class oracle.jdeveloper.library.JProjectLibraryList
-
- setOwner(Dirtyable) -
Method in class oracle.jdeveloper.model.JProjectConfiguration
-
- setOwner(TNode) -
Method in class oracle.jdeveloper.model.JProjectFilter
-
- setOwner(Dirtyable) -
Method in class oracle.jdeveloper.model.JProjectSettings
-
- setOwner(View) -
Method in class oracle.jdevimpl.uieditor.AbstractCanvas
-
- setOwnerMap(Map) -
Method in class oracle.ide.model.Project
-
- setPackage(String) -
Method in class oracle.jdeveloper.compiler.IdeStorage
-
- setPackage(String) -
Method in class oracle.jdeveloper.compiler.JarStorage
-
- setPackage(String) -
Method in interface oracle.jdeveloper.jot.JotFile
- Sets the package name in this file's package declaration.
- setPackage(String) -
Method in interface oracle.jdeveloper.jot.JotImport
- Sets the package name portion of this import statement.
- setPageAsDefault(String, String) -
Method in interface oracle.ide.palette.PaletteManager
- Set page as default for editor type
- setPageCanShow(String, boolean) -
Method in interface oracle.ide.palette.PaletteManager
- Set the page to be visible or not.
- setPageFormat(PageFormat) -
Method in interface oracle.ide.print.PrintManager
- Set the PageFormat that should be used for printing output.
- setPageTitle(String) -
Method in class oracle.ide.panels.Step
- Method to set the title of the page that presents this Step
- setParameter(String, String) -
Method in class oracle.jdeveloper.compiler.CopyTranslator
-
- setParameter(String, String) -
Method in class oracle.jdeveloper.compiler.Ojc
-
- setParameter(String, String) -
Method in interface oracle.jdeveloper.compiler.Translator
-
- setParent(InputMap) -
Method in class oracle.ide.keyboard.IdeInputMapUIResource
-
- setParent(Namespace) -
Method in class oracle.ide.util.Namespace
- Special care must be taken when calling this method.
- setParent(Frame) -
Method in class oracle.jdeveloper.cm.dt.ConnectionEditor
-
- setParent(JotElement) -
Method in interface oracle.jdeveloper.jot.JotElement
- Sets the parent of this element.
- setParentDialog(Dialog) -
Method in class oracle.jdeveloper.cm.dt.ConnectionEditor
- Sets the parent Dialog
- setParentDialog(Dialog) -
Method in interface oracle.jdeveloper.cm.dt.ConnectionEditorDelegate
-
- setParentFrame(Frame) -
Method in class oracle.jdeveloper.cm.dt.ConnectionEditor
- Sets the parent Frame
- setParentFrame(Frame) -
Method in interface oracle.jdeveloper.cm.dt.ConnectionEditorDelegate
-
- setParenthesized(boolean) -
Method in interface oracle.jdeveloper.jot.JotExpression
- Sets the parenthesis state of this expression.
- setPath(String) -
Method in class oracle.ide.component.PathEditPanel
-
- setPath(URLPath) -
Method in class oracle.ide.component.URLPathEditPanel
-
- setPathLocked(boolean) -
Method in class oracle.ide.component.URLPathEditPanel
-
- setPinState(int) -
Method in class oracle.ide.addin.AbstractPinnable
- Set the current pin state as one of PIN_NONE, PIN_VIEW, or PIN_OBJECT.
- setPinState(int) -
Method in interface oracle.ide.addin.Pinnable
- Set the pin state.
- setPinnedView(View) -
Method in class oracle.ide.addin.AbstractPinnable
- Set the View whose selection should be displayed within this
DockableWindow.
- setPortNo(String) -
Method in class oracle.jdeveloper.webservices.WebServiceModel
- Set the port number to be used in constructing the WSDL endpoint.
- setPosition(int) -
Method in class oracle.javatools.parser.AbstractLexer
- Sets the current lex (read) position to the given offset in the
buffer.
- setPosition(int) -
Method in interface oracle.javatools.parser.Lexer
- Sets the current lex (read) position to the given offset in the
buffer.
- setPosition(int) -
Method in class oracle.javatools.parser.generic.GenericLexer
- Sets the current lex (read) position to the given offset in the
buffer.
- setPotentialMnemonics(List) -
Method in class oracle.ide.util.MnemonicSolver.MenuLabel
- Sets the recommended mnemonics list.
- setPrecision(Long) -
Method in class oracle.jdeveloper.cm.ds.db.Column
-
- setPredefinedCon(boolean) -
Method in class oracle.ide.addin.config.Configuration
-
- setPreferences(Preferences) -
Method in class oracle.ide.model.IdeSystem
- Set the current
Preferences
object.
- setPreferencesMap(Map) -
Method in class oracle.ide.model.Preferences
-
- setPreferredDefaultInitialSize(Dimension) -
Static method in class oracle.ide.panels.TDialogLauncher
-
- setPreferredLayoutBaseName(String) -
Method in class oracle.ide.editor.AbstractEditor
-
- setPreferredLayoutBaseName(String) -
Method in interface oracle.ide.layout.LayoutSelector
- Set the base name is used as the file name part when building the
preferred layout URL.
- setPreferredLayoutMap(Map) -
Static method in class oracle.ide.editor.AbstractEditor
- Sets a
Map
storing the preferred layout
LayoutData
.
- setPreferredLayoutURL(URL) -
Method in class oracle.ide.editor.AbstractEditor
-
- setPreferredLayoutURL(URL) -
Method in interface oracle.ide.layout.LayoutSelector
- This method is called from the activatePreferredLayout method to
record a layout chosen by the user as their preferred layout.
- setPresetName(String) -
Method in class oracle.ide.keyboard.KeyStrokeOptions
- Sets the preset name
- setPressedIcon(Icon) -
Method in class oracle.ide.controls.MenuItem
- Override inherited implementation to ensure that default icon is
initialized before deferring to super implementation.
- setPressedIcon(Icon) -
Method in class oracle.ide.controls.RadioMenuItem
- Override inherited implementation to ensure that default icon is
initialized before deferring to super implementation.
- setPressedIcon(Icon) -
Method in class oracle.ide.controls.ToggleMenuItem
- Override inherited implementation to ensure that default icon is
initialized before deferring to super implementation.
- setPressedIcon(Icon) -
Method in class oracle.ide.controls.ToolButton
- Override inherited implementation to ensure that default icon is
initialized before deferring to super implementation.
- setPreviousFilter(URLFilter) -
Method in class oracle.ide.net.URLChooserEvent
-
- setProfilerClassName(String) -
Method in class oracle.ide.IdeArgs
- Set the createUI flag.
- setProgramArguments(String) -
Method in class oracle.jdeveloper.runner.RunConfiguration
- Sets the program arguments.
- setProgramName(String) -
Static method in class oracle.ide.util.IdeUtil
- Sets the name of this application.
- setProject(Project) -
Method in interface oracle.ide.addin.Context
- Set a reference to the Project data associated with this
Context.
- setProject(Project) -
Method in class oracle.ide.addin.DefaultContext
-
- setProject(Project) -
Method in class oracle.jdeveloper.compiler.CopyTranslator
-
- setProject(Project) -
Method in class oracle.jdeveloper.compiler.IdeLog
- set current project being compiled
- setProject(Project) -
Method in class oracle.jdeveloper.compiler.Ojc
-
- setProject(Project) -
Method in interface oracle.jdeveloper.compiler.Translator
-
- setProject(JProject) -
Method in class oracle.jdeveloper.model.JProjectFilter
-
- setProjectDocPath(URLPath) -
Method in class oracle.jdeveloper.model.JProject
-
- setProjectFilter(URLFilter) -
Static method in class oracle.ide.dialogs.DialogUtil
- Sets the filter that is to be used when the current
Context
is a Workspace
node.
- setProjectLibraryList(LibraryList) -
Method in class oracle.jdeveloper.model.JProject
-
- setProjectSettings(JProjectSettings) -
Method in class oracle.jdeveloper.model.JProject
-
- setProjectSourcePath(URLPath) -
Method in class oracle.jdeveloper.model.JProject
-
- setPrompter(ConnectInfoPrompter) -
Method in class oracle.jdeveloper.cm.ConnectionManager
- Deprecated. - replaced by setDefaultPrompter(prompter)
- setProperties(OrderedProperties) -
Method in class oracle.ide.layout.SimpleLayout
-
- setProperties(Map) -
Method in class oracle.ide.model.Project
-
- setProperties(Map, boolean) -
Method in class oracle.ide.model.PropertiesNode
-
- setProperties(Map) -
Method in class oracle.ide.model.Workspace
-
- setProperties(Map) -
Method in interface oracle.ide.util.DynamicPropertySet
- Sets the map holding the property-value pairs.
- setProperties(Map) -
Method in class oracle.ide.util.DynamicPropertySetImpl
-
- setProperty(String, String) -
Static method in class oracle.ide.Ide
- Sets the IDE property indicated by the specified key.
- setProperty(String, String) -
Method in class oracle.ide.layout.IdeLayout
-
- setProperty(String, String) -
Method in class oracle.ide.layout.SimpleLayout
-
- setProperty(String, Object) -
Method in class oracle.ide.model.Project
- Accessor to user data saved in the project file
- setProperty(String, String) -
Method in class oracle.ide.model.PropertiesNode
-
- setProperty(String, Object) -
Method in class oracle.ide.model.Workspace
- Accessor to user data saved in the workspace file
- setProperty(String, Object) -
Method in interface oracle.ide.util.DynamicPropertySet
- Sets the value for a property.
- setProperty(String, Object) -
Method in class oracle.ide.util.DynamicPropertySetImpl
-
- setProperty(String, String) -
Method in interface oracle.ide.util.PropertyAccess
- Sets the value for a property.
- setProperty(String, Object) -
Method in class oracle.jdeveloper.compiler.IdeStorage
-
- setProperty(String, Object) -
Method in class oracle.jdeveloper.compiler.JarStorage
-
- setPropertyMap(Map) -
Method in class oracle.ide.addin.UpdateMessage
- Assigns the
Map
of property names
PropertyChangeEvents
modified during a Subject
change.
- setPropertyState(CmtPropertyState) -
Method in class oracle.jdevimpl.uieditor.assistant.PaneConstraintsEditor
-
- setPropertyState(CmtPropertyState) -
Method in class oracle.jdevimpl.uieditor.assistant.XYConstraintsEditor
-
- setProtected(boolean) -
Method in class oracle.javatools.editor.BasicEditorPane
- Sets the editor in protected mode or not.
- setRaisedBorder(Border) -
Method in class oracle.ide.controls.JToolButton
- Sets the
Border
object that will be used to render
the button border when the button is not being pressed.
- setReadOnly(URL, boolean) -
Method in class oracle.ide.net.IdeDisplayURLFileSystemHelper
-
- setReadOnly(URL, boolean) -
Method in class oracle.ide.net.IdeURLFileSystemHelper
-
- setReadOnly(URL, boolean) -
Static method in class oracle.ide.net.URLFileSystem
- Sets the read-only status of the resource indicated by the
URL
according to the specified readOnly
flag.
- setReadOnly(URL, boolean) -
Method in class oracle.ide.net.URLFileSystemHelper
- Sets the read-only status of the resource indicated by the
URL
according to the specified readOnly
flag.
- setReadOnly(boolean) -
Method in interface oracle.javatools.buffer.TextBuffer
- Sets the read-only mode of this
TextBuffer
to
the requested mode.
- setReferToHostAs(int) -
Method in class oracle.jdeveloper.runner.EmbeddedServerOptions
-
- setReference(UniqueConstraint) -
Method in class oracle.jdeveloper.cm.ds.db.FKConstraint
-
- setReferenceNames(String[]) -
Method in class oracle.jdeveloper.cm.ds.db.Trigger
-
- setRegisteredContexts(ArrayList) -
Method in class oracle.ide.keyboard.KeyStrokeOptions
-
- setRememberNavigatorExpansionState(boolean) -
Method in class oracle.ide.config.EnvironOptions
- Indicate whether the application should remember the navigator expansion
state when exiting.
- setReturnType(String) -
Method in interface oracle.jdeveloper.jot.JotMethod
- Sets the return type of this method.
- setReturnType(String) -
Method in class oracle.jdeveloper.webservices.util.MethodSignature
- Set the method's return type.
- setRightExpression(String) -
Method in interface oracle.jdeveloper.jot.JotInfixExpression
- Sets the right hand side expression.
- setRootElement(Element) -
Method in interface oracle.ide.explorer.TreeExplorer
- Sets the root
Element
.
- setRootNavigables(Navigable[]) -
Method in class oracle.ide.panels.AbstractUIContainer
-
- setRootNavigables(Navigable[]) -
Method in interface oracle.ide.panels.NavigableUIContainer
- Sets the root-level
Navigable
instances for the UI.
- setRootVisible(boolean) -
Method in interface oracle.ide.navigator.NavigatorWindow
- Hides the navigator root node if the
visible
parameter
is false
.
- setRoots(URL[]) -
Method in class oracle.ide.net.URLChooser
- Sets the root
URL
s that will be traversed by the
URLChooser
.
- setRowCount(int) -
Method in class oracle.ide.controls.DefaultListTableModel
- Sets the number of rows in the model.
- setRowHeight(int) -
Method in class oracle.ide.controls.JFastTreeTable.TreeTableCellRenderer
- Sets the row height of the tree, and forwards the row height to
the table.
- setRowHeight(int) -
Method in class oracle.ide.controls.JFastTreeTable
- Overridden to pass the new rowHeight to the tree.
- setRowHeight(int) -
Method in class oracle.ide.controls.JTreeTable.TreeTableCellRenderer
- Sets the row height of the tree, and forwards the row height to
the table.
- setRowHeight(int) -
Method in class oracle.ide.controls.JTreeTable
- Overridden to pass the new rowHeight to the tree.
- setRunActiveFile(boolean) -
Method in class oracle.jdeveloper.runner.RunConfiguration
- Sets whether the active file should be run.
- setRunDirectoryURL(URL) -
Method in class oracle.jdeveloper.runner.RunConfiguration
- Sets the working directory
- setRunProcessListener(RunProcessListener) -
Method in class oracle.ide.runner.SimpleProcess
- Specifies that a callback method should be called after the
subprocess has finished executing and all of the subprocess's
output has been sent to the log page.
- setRunner(Runner) -
Static method in class oracle.ide.Ide
-
- setSDKBinDir(URL) -
Method in class oracle.jdeveloper.library.JDK
-
- setSaveBeforeCompile(boolean) -
Method in class oracle.ide.config.EnvironOptions
- Save before compile
- setSaveLogToFile(boolean) -
Method in class oracle.ide.config.EnvironOptions
-
- setScale(Long) -
Method in class oracle.jdeveloper.cm.ds.db.Column
-
- setSchema(String) -
Method in class oracle.jdeveloper.cm.ds.db.SchemaObject
- Sets the Schema of this table
- setSchema(String) -
Method in class oracle.jdeveloper.cm.ds.db.Trigger
-
- setScope(Namespace) -
Method in class oracle.ide.panels.NavigableContext
-
- setScrollMenuShowVisible(boolean) -
Method in class oracle.ide.controls.SingleRowTabbedPaneUI
-
- setScrollMenuSorted(boolean) -
Method in class oracle.ide.controls.SingleRowTabbedPane
-
- setScrollMenuSorted(boolean) -
Method in class oracle.ide.controls.SingleRowTabbedPaneUI
-
- setScrollMenuVisible(boolean) -
Method in class oracle.ide.controls.SingleRowTabbedPaneUI
-
- setSecond(Object) -
Method in class oracle.ide.util.Pair
-
- setSelected(boolean) -
Method in class oracle.ide.controls.JSelectableLabel
- Sets the foreground and background colors of the label based on
the parent's foreground and background colors.
- setSelected(TNode) -
Method in interface oracle.ide.explorer.TreeExplorer
- Select the given
tnode
in the tree.
- setSelected(TNode[]) -
Method in interface oracle.ide.explorer.TreeExplorer
- Select the given
tnodes
in the tree.
- setSelectedItem(Object) -
Method in class oracle.ide.controls.DefaultListComboBoxModel
-
- setSelectedItem(Object) -
Method in class oracle.ide.controls.NonNullableComboBoxModel
- Sets the selected item of the combo box model to the specified
object.
- setSelectedItems(String[]) -
Method in class oracle.jdeveloper.dialogs.ClassPackageBrowser
- Sets the selection in the tree.
- setSelectedRow1(int) -
Method in class oracle.ide.panels.MDDGeometry
-
- setSelectedRow2(int) -
Method in class oracle.ide.panels.MDDGeometry
-
- setSelectedTag(String) -
Method in interface oracle.ide.inspector.Extension
- Set the tag selected by the user via the Property Inspector Window.
- setSelectedURL(URL) -
Method in class oracle.ide.net.URLChooser
- Sets the selected directory such that the specified
URL
is shown in the file list.
- setSelection(Element[]) -
Method in interface oracle.ide.addin.Context
- Sets the list of selected Elements.
- setSelection(Element[]) -
Method in class oracle.ide.addin.DefaultContext
-
- setSelection(Object) -
Method in interface oracle.ide.controls.KeyNavigationManager.KeyComponentAdapter
-
- setSelection(Object) -
Method in class oracle.ide.controls.KeyNavigationManager.TableKeyAdapter
-
- setSelection(Object) -
Method in class oracle.ide.controls.KeyNavigationManager.TreeKeyAdapter
-
- setSelection(String) -
Method in class oracle.ide.net.PackageClassChooser
- Sets the selection of the tree.
- setSelection(Element[]) -
Method in class oracle.jdevimpl.uieditor.UIEditor
-
- setSelectionEnd(int) -
Method in class oracle.jdeveloper.ceditor.CodeEditor
- Sets the end of the selection to the specified position.
- setSelectionMode(int) -
Method in class oracle.ide.net.URLChooser
- Sets the selection mode for the
URLChooser
.
- setSelectionScope(int) -
Method in class oracle.ide.net.URLChooser
- Valid values are
URLChooser.FILES_ONLY
and URLChooser.DIRECTORIES_ONLY
.
- setSelectionStart(int) -
Method in class oracle.jdeveloper.ceditor.CodeEditor
- Sets the start of the selection to the specified position.
- setShortLabel(String) -
Method in class oracle.ide.panels.Navigable
-
- setShowCompileProgress(boolean) -
Method in class oracle.jdeveloper.compiler.OjcConfiguration
-
- setShowDeprecations(boolean) -
Method in class oracle.jdeveloper.compiler.OjcConfiguration
-
- setShowExtension(boolean) -
Method in class oracle.ide.component.NewFilePanel
- Determins whether or not the file extension
is shown in the file name field.
- setShowGrid(boolean) -
Method in class oracle.ide.controls.JFastTreeTable
- Set whether or not to show the grid lines.
- setShowGrid(boolean) -
Method in class oracle.ide.controls.JTreeTable
- Set whether or not to show the grid lines.
- setShowJarsAsDirs(boolean) -
Method in class oracle.ide.net.URLChooser
- Sets whether the
URLChooser
should allow browsing into
archives.
- setShowLayoutActivator(boolean) -
Method in class oracle.ide.layout.Layouts
- Indicate whether or not the combo box used for layout activation
should be shown in the toolbar.
- setShowObjectDotStaticWarnings(boolean) -
Method in class oracle.jdeveloper.compiler.OjcConfiguration
-
- setShowPartialImportWarnings(boolean) -
Method in class oracle.jdeveloper.compiler.OjcConfiguration
-
- setShowSelfDeprecations(boolean) -
Method in class oracle.jdeveloper.compiler.OjcConfiguration
-
- setShowSplashScreen(boolean) -
Method in class oracle.ide.config.EnvironOptions
- Show splash screen at startup.
- setShowSplashScreen(boolean) -
Static method in class oracle.ide.config.SplashScreenOptions
- Sets the display status of the splash screen.
- setShowStartStatus(boolean) -
Method in class oracle.ide.runner.SimpleProcess
- Specifies whether to show the start message in the status
bar.
- setShowStepNumber(boolean) -
Method in class oracle.ide.panels.FSMWizard
-
- setShowUnusedImportWarnings(boolean) -
Method in class oracle.jdeveloper.compiler.OjcConfiguration
-
- setShowWarnings(boolean) -
Method in class oracle.jdeveloper.compiler.OjcConfiguration
-
- setShowWelcome(boolean) -
Method in class oracle.ide.wizard.TitledWizardDialog
-
- setShutdownPolicy(int) -
Method in class oracle.jdeveloper.runner.EmbeddedServerOptions
-
- setSilentReload(boolean) -
Method in class oracle.ide.config.EnvironOptions
- Silently reload unmodified files.
- setSite(Site) -
Method in interface oracle.ide.docking.Dockable
- Sets the current site where this dockable is docked or floated.
- setSite(Site) -
Method in class oracle.ide.docking.DockableWindow
- Sets the current site where this dockable is docked or floated.
- setSize(int, int) -
Method in interface oracle.ide.controls.FloatingToolWindow
-
- setSize(int) -
Method in class oracle.javatools.editor.language.BooleanBitmap
- Sets the size of the
BooleanBitmap
to the given
specified user size.
- setSkipComments(boolean) -
Method in class oracle.javatools.parser.generic.GenericLexer
- Sets whether the
GenericLexer
should generate tokens
for comments.
- setSnapToGrid(boolean) -
Method in class oracle.jdevimpl.uieditor.UIEditorOptions
-
- setSortColumn(int) -
Method in class oracle.ide.controls.SortedJTable
-
- setSource(Dockable) -
Method in class oracle.ide.docking.DockableEvent
-
- setSourceOwnerURL(URL) -
Method in class oracle.jdeveloper.library.AbstractDerivedLibrary
-
- setSourceOwnerURL(URL) -
Method in interface oracle.jdeveloper.library.DerivedLibrary
-
- setSourcePath(URLPath) -
Method in class oracle.ide.model.HierarchicalFilter
- Sets the source path to the specified
URLPath
.
- setSourcePath(URLPath) -
Method in interface oracle.jdeveloper.jot.JotLibrary
-
- setSourcePath(URLPath) -
Method in class oracle.jdeveloper.library.JPaths
-
- setSourceURL(URL) -
Method in class oracle.jdeveloper.library.AbstractDerivedLibrary
-
- setSourceURL(URL) -
Method in interface oracle.jdeveloper.library.DerivedLibrary
-
- setSpecifiedHostName(String) -
Method in class oracle.jdeveloper.runner.EmbeddedServerOptions
-
- setStartOffset(int) -
Method in class oracle.javatools.parser.AbstractLexer.DefaultLexerToken
- Sets the starting offset for this token.
- setState(boolean) -
Method in class oracle.ide.controls.ToggleAction
-
- setStateless(boolean) -
Method in class oracle.jdeveloper.webservices.WebServiceModel
- Set the web service to be stateless or stateful.
- setStatementLevel(boolean) -
Method in class oracle.jdeveloper.cm.ds.db.Trigger
-
- setStatus(String) -
Method in class oracle.ide.dialogs.SimpleInputDialog
-
- setStyle(byte) -
Method in class oracle.ide.controls.PentaLayout
- Sets the layout style.
- setStyleRegistry(StyleRegistry) -
Method in class oracle.javatools.editor.BasicEditorPane
- Replace the global style registry used for all editor panes.
- setStyleRegistry(StyleRegistry) -
Method in class oracle.javatools.editor.EditorProperties
- Replace the global style registry used for all editor panes.
- setSubDirtyableOwner(Element, Dirtyable) -
Method in class oracle.ide.model.DataContainer
- Sets the owner of this element to the specified element.
- setSubGroups(Map) -
Method in class oracle.ide.addin.config.AddinManagerOptions.Group
-
- setSuperclass(String) -
Method in interface oracle.jdeveloper.jot.JotClass
- Sets the superclass type for this class.
- setSupportsArbitraryURLs(boolean) -
Method in class oracle.ide.component.URLPathEditPanel
-
- setTabPlacement(int) -
Method in class oracle.ide.controls.SingleRowTabbedPane
-
- setTableName(String) -
Method in class oracle.ide.controls.SaveableJTableAdapter
-
- setTableName(String) -
Method in class oracle.jdeveloper.cm.ds.db.Column
- Sets the reference to the owning table, note, this is set on the call
to Table.addColumn(Column)
- setTableName(String) -
Method in class oracle.jdeveloper.cm.ds.db.Constraint
-
- setTableName(String) -
Method in class oracle.jdeveloper.cm.ds.db.Index
-
- setTableName(String) -
Method in class oracle.jdeveloper.cm.ds.db.Trigger
-
- setTableOwner(String) -
Method in class oracle.jdeveloper.cm.ds.db.Trigger
-
- setTagName(String) -
Method in interface oracle.jdeveloper.jot.JotDocTag
- Sets the name of this doc tag.
- setTagText(String) -
Method in interface oracle.jdeveloper.jot.JotDocTag
- Sets the text of this doc tag.
- setTarget(String) -
Method in class oracle.jdeveloper.compiler.OjcConfiguration
-
- setTargetName(String) -
Method in class oracle.jdeveloper.cm.ds.db.Synonym
- Sets the target objects name
- setTargetNamespace(String) -
Method in class oracle.jdeveloper.webservices.WebServiceModel
- Set the targetNamespace for use in WSDL generation.
- setTargetSchema(String) -
Method in class oracle.jdeveloper.cm.ds.db.Synonym
- Sets the target objects schema
- setTargetType(int) -
Method in class oracle.jdeveloper.cm.ds.db.Synonym
- Sets the target objects type
- setTargetURL(URL) -
Method in class oracle.jdeveloper.runner.RunConfiguration
- Sets the target URL.
- setText(String) -
Method in class oracle.ide.controls.FocusableLabel
- Changes the text of the component.
- setText(String) -
Method in interface oracle.ide.controls.StatusBar
- Sets the text of the StatusBar
- setText(String) -
Method in class oracle.ide.controls.StatusBarControl
-
- setText(String) -
Method in class oracle.ide.controls.ToolButton
-
- setText(String) -
Method in class oracle.ide.util.MnemonicSolver.MenuLabel
- Sets the menu
text
.
- setText(String) -
Method in interface oracle.jdeveloper.jot.JotCodeBlock
- Sets the text of this code block.
- setTextBuffer(ReadTextBuffer) -
Method in class oracle.javatools.parser.AbstractLexer
- Sets the text buffer that is to be used by this Lexer.
- setTextBuffer(ReadTextBuffer) -
Method in interface oracle.javatools.parser.Lexer
- Sets the text buffer that is to be used by this Lexer.
- setTextBufferDirectly(TextBuffer) -
Method in class oracle.ide.model.TextNode
- Direclty sets the
TextBuffer
.
- setTimeout(String) -
Method in class oracle.jdeveloper.webservices.WebServiceModel
- Set the timeout value (in seconds), only used in stateful web services.
- setTimeoutBeforeBrowserLaunch(Integer) -
Method in class oracle.jdeveloper.runner.EmbeddedServerOptions
- Delay is in milliseconds.
- setTimestampDirectly(long) -
Method in class oracle.ide.model.DefaultDocument
- Accessor for allowing subclasses to set the timestamp directly.
- setTiming(int) -
Method in class oracle.jdeveloper.cm.ds.db.Trigger
-
- setTitle(String) -
Method in class oracle.jdeveloper.cm.dt.ProgressRunnable
- Sets the title that will be used by the progress dialog.
- setTitle(String) -
Method in class oracle.jdeveloper.dialogs.ClassPackageBrowser
- Sets the title to use for the dialog.
- setToEdge(ModelNode, ModelNode, int) -
Static method in class oracle.jdevimpl.uieditor.assistant.SplitPaneLayoutAssistant
-
- setToken(int) -
Method in class oracle.javatools.parser.AbstractLexer.DefaultLexerToken
- Set the token of this object.
- setToolTipText(String) -
Method in class oracle.javatools.editor.BasicEditorPane
- Registers the text to display in a tool tip.
- setTree1SelectionPath(String[]) -
Method in class oracle.ide.panels.MDDPanel
- Note: The onEntry must have already been called
before this method will have an effect.
- setTree1SelectionRow(int) -
Method in class oracle.ide.panels.MDDPanel
- Changes the selection in the master tree to the specified row.
- setType(int) -
Method in class oracle.ide.docking.DockableWindow
-
- setType(String) -
Method in class oracle.ide.editor.AbstractEditor
-
- setType(String) -
Method in interface oracle.ide.layout.LayoutSelector
- Set a string that uniquely identifies this selector.
- setType(String) -
Method in interface oracle.jdeveloper.jot.JotParameter
- Sets the base type of this parameter.
- setType(String) -
Method in interface oracle.jdeveloper.jot.JotVariableDeclaration
- Sets the base type of this variable declaration.
- setUI(ComponentUI) -
Method in class oracle.javatools.editor.gutter.LineGutterPlugin
- Sets the look and feel delegate for this component.
- setUI(ListUI) -
Method in class oracle.javatools.editor.insight.ListInsightView
- Sets the look and feel (L&F) object that renders this component.
- setUI(ListUI) -
Method in class oracle.javatools.editor.insight.TooltipInsightView
- Sets the look and feel (L&F) object that renders this component.
- setURL(URL) -
Method in class oracle.ide.layout.BaseLayout
- Sets the
url
- setURL(URL) -
Method in class oracle.ide.model.CategoryFolder
-
- setURL(URL) -
Method in class oracle.ide.model.DefaultDocument
- Part of
Locatable
interface.
- setURL(URL) -
Method in class oracle.ide.model.DefaultNode
- Sets the
URL
associated with this DefaultNode
and
recaches the DefaultNode
in the NodeFactory
with
the new URL
so that subsequent queries for the
DefaultNode
will return successfully.
- setURL(URL) -
Method in class oracle.ide.model.HierarchicalFolder
- Sets the
URL
for this Locatable
.
- setURL(URL) -
Method in interface oracle.ide.model.Locatable
- Sets the
URL
associated with this Locatable
.
- setURL(URL) -
Method in class oracle.ide.model.Reference
- Sets the node's URL.
- setURL(URL) -
Method in class oracle.ide.model.Workspaces
-
- setURL(URL) -
Method in class oracle.ide.model.XMLDataNode
-
- setURL(URL) -
Method in class oracle.ide.net.URLTextField
- Sets the
URL
displayed in the URLTextField
.
- setURL(URL) -
Method in class oracle.jdeveloper.cm.dt.ConnectionNode
-
- setURL(URL) -
Method in class oracle.jdeveloper.model.ImageNode
-
- setURLFilter(URLFilter) -
Method in interface oracle.ide.explorer.ChildFilter
- Sets the file filter used to exclude specific files
- setURLFilter(URLFilter) -
Method in class oracle.ide.model.DefaultFilter
-
- setURLFilter(URLFilter) -
Method in class oracle.ide.model.HierarchicalFilter
- Sets the
URLFilter
used to exclude files from the filter's
display.
- setURLFilter(URLFilter) -
Method in class oracle.ide.net.URLChooser
- Sets the active
URLFilter
.
- setURLPath(URLPath) -
Method in class oracle.ide.controls.URLPathField
-
- setUnderlineRegistry(UnderlineRegistry) -
Method in class oracle.javatools.editor.BasicEditorPane
- Replace the global underline registry used for all editor panes.
- setUnderlineRegistry(UnderlineRegistry) -
Method in class oracle.javatools.editor.EditorProperties
- Replace the global underline registry used for all editor panes.
- setUndoLevel(int) -
Method in class oracle.ide.config.EnvironOptions
- Set Undo level
- setUndoStackSize(int) -
Method in class oracle.ide.CommandProcessor
- Set the current value of the undo stack size.
- setUpdateImports(boolean) -
Method in class oracle.jdeveloper.compiler.OjcConfiguration
-
- setUpdateZipJarImports(boolean) -
Method in class oracle.jdeveloper.compiler.OjcConfiguration
-
- setUseActiveLayoutInEditor(boolean) -
Method in class oracle.ide.layout.Layouts
- Indicate whether or not to use the active layout in the currently
active editor.
- setUseAnonymousInnerClass(boolean) -
Method in class oracle.jdevimpl.uieditor.UIEditorOptions
-
- setUseBeansInstantiate(boolean) -
Method in class oracle.jdevimpl.uieditor.UIEditorOptions
-
- setUseEditorPreferredLayout(boolean) -
Method in class oracle.ide.layout.Layouts
- Indicate whether or not editors should use their preferred layouts.
- setUseProxy(boolean) -
Method in class oracle.jdeveloper.runner.RunConfiguration
- Sets whether the proxy options should be used.
- setUserAuthor(String) -
Method in class oracle.jdeveloper.model.JProject
-
- setUserCompany(String) -
Method in class oracle.jdeveloper.model.JProject
-
- setUserCopyright(String) -
Method in class oracle.jdeveloper.model.JProject
-
- setUserDescription(String) -
Method in class oracle.jdeveloper.model.JProject
-
- setUserExtensionList(DocumentExtensions.DocRecord[]) -
Method in class oracle.ide.config.DocumentExtensions
-
- setUserExtensions(List) -
Method in class oracle.ide.config.DocumentExtensions.DocRecord
- Sets the list of user extensions.
- setUserTitle(String) -
Method in class oracle.jdeveloper.model.JProject
-
- setUserVersion(String) -
Method in class oracle.jdeveloper.model.JProject
-
- setUsesDynamicPaths(boolean) -
Method in class oracle.jdeveloper.model.JProject
-
- setVMName(String) -
Method in class oracle.jdeveloper.runner.RunConfiguration
- Sets the name of the Virtual Machine.
- setValidator(AbstractPicker.PickerResultValidator) -
Method in class oracle.ide.controls.AbstractPicker
- Set the Validator used by this AbstractPicker.
- setValue(Object) -
Method in class oracle.ide.cmd.PropertySetCommand
- Perform the actual property setting.
- setValue(int) -
Method in class oracle.ide.controls.WholeNumberField
- Sets the number in the text field to the specified value.
- setValue(Object) -
Method in interface oracle.ide.inspector.Extension
- Receive the current value of the property.
- setValue(Object) -
Method in class oracle.ide.propertyeditors.URLPathPropertyEditor
-
- setValue(Object) -
Method in class oracle.jdevimpl.uieditor.assistant.GridBagConstraintsEditor
-
- setValue(Object) -
Method in class oracle.jdevimpl.uieditor.assistant.PaneConstraintsEditor
-
- setValue(Object) -
Method in class oracle.jdevimpl.uieditor.assistant.XYConstraintsEditor
-
- setValueAt(Object, Object, int) -
Method in class oracle.ide.controls.AbstractTreeTableModel
-
- setValueAt(Object, int, int) -
Method in class oracle.ide.controls.DefaultListTableModel
- Sets the object value for the cell at
column
and
row
.
- setValueAt(Object, Object, int) -
Method in interface oracle.ide.controls.TreeTableModel
- Sets the value for node
node
,
at column number column
.
- setValueAt(Object, int, int) -
Method in class oracle.ide.controls.TreeTableModelAdapter
-
- setValueAt(Object, int, int) -
Method in class oracle.ide.inspector.IdeMultiObjectModel
- Set a value on the property located at the specified row and column.
- setVariableDeclaration(String, String) -
Method in interface oracle.jdeveloper.jot.JotForInitializer
- Sets the contents of this initialization clause to a variable declaration.
- setVariableName(String) -
Method in interface oracle.jdeveloper.jot.JotAssignment
- Sets the left hand variable expression.
- setVariableNamePrefix(String) -
Method in interface oracle.jdeveloper.junit.TestFixture
- Sets the variable name prefix that is to be used by this fixture's instance variable.
- setVersionSystem(VersionSystem) -
Static method in class oracle.ide.Ide
- Sets the IDE's version system implementation.
- setVerticalFill(boolean) -
Method in class oracle.ide.controls.VerticalFlowLayout
-
- setVgap(int) -
Method in class oracle.ide.controls.PentaLayout
- Sets the vertical gap between components.
- setView(View) -
Method in interface oracle.ide.addin.Context
- Set a reference to the View to be associated with this Context.
- setView(View) -
Method in class oracle.ide.addin.DefaultContext
-
- setViewAllFiles(boolean) -
Method in class oracle.ide.model.HierarchicalFilter
- Sets the filter to display all files or project files only.
- setViewHierarchically(boolean) -
Method in class oracle.ide.model.HierarchicalFilter
- Sets the filter to display folders in nested or flat view.
- setWarnWhenCreatingImageIcons(boolean) -
Static method in class oracle.ide.util.AddinPolicyUtils
-
- setWarnWhenCreatingThreads(boolean) -
Static method in class oracle.ide.util.AddinPolicyUtils
-
- setWebServiceName(String) -
Method in class oracle.jdeveloper.webservices.WebServiceModel
- Set the web service name.
- setWebUpdateManager(WebUpdateManager) -
Method in class oracle.ide.AddinManager
- Set the web update manager.
- setWelcomePage(WizardWelcomePage) -
Method in class oracle.ide.wizard.TitledWizardDialog
-
- setWelcomePageAdded(boolean) -
Method in class oracle.ide.panels.FSM
- Sets whether or not a welcome page has been added
- setWelcomePageAdded(boolean) -
Method in class oracle.ide.panels.FSMWizard
- Sets whether or not a welcome page has been added to the FSMWizard
- setWelcomeShown(boolean, String) -
Static method in class oracle.ide.wizard.WizardWelcomePage
- Persistently set whether this welcome page is shown next time.
- setWhenClause(String) -
Method in class oracle.jdeveloper.cm.ds.db.Trigger
-
- setWhenFalseExpression(String) -
Method in interface oracle.jdeveloper.jot.JotQuestionExpression
- Sets the false sub-expression.
- setWhenTrueExpression(String) -
Method in interface oracle.jdeveloper.jot.JotQuestionExpression
- Sets the true sub-expression.
- setWindowLocation(JWindow, Component, Rectangle) -
Method in class oracle.javatools.editor.insight.AbstractInsight
- Position this window in such a way so that it does not obscure the
given location of the component behind the window.
- setWizard(BasicWizard) -
Method in interface oracle.ide.wizard.BasicWizardPage
- The wizard calls this to register itself with the page after the page
has been constructed.
- setWizardCallbacks(WizardCallbacks) -
Method in class oracle.ide.panels.TraversableContext
-
- setWizardTitle(String) -
Method in class oracle.ide.panels.FSMWizard
-
- setWorkDirectory(URL) -
Method in class oracle.ide.model.Workspaces
- Sets the default root directory for all new
Workspace
s.
- setWorkingDirectory(File) -
Method in class oracle.ide.runner.SimpleProcess
- Sets the working directory for the subprocess.
- setWorkspace(Workspace) -
Method in interface oracle.ide.addin.Context
- Sets a reference to the Workspace to be associated with this
Context.
- setWorkspace(Workspace) -
Method in class oracle.ide.addin.DefaultContext
-
- setWorkspace(Workspace) -
Method in class oracle.jdeveloper.compiler.IdeLog
- set current workspace being compiled
- setWorkspaceFilter(URLFilter) -
Static method in class oracle.ide.dialogs.DialogUtil
- Sets the filter that is to be used when the current
Context
is the "Workspaces" node.
- shortName -
Variable in class oracle.ide.model.HierarchicalFolder
- Cached version of the short name for this
Displayable
.
- shouldAutoIndentNewLine() -
Method in class oracle.javatools.editor.language.SmartIndentProvider
- Fetches whether the new line should be auto-indented when a
new line is inserted (typed) by the user.
- shouldAutoReindentOldLine() -
Method in class oracle.javatools.editor.language.SmartIndentProvider
- Fetches whether the old (original) line should be reindented when
a new line is inserted (typed) by the user.
- shouldPerformBlockOperation(BasicEditorPane) -
Method in class oracle.javatools.editor.BasicEditorKit.BlockIndentOutdentAction
- Utility routine to check whether we should perform a block
indent or outdent - this is called from InsertTabAction and
ReverseTabAction to check if there is a selection and if the
global property for performing block indents/outdents is on.
- shouldSelectCell(EventObject) -
Method in class oracle.ide.controls.AbstractCellEditor
-
- show(Context) -
Method in class oracle.ide.ContextMenu
- Shows the popup menu.
- show() -
Method in class oracle.ide.addin.AbstractView
- Shows the view if hidden.
- show() -
Method in interface oracle.ide.addin.Subview
- Shows the view if hidden.
- show() -
Method in class oracle.ide.controls.WaitCursor
- Shows the wait cursor after
#DEFAULT_DELAY
number of
milliseconds has elapsed.
- show(long) -
Method in class oracle.ide.controls.WaitCursor
- Schedules the wait cursor to be shown after the specified number
of milliseconds has elapsed.
- show(String, String, String) -
Method in class oracle.ide.dialogs.SimpleInputDialog
- Show the dialog.
- show() -
Method in class oracle.ide.docking.DockableWindow
- Shows the view if hidden.
- show() -
Method in class oracle.ide.log.AbstractLogPage
-
- showClassDialog(Component) -
Method in class oracle.ide.net.PackageClassChooser
- Shows a class selection dialog that is parented on the specified
Component
.
- showCompileProgress -
Static variable in class oracle.jdeveloper.compiler.UnifiedBuildSystem
-
- showDialog -
Variable in class oracle.ide.cmd.OpenCommandData
-
- showDialog(Frame) -
Method in class oracle.ide.config.IdeSettings
- Shows the configuration dialog.
- showDialog(Frame, String[]) -
Method in class oracle.ide.config.IdeSettings
- Shows the configuration dialog.
- showDialog(Component, String, String, Object[], String) -
Method in class oracle.ide.dialogs.OptionSelectionDialog
- Makes the option selection dialog visible.
- showDialog(String, CheckBoxListModel) -
Static method in class oracle.ide.dialogs.SelectFilesPanel
- Deprecated. use showDialog(title, filePrompt, listPrompt, listModel, checkedList)
- showDialog(String, CheckBoxListModel, int) -
Static method in class oracle.ide.dialogs.SelectFilesPanel
- Deprecated. use showDialog(title, filePrompt, listPrompt, listModel, checkedList)
- showDialog(String, CheckBoxListModel, int, boolean) -
Static method in class oracle.ide.dialogs.SelectFilesPanel
- Deprecated. use showDialog(title, filePrompt, listPrompt, listModel, checkedList)
- showDialog(String, CheckBoxListModel, int, boolean, Object[], Object) -
Static method in class oracle.ide.dialogs.SelectFilesPanel
- Deprecated. use:
showDialog(title, filePrompt, listPrompt, listModel, checkedList) or
showDialog(title, filePrompt, listPrompt, listModel, checkedList, buttons)
- showDialog(Component, String, CheckBoxListModel, int, boolean, Object[], Object) -
Static method in class oracle.ide.dialogs.SelectFilesPanel
- Deprecated. use:
showDialog(parent, title, filePrompt, listPrompt, listModel, checkedList, buttons)
This method ignores options and initialValue.
The title is used as the prompt text.
- showDialog(String, String, String, CheckBoxListModel, boolean) -
Static method in class oracle.ide.dialogs.SelectFilesPanel
- Displays a confirmation dialog
If only one file is affected, a simple JOptionPane is shown with
Yes, No and Cancel options.
- showDialog(String, String, String, CheckBoxListModel, boolean, int) -
Static method in class oracle.ide.dialogs.SelectFilesPanel
- Displays a confirmation dialog
If only one file is affected, a simple JOptionPane.
- showDialog(String, String, String, CheckBoxListModel, boolean, int, String) -
Static method in class oracle.ide.dialogs.SelectFilesPanel
- Displays a confirmation dialog
If only one file is affected, a simple JOptionPane.
- showDialog(Component, String, String, String, CheckBoxListModel, boolean, int, String) -
Static method in class oracle.ide.dialogs.SelectFilesPanel
- Displays a confirmation dialog
If only one file is affected, a simple JOptionPane.
- showDialog() -
Method in class oracle.ide.panels.TDialogLauncher
- Shows dialog with OK, Cancel, and Help buttons.
- showDialog(JProject) -
Static method in class oracle.jdeveloper.model.JProjectSettingsPanel
- Shows the project settings dialog for editing the project.
- showDialog(Frame, JProject) -
Static method in class oracle.jdeveloper.model.JProjectSettingsPanel
- Shows the project settings dialog for editing the project.
- showDialog(Frame, JProject, String[]) -
Static method in class oracle.jdeveloper.model.JProjectSettingsPanel
-
- showDockableWindow(DockableWindow) -
Static method in class oracle.ide.docking.DockUtil
- Shows and set the focus on the DockableWindow
- showEndBufferMessage(BasicEditorPane) -
Static method in class oracle.javatools.editor.EmacsAction
- Utility routine to show the message that we are at the
end of the buffer
- showErrorDialog(Component, String, String) -
Static method in class oracle.ide.util.IdeUtil
- Deprecated. use oracle.ide.dialogs.MessageDialog.alert()
- showErrorDialog(Component, String, SQLException) -
Static method in class oracle.jdeveloper.cm.dt.dialog.SQLErrorDialog
-
- showExceptionDialog(Context, Throwable) -
Static method in class oracle.ide.dialogs.ExceptionDialog
- Show an exception dialog based on an IDE context and a
throwable.
- showExceptionDialog(Context, Throwable, String) -
Static method in class oracle.ide.dialogs.ExceptionDialog
- Show an exception dialog based on an IDE context and a
throwable.
- showExceptionDialog(Context, Throwable, String, String, String) -
Static method in class oracle.ide.dialogs.ExceptionDialog
- Show an exception dialog based on an IDE context and a
throwable.
- showExceptionDialog(Component, Throwable) -
Static method in class oracle.ide.dialogs.ExceptionDialog
- Show an exception dialog based on a component and a throwable.
- showExceptionDialog(Component, Throwable, String) -
Static method in class oracle.ide.dialogs.ExceptionDialog
- Show an exception dialog with a message
- showExceptionDialog(Component, Throwable, String, String, String) -
Static method in class oracle.ide.dialogs.ExceptionDialog
- Preferred method for invoking the exception dialog.
- showExceptionDialog(Window, Exception, String, String) -
Static method in class oracle.ide.dialogs.ExceptionDialog
- Displays an Exception dialog to the user.
- showExceptionDialog(Window, Exception, String) -
Static method in class oracle.ide.dialogs.ExceptionDialog
- Displays an exception dialog to the user.
- showExceptionDialog(Window, Exception) -
Static method in class oracle.ide.dialogs.ExceptionDialog
- Displays an Exception dialog to the user.
- showFeedback(BasicEditorPane, String) -
Method in interface oracle.javatools.editor.FeedbackManager
- Displays a text feedback message to the user associated with the
given editor pane.
- showFeedback(BasicEditorPane, String, int) -
Method in interface oracle.javatools.editor.FeedbackManager
- Displays a text feedback message to the user associated with the
given editor pane.
- showFeedback(BasicEditorPane, String) -
Method in class oracle.javatools.editor.plugins.StatusBarPlugin
- Displays a text feedback message to the user associated with the
given editor pane.
- showFeedback(BasicEditorPane, String, int) -
Method in class oracle.javatools.editor.plugins.StatusBarPlugin
- Displays a text feedback message to the user associated with the
given editor pane.
- showGrid -
Variable in class oracle.ide.controls.JFastTreeTable.TreeTableCellRenderer
- Grid showing
- showGrid -
Variable in class oracle.ide.controls.JTreeTable.TreeTableCellRenderer
- Grid showing
- showHelp(JComponent) -
Method in interface oracle.ide.help.HelpSystem
- Invokes the Help Viewer on help topic for the
JComponent
- showHelp(Context) -
Method in interface oracle.ide.help.HelpSystem
- Invokes the Help Viewer on help topic for the
JComponent
- showHelp(HelpInfo) -
Method in interface oracle.ide.help.HelpSystem
- Invokes the Help Viewer on the
HelpInfo
- showInfoDialog(Component, String, String) -
Static method in class oracle.ide.util.IdeUtil
- Deprecated. use oracle.ide.dialogs.MessageDialog.information()
- showInsight() -
Method in class oracle.javatools.editor.insight.AbstractInsight
- Instructs this insight to check whether there is insight
information availble, and if so, to bring up an insight window.
- showInsight() -
Method in interface oracle.javatools.editor.insight.Insight
- Instructs this insight to check whether there is insight
information availble, and if so, to bring up an insight window.
- showLanguageHelp(Context, String) -
Method in interface oracle.ide.help.HelpSystem
- Shows help on the language symbol symbolName
- showLog() -
Method in interface oracle.ide.log.LogManager
- Show the
LogWindow
.
- showMarkNotSetMessage(BasicEditorPane) -
Static method in class oracle.javatools.editor.EmacsAction
- Utility routine to show the message that the mark has
not yet been set.
- showMarkSetMessage(BasicEditorPane) -
Static method in class oracle.javatools.editor.EmacsAction
- Utility routine to show the message that the mark has
been set.
- showMessage(BasicEditorPane, String) -
Static method in class oracle.javatools.editor.BasicAction
- Utility routine to show a feedback message in the editor.
- showMessageDialog(Component) -
Method in class oracle.ide.panels.TraversalException
- Displays the message associated with this
TraversalException
in an alert and with the
title set with the TraversalException
in the constructor.
- showNavigator(Context) -
Method in interface oracle.ide.navigator.NavigatorManager
- Show a navigator based on the specified
context
.
- showNextKillAppendMessage(BasicEditorPane) -
Static method in class oracle.javatools.editor.EmacsAction
- Utility routine to show the message that if the next command is
a kill, it will append
- showOpenDialog(Component) -
Method in class oracle.ide.net.URLChooser
-
- showOpenDialog(Component, String) -
Method in class oracle.ide.net.URLChooser
-
- showOpenDialog(Component, Component, String) -
Method in class oracle.ide.net.URLChooser
-
- showOrHideView(Context) -
Method in interface oracle.ide.explorer.ExplorerManager
- Call this method to show or hide the explorer window when
the
ExplorerManager
supports single explorer window, or to
show a new one when supporting multiple mode.
- showOrHideView(Context) -
Method in interface oracle.ide.inspector.InspectorManager
- Call this method to show or hide the inspector when
the
InspectorManager
supports single inspector view, or to
show a new one when in multiple mode.
- showPackageDialog(Component) -
Method in class oracle.ide.net.PackageClassChooser
- Shows a package selection dialog that is parented on the specified
Component
.
- showPage() -
Method in class oracle.ide.runner.RunLogPage
-
- showPageDialog() -
Method in interface oracle.ide.print.PrintManager
- This method invokes the Page dialog which allows the user to set
page margins, paper size, etc.
- showPalettePage(String) -
Method in interface oracle.ide.palette.PaletteManager
- Show palette page.
- showPopup(BasicEditorPane, MouseEvent) -
Method in interface oracle.javatools.editor.PopupManager
- Informs the editor client that the user requested a popup menu in
the given editor pane, at the location specified in the
mouseEvent.
- showPopup(BasicEditorPane, MouseEvent) -
Method in class oracle.jdeveloper.ceditor.CodeEditorController
- Informs the editor client that the user requested a popup menu in
the given editor pane, at the location specified in the
mouseEvent.
- showPopupMenu(JPopupMenu, Component, int, int) -
Static method in class oracle.ide.util.IdeUtil
- Deprecated. Replace with
MenuUtils.showPopupMenu(JPopupMenu,Component,int,int)
.
- showPreviousNotYankMessage(BasicEditorPane) -
Static method in class oracle.javatools.editor.EmacsAction
- Utility routine to show the message that the previous command
was not a yank.
- showReadOnlyMessage(BasicEditorPane) -
Static method in class oracle.javatools.editor.EmacsAction
- Utility routine to show the message that the buffer is read-only.
- showRemoteConnectDialog(String, String[], String[], boolean[]) -
Static method in class oracle.jdeveloper.runner.RemoteConnectDialog
- Shows the remote connect dialog with the specified title and
parameters.
- showRemoteConnectDialog(String, String[], String[], boolean[], String) -
Static method in class oracle.jdeveloper.runner.RemoteConnectDialog
- Shows the remote connect dialog with the specified title,
parameters, and help topic id.
- showRemoteConnectDialog(String, String[], String[], boolean[], boolean[]) -
Static method in class oracle.jdeveloper.runner.RemoteConnectDialog
- Shows the remote connect dialog with the specified title,
parameters, and save checkbox.
- showRemoteConnectDialog(String, String[], String[], boolean[], boolean[], String) -
Static method in class oracle.jdeveloper.runner.RemoteConnectDialog
- Shows the remote connect dialog with the specified title,
parameters, save checkbox, and help topic id.
- showSaveDialog(Component) -
Method in class oracle.ide.net.URLChooser
-
- showSaveDialog(Component, String) -
Method in class oracle.ide.net.URLChooser
-
- showSaveDialog(Component, Component, String) -
Method in class oracle.ide.net.URLChooser
-
- showScrollMenu() -
Method in class oracle.ide.controls.SingleRowTabbedPane
-
- showScrollMenu() -
Method in class oracle.ide.controls.SingleRowTabbedPaneUI
-
- showSourceFile(Workspace, Project, String, String, String, int, boolean) -
Static method in class oracle.jdeveloper.runner.Source
- Displays a source file in the code editor.
- showSourceFile(Workspace, Project, String, String, String, int, boolean, String) -
Static method in class oracle.jdeveloper.runner.Source
- Displays a source file in the code editor.
- showSourceFile(Workspace, Project, URL, int, boolean) -
Static method in class oracle.jdeveloper.runner.Source
- Displays a source file in the code editor.
- showSourceFile(Workspace, Project, Node, int, boolean) -
Static method in class oracle.jdeveloper.runner.Source
- Displays a source file in the code editor.
- showStartStatus -
Variable in class oracle.ide.runner.RunProcess
- Whether to show a start status message in the status bar.
- showStartStatus() -
Method in class oracle.ide.runner.RunProcess
- Returns whether a start message should be shown in the
status bar.
- showSubPanel(Container) -
Method in class oracle.ide.controls.JComboCardPanel
-
- showType(String) -
Method in interface oracle.ide.palette.PaletteWindow
- Have the palette only show particular items
- showUIDesigner(Workspace, Project, URL) -
Static method in class oracle.jdeveloper.runner.Source
- Displays a source file in the UI designer.
- showUIDesigner(Workspace, Project, Node) -
Static method in class oracle.jdeveloper.runner.Source
- Displays a source file in the UI designer.
- showUnsupportedDBError(String, String) -
Static method in class oracle.jdeveloper.cm.dt.wizard.DBWizardFactoryRegistry
-
- shutdown() -
Method in class oracle.ide.AddinManager
- Called when the IDE is shutting down.
- shutdown() -
Method in interface oracle.ide.addin.Addin
- This method is invoked by the
AddinManager
when the IDE
terminates.
- shutdown() -
Method in interface oracle.ide.log.LogManager
- Cleanup the log window management.
- shutdown() -
Method in interface oracle.ide.print.PrintManager
- This method is invoked by
IdeCoreFeatures
before the IDE
terminates.
- shutdown() -
Method in class oracle.jdeveloper.ceditor.CodeEditorAddin
-
- shutdown() -
Method in class oracle.jdeveloper.cm.dt.ConnectionCacheManager
- Shuts down the Cached Connection Manager.
- shutdown() -
Method in class oracle.jdeveloper.cm.dt.addin.AbstractConnectionEditorAddin
-
- shutdown() -
Method in class oracle.jdeveloper.compiler.CopyTranslator
- This method is called by the IDE to request that the feature release
any resources held before the ide shuts down..
- shutdown() -
Method in class oracle.jdeveloper.compiler.JCompiler
- This method is called by the IDE to request that the feature release
any resources held before the ide shuts down..
- shutdown() -
Method in class oracle.jdeveloper.compiler.Ojc
- This method is called by the IDE to request that the feature release
any resources held before the ide shuts down..
- shutdown() -
Method in class oracle.jdeveloper.library.JLibraryManager
-
- shutdown() -
Method in class oracle.jdeveloper.model.DocumentRecognizer
- This method is called by the IDE to request that the feature release
any resources held before the ide shuts down.
- shutdown() -
Method in class oracle.jdeveloper.model.JProjectStructureController
- This method is called by the IDE to request that the feature release
any resources held before the ide shuts down.
- shutdown() -
Method in class oracle.jdeveloper.model.NavigatorExtension
- This method is called by the IDE to request that the feature release
any resources held before the ide shuts down.
- shutdown() -
Method in class oracle.jdevimpl.uieditor.UIEditorAddin
-
- signatureToType(String) -
Static method in class oracle.jdeveloper.jot.JotNames
- Converts a signature descriptor into a Java type name.
- signatureToTypes(String) -
Static method in class oracle.jdeveloper.jot.JotNames
- Converts a string of signature descriptors into an array of Java type names.
- signaturesEqual(MethodSignature, MethodSignature) -
Method in class oracle.jdeveloper.webservices.WebServiceModel
- Compare the two supplied method signatures, and check whether they are the
same.
- size -
Variable in class oracle.ide.docking.Site
- Specifies the position and dimension of the docked panel.
- size() -
Method in class oracle.ide.keyboard.IdeInputMapUIResource
-
- size() -
Method in class oracle.ide.keyboard.MultiInputMap
-
- size() -
Method in class oracle.ide.layout.IdeLayout
-
- size() -
Method in class oracle.ide.layout.Layouts
-
- size() -
Method in class oracle.ide.model.CategoryFolder
-
- size() -
Method in class oracle.ide.model.DataContainer
-
- size() -
Method in class oracle.ide.model.DefaultContainer
-
- size() -
Method in class oracle.ide.model.DefaultFolder
-
- size() -
Method in interface oracle.ide.model.Folder
- Returns the current number of children in the folder.
- size() -
Method in class oracle.ide.model.Project
- Returns the total number of children in the project.
- size() -
Method in class oracle.ide.model.PropertiesContainer
-
- size() -
Method in class oracle.ide.model.XMLDataContainer
-
- size() -
Method in class oracle.ide.net.URLPath
- Returns the number of entries in the
URLPath
.
- size() -
Method in class oracle.ide.util.IniFileSection
-
- size() -
Method in class oracle.ide.util.IntHashMap
- Returns the number of key-value mappings in this map.
- size() -
Method in class oracle.ide.util.ListMap
-
- size() -
Method in class oracle.javatools.editor.highlight.HighlightedFragmentsList
- Returns the size of the list (number of fragments.)
- size() -
Method in class oracle.javatools.editor.language.StyledFragmentsList
- Returns the size of the list (number of fragments.)
- size() -
Method in class oracle.jdeveloper.cm.dt.ConnectionNode
-
- size() -
Method in class oracle.jdeveloper.library.DefaultLibraryList
-
- size() -
Method in class oracle.jdeveloper.library.JLibraryList
-
- size -
Variable in class oracle.jdevimpl.uieditor.assistant.PaneLayoutData
-
- skip(long) -
Method in class oracle.ide.util.InflaterInputStreamPatch
-
- skipComments -
Variable in class oracle.javatools.parser.generic.GenericLexer
- Whether to skip comments or not.
- skipLeadingIndent(TextBuffer, int, int) -
Static method in class oracle.javatools.editor.BasicAction
- Utility routine to find the offset of the first character after
the leading indent (if any), or -1 for an empty line or line
containing only whitespace.
- skipToken() -
Method in class oracle.javatools.parser.AbstractSyntaxRecognizer
- Skips the current token.
- sleep(long) -
Static method in class oracle.ide.util.SystemUtils
- Sleeps for the specified number of milliseconds.
- sleepForUIToRepaint() -
Method in class oracle.ide.dialogs.ProgressBar
- The client code should call this in it's run() method that implements
the long-running process.
- smallIconChanged(PropertyChangeEvent) -
Method in class oracle.ide.controls.PropertyChangeAdaptor
-
- smartToggleDockableWindow(DockableWindow, Context) -
Static method in class oracle.ide.docking.DockUtil
- 'Smart' Toggles the visibility of the DockableWindow.
- snapToGrid -
Variable in class oracle.jdevimpl.uieditor.assistant.NullLayoutAssistant
-
- solve() -
Method in class oracle.ide.util.MnemonicSolver
- Solves mnemonic conflics.
- solveAndApplyTo(JMenu) -
Method in class oracle.ide.util.MenuGroupMnemonic
- Deprecated.
- solveAndApplyTo(JPopupMenu) -
Method in class oracle.ide.util.MenuGroupMnemonic
- Deprecated.
- solveMnemonics() -
Method in class oracle.ide.util.MenuGroupMnemonic
- Deprecated.
- solveMnemonics(MenuElement) -
Method in class oracle.ide.util.MenuGroupMnemonic
- Deprecated.
- solvePostponedLoad() -
Method in class oracle.ide.keyboard.KeyStrokeMap
- Call this method if you want to postpone the definition of your local actions.
- solvePostponedMaps() -
Method in class oracle.ide.keyboard.KeyStrokeOptions
-
- sort(ArrayList, ArrayList) -
Method in class oracle.jdevimpl.uieditor.assistant.BasicLayoutAssistant
-
- sortByColumn(int, boolean) -
Method in interface oracle.ide.controls.SortedTableModel
-
- sortData(int, boolean) -
Method in class oracle.ide.controls.SortedJTable
-
- sortData(ListDataItem[]) -
Method in class oracle.javatools.editor.insight.ListDataItemListModel
- Utility routine to perform an in-place sort of
ListDataItems
in the provided array.
- sortNavigables(Navigable[], Comparator) -
Static method in class oracle.ide.panels.Navigable
- Sorts the specified
Navigable
array using the specified
Navigable.NavigableComparator
, and returns a sorted version of the array.
- sortedComparator -
Static variable in class oracle.ide.model.DefaultFilter
- Builtin
DefaultFilter.SortedComparator
for ordering the children of a container
node in locale-sensitive collation order.
- sortedNodes(ModelNode) -
Method in class oracle.jdevimpl.uieditor.assistant.BasicLayoutAssistant
-
- sourcePath -
Variable in class oracle.ide.model.HierarchicalFilter
- Cached canonicalized version of the source path for the project.
- sourceToText(String) -
Static method in class oracle.ide.util.FastStringBuffer
- Translates a String which is compatible with source code (including
leading and trailing quote, expands backslash charaters, etc.) into
its actual String representation (e.g.
- start(DragComponentEvent) -
Method in interface oracle.ide.controls.DragComponentListener
- A drag operation is starting.
- start(String, String) -
Method in class oracle.ide.dialogs.ProgressBar
- Starts the ProgressBar.
- start() -
Method in class oracle.ide.runner.RunProcess
- Causes this process to begin execution.
- start() -
Method in class oracle.ide.runner.Starter
- Starts the process.
- start() -
Method in class oracle.ide.util.MonitorThread
- Call this method to start monitoring.
- start(boolean) -
Static method in class oracle.ide.util.StopWatch
- Start timing.
- start() -
Method in class oracle.ide.util.SwingWorker
- Start the worker thread.
- start -
Variable in class oracle.javatools.editor.language.NumberRange
- The starting number of the range.
- start(int) -
Method in class oracle.javatools.parser.AbstractSyntaxRecognizer
- Begins a new production and generates a token.
- start(boolean) -
Method in class oracle.jdeveloper.cm.dt.ProgressRunnable
- Starts the operation.
- start() -
Method in class oracle.jdeveloper.runner.JRunProcess
- Creates a new thread to compile the project.
- startAsynchronousLogging() -
Method in class oracle.jdeveloper.compiler.CompilerPage
- Start asynchronous logging
- startDocument() -
Method in class oracle.jdeveloper.cm.DefaultConnectionStore
-
- startElement(String, String, String, Attributes) -
Method in class oracle.jdeveloper.cm.DefaultConnectionStore
-
- startEmbeddedServer(Workspace, JProject, URL, boolean) -
Static method in class oracle.jdeveloper.runner.EmbeddedServer
- Deprecated.
- startEmbeddedServer(Workspace, JProject, URL, boolean, long) -
Static method in class oracle.jdeveloper.runner.EmbeddedServer
- Deprecated.
- startEmbeddedServer(Workspace, JProject, URL, boolean, boolean, long) -
Static method in class oracle.jdeveloper.runner.EmbeddedServer
- Deprecated.
- startEmbeddedServer() -
Method in class oracle.jdeveloper.webservices.WebServiceModel
- Start this web service in the embedded OC4J server.
- startEvent(int, String) -
Static method in class oracle.ide.util.IdeProfile
- Starts a profiler event
- startEvent(int) -
Static method in class oracle.ide.util.IdeProfile
- Starts a profiler event
- startEvent(int[], int, String) -
Static method in class oracle.ide.util.IdeProfile
- Starts a profiler event
- startEvent(int[], int) -
Static method in class oracle.ide.util.IdeProfile
- Starts a profiler event
- startEvent(int, String) -
Method in interface oracle.ide.util.Profiler
-
- startEvent(int) -
Method in interface oracle.ide.util.Profiler
-
- startException -
Variable in class oracle.ide.runner.Starter
- Exception thrown from Runtime exec.
- startMark -
Variable in class oracle.javatools.editor.highlight.HighlightedText
- The starting offset for this region of highlighted text (exclusive.)
- startOffset -
Variable in class oracle.javatools.editor.highlight.HighlightedFragment
- The starting offset for this fragment.
- startOffset -
Variable in class oracle.javatools.editor.language.StyledFragment
- The starting offset for this fragment.
- startOffset -
Variable in class oracle.javatools.parser.AbstractLexer.DefaultLexerToken
- The starting offset in the text buffer of this token.
- startOffset -
Variable in class oracle.javatools.parser.generic.GenericLexer
- The starting offset of the last token found.
- startQuiet(int) -
Method in class oracle.javatools.parser.AbstractSyntaxRecognizer
- Begins a new production and does not generate a token.
- startSampling() -
Static method in class oracle.ide.util.IdeProfile
- Start profiler sampling
- startSampling() -
Method in interface oracle.ide.util.Profiler
-
- startTarget() -
Method in class oracle.ide.runner.RunProcess
- Determines the target
Node
and Starter
for this
RunProcess and if successful, calls the Starter.start()
method.
- startTarget() -
Method in class oracle.jdeveloper.runner.JRunProcess
- Clears the log page associated with this run process (if
appropriate).
- startWith(KeyStrokes) -
Method in class oracle.ide.keyboard.KeyStrokes
- Checks if this KeyStrokes start with the same KeyStroke as in kss
- started() -
Method in class oracle.ide.runner.RunProcess
- This method will be called by the start method, when this
process has been started.
- starter -
Variable in class oracle.ide.runner.RunProcess
- The starter for this RunProcess.
- startsWithIgnoreCase(String, String) -
Static method in class oracle.javatools.editor.insight.ListDataItemListModel
- Utility routine to check whether the first name starts with the
second name, using case-insensitive comparison rules ("AA" == 'aa').
- startup(IdeArgs) -
Static method in class oracle.ide.Ide
-
- stateChange(int) -
Method in class oracle.ide.addin.AbstractPinnable
- Responds to changes in state.
- stateChange(int) -
Method in class oracle.ide.docking.DockableWindow
- This method gets called when a panel is shown, hidden, or closed.
- stateChanged(ChangeEvent) -
Method in class oracle.ide.controls.JToolButton.L
-
- stateChanged(PropertyChangeEvent) -
Method in class oracle.ide.controls.PropertyChangeAdaptor
-
- stateChanged(ChangeEvent) -
Method in class oracle.ide.controls.SingleRowTabbedPaneUI.EventHandler
-
- stateChanged(int) -
Method in class oracle.ide.explorer.AbstractExplorer
-
- stateChanged(int) -
Method in interface oracle.ide.explorer.Explorer
- Respond to a change of state between SHOWN, HIDDEN or CLOSED.
- stateChanged(ChangeEvent) -
Method in class oracle.ide.panels.TabbedPanel
-
- stateChanged(ChangeEvent) -
Method in class oracle.javatools.editor.plugins.StatusBarPlugin
- Invoked when the target of the listener has changed its state.
- stateChanged(ChangeEvent) -
Method in class oracle.jdeveloper.model.NewConfigurationPanel
-
- stateChanged(int) -
Method in class oracle.jdevimpl.uieditor.AbstractCanvas
-
- stateChanged(ChangeEvent) -
Method in class oracle.jdevimpl.uieditor.UIEditorOptionsPanel
-
- stateChanged(int) -
Method in class oracle.jdevimpl.uieditor.UIExplorer
-
- stateChanged(int) -
Method in class oracle.jdevimpl.uieditor.assistant.AssistantExplorer
-
- stateChanged(ChangeEvent) -
Method in class oracle.jdevimpl.uieditor.assistant.NullLayoutAssistant
-
- stickyModeActivated(PaletteEvent) -
Method in interface oracle.ide.palette.PaletteListener
- Notify listeners that sticky mode has been activated
- stickyModeActivated(PaletteEvent) -
Method in class oracle.jdevimpl.uieditor.CursorManager
-
- stickyModeDeactivated(PaletteEvent) -
Method in interface oracle.ide.palette.PaletteListener
- Notify listeners when sticky mode has been deactivated
- stickyModeDeactivated(PaletteEvent) -
Method in class oracle.jdevimpl.uieditor.CursorManager
-
- stop(boolean, long, String) -
Static method in class oracle.ide.util.StopWatch
- Stop timing.
- stopBuild(Context) -
Method in class oracle.jdeveloper.compiler.JCompiler
- Will return true if the build system is already busy building and not
currently available.
- stopBuildSystem() -
Method in class oracle.jdeveloper.compiler.UnifiedBuildSystem
-
- stopCellEditing() -
Method in class oracle.ide.controls.AbstractCellEditor
-
- stopSampling() -
Static method in class oracle.ide.util.IdeProfile
- Stop profiler sampling
- stopSampling() -
Method in interface oracle.ide.util.Profiler
-
- stopTracking() -
Method in class oracle.ide.explorer.IconOverlayTracker
- Performs cleanup after use and prior to finalization.
- store(OutputStream, String) -
Method in class oracle.ide.util.OrderedProperties
- Save properties to an OutputStream.
- string2List(String, List) -
Static method in class oracle.ide.util.IdeUtil
-
- stringFromChar(char) -
Static method in class oracle.ide.util.FastStringBuffer
- The opposite of charFromString, this method will return a String which best
represents the given char.
- stringStyle -
Variable in class oracle.javatools.editor.language.BuiltInStyles
- The base string style.
- stripMnemonic(String) -
Static method in class oracle.ide.util.ResourceUtils
- Deprecated. Use
StringUtils.stripMnemonic(String)
.
- styleName -
Variable in class oracle.javatools.editor.language.StyledFragment
- The name of the style to use for rendering this fragment.
- subList(int, int) -
Method in class oracle.ide.util.ListMap
-
- substring(int, int) -
Method in class oracle.ide.util.FastStringBuffer
- Just like String.substring() but uses FastStringBuffer
- supervisor() -
Method in class oracle.ide.Ide
- Gets the supervising controller.
- supervisor() -
Method in class oracle.ide.WizardManager
- Gets the supervising controller.
- supervisor() -
Method in class oracle.ide.addin.BaseController
- Gets the supervising controller
- supervisor() -
Method in class oracle.ide.addin.ChainedController
-
- supervisor() -
Method in interface oracle.ide.addin.Controller
- Gets the supervising controller
- supervisor() -
Method in class oracle.ide.layout.LayoutController
-
- supervisor() -
Method in class oracle.jdeveloper.compiler.JCompiler
- Gets the supervising controller.
- supervisor() -
Method in class oracle.jdeveloper.model.JProjectStructureController
- Gets the supervising controller
- supervisor() -
Method in class oracle.jdevimpl.uieditor.AbstractCanvasController
-
- support -
Variable in class oracle.javatools.editor.language.SmartIndentProvider
- The umbrella
LanguageSupport
instance.
- supportedClass() -
Static method in class oracle.ide.keyboard.KeyStroke2String
-
- supportedClass() -
Static method in class oracle.ide.marshal.Character2String
-
- supportedClass() -
Static method in class oracle.ide.marshal.Class2String
-
- supportsCustomEditor() -
Method in interface oracle.ide.inspector.Extension
- Determine whether or not a custom editor is available to the Property
Inspector Window for custom editing when the property value is currently
set to an inline instance of an implementation class represented by this
Extension, or when the user has selected a tag provided by this Extension.
- supportsCustomEditor() -
Method in class oracle.ide.propertyeditors.DirectoryEditor
- Determines whether the propertyEditor can provide a custom editor.
- supportsCustomEditor() -
Method in class oracle.ide.propertyeditors.PathPropertyEditor
-
- supportsCustomEditor() -
Method in class oracle.ide.propertyeditors.URLPathPropertyEditor
-
- supportsCustomEditor() -
Method in class oracle.jdevimpl.uieditor.assistant.GridBagConstraintsEditor
-
- supportsCustomEditor() -
Method in class oracle.jdevimpl.uieditor.assistant.PaneConstraintsEditor
-
- supportsCustomEditor() -
Method in class oracle.jdevimpl.uieditor.assistant.XYConstraintsEditor
-
- supportsDebugging() -
Method in interface oracle.jdeveloper.cm.ds.db.Database
- Determines whether this database instance supports debugging.
- supportsDebugging() -
Method in class oracle.jdeveloper.cm.ds.db.JdbcDatabase
-
- supportsInspection(View) -
Method in interface oracle.ide.inspector.InspectorManager
- Check if the specified
view
supports inspection of the
selected elements in its Context.
- supportsStructure(View) -
Method in interface oracle.ide.explorer.ExplorerManager
- Returns
true
if the specified view
supports
exploring of its data.
- swapTabs(int, int) -
Method in class oracle.ide.controls.SingleRowTabbedPane
-
- swapping -
Variable in class oracle.ide.controls.SingleRowTabbedPane
-
- sync() -
Method in class oracle.jdevimpl.uieditor.UIEditor
-
- syncWithScrollPane(JScrollPane) -
Method in class oracle.jdeveloper.ceditor.CEScrollPaneLayout
- This method must be called after setting a JScrollPanes
layout manager.
- systemId -
Variable in class oracle.ide.xml.StartElementPacket
-
T
- TABIFY -
Static variable in class oracle.javatools.editor.ActionNames
- TabifyAction
- TABLE -
Static variable in class oracle.jdeveloper.cm.ds.db.DBObject
- Constant: Database Table
- TABLE -
Static variable in class oracle.jdeveloper.cm.ds.db.DatabaseObjectType
- Constant: Table
- TABLES_TYPE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TABLES_TYPE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TABLE_ALLOW_NULLS -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TABLE_ALLOW_NULLS -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TABLE_BASE_TYPE -
Static variable in class oracle.jdeveloper.cm.ds.db.Trigger
-
- TABLE_FOLDER_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TABLE_FOLDER_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TABLE_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TABLE_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TABLE_NAME -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TABLE_NAME -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TABLE_PK -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TABLE_PK -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TABLE_SCALE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TABLE_SCALE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TABLE_SIZE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TABLE_SIZE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TABLE_TYPE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TABLE_TYPE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TABLE_VIEWER -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TABLE_VIEWER -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TABLE_VIEWER_ICON -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TABLE_VIEWER_ICON -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TAGS -
Static variable in class oracle.jdevimpl.uieditor.UIEditorOptions
-
- TARGET_NODE -
Static variable in class oracle.jdeveloper.cm.ConnectionDescriptor
- Property name: target node -- for OC4J web site name and Weblogic node
- TDialogLauncher - class oracle.ide.panels.TDialogLauncher.
- This classes launches a dialog whose content area is a single
Traversable
, thus the "T" prefix. - TDialogLauncher(Component, String, Traversable, Namespace, DialogRunnerCallback) -
Constructor for class oracle.ide.panels.TDialogLauncher
- The traversable's onEntry(...) method is called as a side effect
of constructing the TDialogLauncher.
- TDialogLauncher(Component, String, Traversable, Namespace) -
Constructor for class oracle.ide.panels.TDialogLauncher
-
- TEST_CANCEL -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TEST_CANCEL -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TEST_CANNOT_LEAVE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TEST_CANNOT_LEAVE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TEST_DIALOG_LABEL -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TEST_DIALOG_LABEL -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TEST_DIALOG_TITLE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TEST_DIALOG_TITLE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TEST_EXCEPTION -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TEST_EXCEPTION -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TEST_HINT_TEXT -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TEST_HINT_TEXT -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TEST_STATUS -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TEST_STATUS -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TEST_STATUS_CANCELLED -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TEST_STATUS_CANCELLED -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TEST_STATUS_SUCCESS -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TEST_STATUS_SUCCESS -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TEST_STATUS_TESTING -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TEST_STATUS_TESTING -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TEST_TEST -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TEST_TEST -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TEST_TEST_CANCELED -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TEST_TEST_CANCELED -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TEST_TEST_FAILED -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TEST_TEST_FAILED -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- THIN_BEVEL_BORDER -
Static variable in class oracle.jdeveloper.ceditor.CodeEditor
- This is a bevel border that is thinner (1 pixel) than the default
bevel border (2 pixels) available in Swing.
- THROW_STATEMENT -
Static variable in interface oracle.jdeveloper.jot.JotStatement
- The statement type for
throw
statements
- TITLE_CONNECTING -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TITLE_CONNECTING -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TITLE_CONNECTION -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TITLE_CONNECTION -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TITLE_CONNECTION_PAGE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TITLE_CONNECTION_PAGE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TITLE_DROPPING -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TITLE_DROPPING -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TI_ABDC -
Static variable in class oracle.ide.util.TreeIteratorFactory
-
- TI_ACBD -
Static variable in class oracle.ide.util.TreeIteratorFactory
-
- TI_DBCA -
Static variable in class oracle.ide.util.TreeIteratorFactory
-
- TK_CLOSE_BRACE -
Static variable in interface oracle.javatools.parser.generic.GenericTokens
- The constant for a close brace token.
- TK_EOF -
Static variable in class oracle.javatools.parser.AbstractSyntaxRecognizer
- Convenience constant.
- TK_EOF -
Static variable in interface oracle.javatools.parser.Lexer
- Constant indicating that there are no more tokens remaining
because the Lexer reached the end of the file.
- TK_FLOAT -
Static variable in interface oracle.javatools.parser.generic.GenericTokens
- The constant for a float token.
- TK_IDENTIFIER -
Static variable in interface oracle.javatools.parser.generic.GenericTokens
- The constant for an identifier token.
- TK_INTEGER -
Static variable in interface oracle.javatools.parser.generic.GenericTokens
- The constant for an integer token.
- TK_KEYWORD -
Static variable in interface oracle.javatools.parser.generic.GenericTokens
- The constant for a keyword token.
- TK_MULTI_COMMENT -
Static variable in interface oracle.javatools.parser.generic.GenericTokens
- The constant for a multi-line comment token.
- TK_NOT_FOUND -
Static variable in interface oracle.javatools.parser.Lexer
- Constant indicating a bad token value.
- TK_OPEN_BRACE -
Static variable in interface oracle.javatools.parser.generic.GenericTokens
- The constant for an open brace token.
- TK_QUOTES -
Static variable in interface oracle.javatools.parser.generic.GenericTokens
- The constant for a quote token.
- TK_SINGLE_COMMENT -
Static variable in interface oracle.javatools.parser.generic.GenericTokens
- The constant for a single-line comment token.
- TNode - interface oracle.ide.explorer.TNode.
- The
TNode
interface extends the TreeNode
. - TNodeConstants - class oracle.ide.explorer.TNodeConstants.
- The
TNodeConstants
class defines the TNode
bits. - TOGGLES -
Static variable in class oracle.ide.controls.ToggleAction
-
- TOGGLE_COMMENTS -
Static variable in class oracle.javatools.editor.ActionNames
- ToggleCommentsAction
- TOGGLE_COMPONENT_ORIENTATION -
Static variable in class oracle.javatools.editor.ActionNames
- ToggleComponentOrientationAction
- TOGGLE_INSERT_MODE -
Static variable in class oracle.javatools.editor.ActionNames
- ToggleInsertModeAction
- TOGGLE_JAVA_COMMENTS -
Static variable in class oracle.javatools.editor.ActionNames
- Deprecated.
- TOGGLE_MACRO_RECORDING -
Static variable in class oracle.javatools.editor.ActionNames
- MacroRecorderAction
- TOOLBAR_CMD -
Static variable in interface oracle.ide.IdeConstants
- Show/Hide toolbar command.
- TOOLBAR_CMD_ID -
Static variable in interface oracle.ide.IdeConstants
- Show/Hide toolbar command id.
- TOOLBAR_ITEM -
Static variable in interface oracle.jdevimpl.uieditor.LayoutAssistant
- Property suffix to use in combination with getToolbarPrefix() for fetching
individual Toolbar items for this LayoutAssistant from the IDE settings.
- TOOLBAR_ITEM_COUNT -
Static variable in interface oracle.jdevimpl.uieditor.LayoutAssistant
- Property suffix to use in combination with getToolbarPrefix() for fetching
the number of available Toolbar items for this LayoutAssistant from the
IDE settings.
- TOOLTIP_INSIGHT -
Static variable in class oracle.javatools.editor.ActionNames
- TooltipInsight
- TOOLTIP_TYPE -
Static variable in class oracle.javatools.editor.insight.AbstractInsight
- Constant describing an Insight tooltype type implementation.
- TOP -
Static variable in class oracle.ide.controls.VerticalFlowLayout
-
- TOP_FOLDER_KEY -
Static variable in class oracle.ide.model.HierarchicalFilter
- Folder key constant used for top-level children of the filter.
- TO_BOTH -
Static variable in class oracle.javatools.editor.BasicEditorKit.DeleteNextWordAction
- Constant to delete to start or end of a word, whichever occurs first.
- TO_BOTH -
Static variable in class oracle.javatools.editor.BasicEditorKit.DeletePreviousWordAction
- Constant to delete to start or end of a word, whichever occurs first.
- TO_BOTH -
Static variable in class oracle.javatools.editor.BasicEditorKit.NextWordAction
- Constant to delete to start or end of a word, whichever occurs first.
- TO_BOTH -
Static variable in class oracle.javatools.editor.BasicEditorKit.PreviousWordAction
- Constant to delete to start or end of a word, whichever occurs first.
- TO_END -
Static variable in class oracle.javatools.editor.BasicEditorKit.DeleteNextWordAction
- Constant to delete to end of a word.
- TO_END -
Static variable in class oracle.javatools.editor.BasicEditorKit.DeletePreviousWordAction
- Constant to delete to end of a word.
- TO_END -
Static variable in class oracle.javatools.editor.BasicEditorKit.NextWordAction
- Constant to delete to end of a word.
- TO_END -
Static variable in class oracle.javatools.editor.BasicEditorKit.PreviousWordAction
- Constant to delete to end of a word.
- TO_START -
Static variable in class oracle.javatools.editor.BasicEditorKit.DeleteNextWordAction
- Constant to delete to start of a word.
- TO_START -
Static variable in class oracle.javatools.editor.BasicEditorKit.DeletePreviousWordAction
- Constant to delete to start of a word.
- TO_START -
Static variable in class oracle.javatools.editor.BasicEditorKit.NextWordAction
- Constant to delete to start of a word.
- TO_START -
Static variable in class oracle.javatools.editor.BasicEditorKit.PreviousWordAction
- Constant to delete to start of a word.
- TP_AUTH_TIP -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TP_AUTH_TIP -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TP_AUTH_TITLE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TP_AUTH_TITLE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TP_CONN_TIP -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TP_CONN_TIP -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TP_CONN_TITLE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TP_CONN_TITLE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TP_TEST_TIP -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TP_TEST_TIP -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TP_TEST_TITLE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TP_TEST_TITLE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TP_TYPE_TIP -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TP_TYPE_TIP -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TP_TYPE_TITLE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TP_TYPE_TITLE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TRANSITIONS -
Static variable in class oracle.ide.panels.FSM
- State property for the
Map
that tells how transitions
lead out of a state to other states in the FSM.
- TRANSPOSE_CHARS -
Static variable in class oracle.javatools.editor.ActionNames
- TransposeCharsAction
- TREE_INACTIVE_SELECTION_BACKGROUND_KEY -
Static variable in interface oracle.ide.IdeUIManager
-
- TREE_INACTIVE_SELECTION_FOREGROUND_KEY -
Static variable in interface oracle.ide.IdeUIManager
-
- TRIGGER -
Static variable in class oracle.jdeveloper.cm.ds.db.DatabaseObjectType
- Constant: Oracle Trigger
- TRIGGERS_TYPE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TRIGGERS_TYPE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TRIGGER_FOLDER_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TRIGGER_FOLDER_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TRIGGER_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- TRIGGER_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- TRIGGER_TYPE -
Static variable in class oracle.jdeveloper.cm.ds.db.Trigger
-
- TRIGGER_TYPES -
Static variable in class oracle.jdeveloper.cm.ds.db.Trigger
-
- TRI_STATE -
Static variable in class oracle.ide.util.TriStateBoolean
TRI_STATE
represents the tri-state.
- TRUE -
Static variable in class oracle.ide.util.TriStateBoolean
TRUE
corresponds to a typical Boolean true
.
- TRUNCATE_EVENT -
Static variable in class oracle.jdeveloper.cm.ds.db.Trigger
-
- TRY_STATEMENT -
Static variable in interface oracle.jdeveloper.jot.JotStatement
- The statement type for
try
statements
- TYPE -
Static variable in class oracle.jdeveloper.cm.ds.db.DatabaseObjectType
- Constant: Oracle Object Type Specification
- TYPECAST_EXPRESSION -
Static variable in interface oracle.jdeveloper.jot.JotExpression
- ID value representing a typecast.
- TYPES -
Static variable in class oracle.jdeveloper.jot.JotNames
- An array of Java type names.
- TYPE_ALERT -
Static variable in class oracle.ide.dialogs.BaseMessageDialog
- The look and feel dependent alert/confirmation icon.
- TYPE_ALL -
Static variable in class oracle.ide.keyboard.KeyStrokesConstraintFactory
- KeyStrokesConstraint ID.
- TYPE_APPLICATION_ERROR -
Static variable in class oracle.ide.dialogs.BaseMessageDialog
- The look and feel dependent error icon.
- TYPE_BODY -
Static variable in class oracle.jdeveloper.cm.ds.db.DatabaseObjectType
- Constant: Oracle Object Type Body
- TYPE_CONFIRMATION -
Static variable in class oracle.ide.dialogs.BaseMessageDialog
- The look and feel dependent confirmation icon.
- TYPE_CPP -
Static variable in class oracle.jdeveloper.ceditor.CodeEditor
- The syntax highlighting type for C++ files.
- TYPE_DISCARDABLE -
Static variable in interface oracle.ide.docking.Dockable
- If a Dockable has no corresponding menu View+xxx, it is discardable.
- TYPE_HTML -
Static variable in class oracle.jdeveloper.ceditor.CodeEditor
- The syntax highlighting type for HTML files.
- TYPE_IDL -
Static variable in class oracle.jdeveloper.ceditor.CodeEditor
- The syntax highlighting type for IDL files.
- TYPE_INFORMATION -
Static variable in class oracle.ide.dialogs.BaseMessageDialog
- The look and feel dependent information icon.
- TYPE_JAVA -
Static variable in class oracle.jdeveloper.ceditor.CodeEditor
- The syntax highlighting type for Java files.
- TYPE_JSP -
Static variable in class oracle.jdeveloper.ceditor.CodeEditor
- THe syntax highlighting type for JSP files.
- TYPE_NORMAL -
Static variable in interface oracle.ide.docking.Dockable
- If a Dockable has a corresponding menu View+xxx.
- TYPE_NOT_TABBED -
Static variable in interface oracle.ide.docking.Dockable
- does not allow to be tabbed together with another dockable
- TYPE_NO_BUTTONS -
Static variable in interface oracle.ide.docking.Dockable
- does not show buttons in the title bar
- TYPE_PLAIN -
Static variable in class oracle.jdeveloper.ceditor.CodeEditor
- The syntax highlighting type for plain files.
- TYPE_PLSQL -
Static variable in class oracle.jdeveloper.ceditor.CodeEditor
- The syntax highlighting type for PL/SQL files.
- TYPE_PROPERTIES -
Static variable in class oracle.jdeveloper.ceditor.CodeEditor
- The syntax highlighting type for Properties files.
- TYPE_RECYCLABLE -
Static variable in interface oracle.ide.docking.Dockable
- Recyclable dockables are allowed to change the hosted component.
- TYPE_SQL -
Static variable in class oracle.jdeveloper.ceditor.CodeEditor
- The syntax highlighting type for SQL files.
- TYPE_SUFFIX -
Static variable in interface oracle.ide.inspector.PropertyEditorRegistrar
- Suffix used to tokenize a 3rd party PropertyEditor registration.
- TYPE_TEXT_EDITOR -
Static variable in class oracle.ide.keyboard.KeyStrokesConstraintFactory
- KeyStrokesConstraint ID.
- TYPE_TRUNCATE_TITLE -
Static variable in interface oracle.ide.docking.Dockable
- If set, partial titles can be shown in the title bar.
- TYPE_XML -
Static variable in class oracle.jdeveloper.ceditor.CodeEditor
- The syntax highlighting type for XML files.
- T_STYLE -
Static variable in class oracle.ide.controls.PentaLayout
- Layouts the components like this:
- TabbedPaneLayoutAssistant - class oracle.jdevimpl.uieditor.assistant.TabbedPaneLayoutAssistant.
-
- TabbedPaneLayoutAssistant() -
Constructor for class oracle.jdevimpl.uieditor.assistant.TabbedPaneLayoutAssistant
-
- TabbedPanel - class oracle.ide.panels.TabbedPanel.
- This is a
NavigableUIContainer
implementation whose
appearance is based on JTabbedPane
; each page of a
TabbedPanel
is a Traversable
and the order of
the pages is specified by an array of Navigable
s. - TabbedPanel(Navigable[]) -
Constructor for class oracle.ide.panels.TabbedPanel
-
- TabbedPanel(Navigable[], int) -
Constructor for class oracle.ide.panels.TabbedPanel
-
- TabbedWindow - class oracle.ide.controls.TabbedWindow.
-
- TabbedWindow() -
Constructor for class oracle.ide.controls.TabbedWindow
-
- TabbedWindow.PageInfo - class oracle.ide.controls.TabbedWindow.PageInfo.
-
- TabbedWindowEvent - class oracle.ide.controls.TabbedWindowEvent.
- A TabbedWindowEvent class.
- TabbedWindowEvent(Object, Object) -
Constructor for class oracle.ide.controls.TabbedWindowEvent
-
- TabbedWindowListener - interface oracle.ide.controls.TabbedWindowListener.
- A TabbedWindowListener class.
- Table - class oracle.jdeveloper.cm.ds.db.Table.
- Model of a database table.
- Table() -
Constructor for class oracle.jdeveloper.cm.ds.db.Table
- Constructor
- Table(String) -
Constructor for class oracle.jdeveloper.cm.ds.db.Table
-
- TableTransformer - interface oracle.ide.controls.TableTransformer.
-
- Tag2Children - class oracle.jdeveloper.model.Tag2Children.
- The
Tag2Children
is an abstract class that should be extended
extended by converters that need to process project children that are
owned by other containers included in the project. - Tag2Children() -
Constructor for class oracle.jdeveloper.model.Tag2Children
-
- Tag2JProject - class oracle.jdeveloper.model.Tag2JProject.
- The
Tag2JProject
class marshals the java project
settings into the JProject
object. - Tag2JProject() -
Constructor for class oracle.jdeveloper.model.Tag2JProject
-
- Tag2OjcConfiguration - class oracle.jdeveloper.compiler.Tag2OjcConfiguration.
- The
Tag2OjcConfiguration
class marshals the compiler
settings into the OjcConfiguration
object. - Tag2OjcConfiguration() -
Constructor for class oracle.jdeveloper.compiler.Tag2OjcConfiguration
-
- Tag2Workspace - class oracle.ide.model.Tag2Workspace.
- Loads the
Workspace
properties from the TagElement
representing the workspace. - Tag2Workspace() -
Constructor for class oracle.ide.model.Tag2Workspace
-
- TestCase - interface oracle.jdeveloper.junit.TestCase.
- The TestCase interface defines the common set of functions that a Jdeveloper TestCase
generator will implement.
- TestCaseContainer - interface oracle.jdeveloper.junit.TestCaseContainer.
- The TestCaseContainer manages a set of TestCases.
- TestFactory - class oracle.jdeveloper.junit.TestFactory.
- The TestFactory class is the main entry point for JUnit api users.
- TestFactory() -
Constructor for class oracle.jdeveloper.junit.TestFactory
-
- TestFixture - interface oracle.jdeveloper.junit.TestFixture.
- A TestFixture becomes an instance variable of a TestCase.
- TestSuite - interface oracle.jdeveloper.junit.TestSuite.
- The TestSuite is a TestCase container.
- TextBuffer - interface oracle.javatools.buffer.TextBuffer.
- The
TextBuffer
interface describes a class which can be
used for managing the raw text content of a document. - TextBufferFactory - class oracle.javatools.buffer.TextBufferFactory.
- The
TextBufferFactory
is a static factory class for
creating TextBuffer
instances for use. - TextBufferListener - interface oracle.javatools.buffer.TextBufferListener.
- The
TextBufferListener
interface should be implemented
by observers interested in receiving notifications of changes to
the associated TextBuffer
. - TextBufferStreamFactory - class oracle.ide.util.TextBufferStreamFactory.
- The
TextBufferStreamFactory
is a utilities class for
creating InputStream
and OutputStream
wrappers for a TextBuffer
. - TextBufferStreamFactory() -
Constructor for class oracle.ide.util.TextBufferStreamFactory
-
- TextDocument - interface oracle.ide.model.TextDocument.
- The
TextDocument
extends the Document interface by
providing the way for a (code) editor to access the data in this
text document using a Content interface. - TextNode - class oracle.ide.model.TextNode.
- The
TextNode
class extends DefaultNode
and should
be used for all objects that can be opened as a text file inside a
code editor. - TextNode() -
Constructor for class oracle.ide.model.TextNode
-
- TextNode(URL) -
Constructor for class oracle.ide.model.TextNode
-
- ThinBevel - class oracle.ide.controls.ThinBevel.
ThinBevel
is the same as a BevelBorder
, except
that its thickness is 1 pixel instead of 2 pixels.- ThinBevel(int) -
Constructor for class oracle.ide.controls.ThinBevel
-
- TimedCache - class oracle.ide.util.TimedCache.
- The
TimedCache
is an implementation of a cache that
is based around an expiration timer. - TimedCache() -
Constructor for class oracle.ide.util.TimedCache
- Constructs a new, empty
TimedCache
instance
with default expiration on objects added to the cache.
- TimedCache(int) -
Constructor for class oracle.ide.util.TimedCache
- Constructs a new, empty
TimedCache
instance
with the specified default expiration on objects added to the cache
without an expiration time.
- TitleChangeEvent - class oracle.ide.docking.TitleChangeEvent.
- The TileChangeEvent contains the new title.
- TitleChangeEvent(Dockable) -
Constructor for class oracle.ide.docking.TitleChangeEvent
- Constructs a TitleChangeEvent with the specified
dockable.
- TitleChangeListener - interface oracle.ide.docking.TitleChangeListener.
- An interface that clients that want to be notified of docking changes
in a docking port must implement.
- TitledWizardContent - class oracle.ide.wizard.TitledWizardContent.
- Deprecated. use oracle.bali.ewt.wizard.TitledWizardPage
- TitledWizardContent(String, Component) -
Constructor for class oracle.ide.wizard.TitledWizardContent
- Deprecated.
- TitledWizardDialog - class oracle.ide.wizard.TitledWizardDialog.
WizardDialog
subclass which controls whether the welcome
page is the first selected page when you run the wizard dialog.- TitledWizardDialog() -
Constructor for class oracle.ide.wizard.TitledWizardDialog
-
- TitledWizardDialog(BaseWizard) -
Constructor for class oracle.ide.wizard.TitledWizardDialog
-
- TitledWizardDialog(BaseWizard, Frame) -
Constructor for class oracle.ide.wizard.TitledWizardDialog
-
- TitledWizardDialog(BaseWizard, Dialog, boolean) -
Constructor for class oracle.ide.wizard.TitledWizardDialog
-
- TitledWizardDialog(BaseWizard, Frame, boolean) -
Constructor for class oracle.ide.wizard.TitledWizardDialog
-
- ToStringManager - class oracle.ide.marshal.ToStringManager.
- Class that helps manage the conversion of objects to and from a
String
representation. - ToggleAction - class oracle.ide.controls.ToggleAction.
-
- ToggleAction(String, Icon) -
Constructor for class oracle.ide.controls.ToggleAction
-
- ToggleAction(ToggleAction) -
Constructor for class oracle.ide.controls.ToggleAction
-
- ToggleMenuItem - class oracle.ide.controls.ToggleMenuItem.
- The ToggleMenuItem class is a subclass of javax.swing.JCheckBoxMenuItem that
has been extended to respond to additional PropertyChangeEvent notifications
for state and accelerator from the ToggleAction from which it was
constructed.
- ToggleMenuItem(ToggleAction) -
Constructor for class oracle.ide.controls.ToggleMenuItem
- Constructor.
- ToggleToolButton - class oracle.ide.controls.ToggleToolButton.
-
- ToggleToolButton(ToggleAction) -
Constructor for class oracle.ide.controls.ToggleToolButton
-
- ToolButton - class oracle.ide.controls.ToolButton.
ToolButton
...- ToolButton(Action) -
Constructor for class oracle.ide.controls.ToolButton
-
- ToolButtonUI - class oracle.ide.controls.ToolButtonUI.
ToolButtonUI
...- ToolButtonUI() -
Constructor for class oracle.ide.controls.ToolButtonUI
-
- ToolTipProvider - interface oracle.javatools.editor.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. - Toolbar -
Static variable in class oracle.ide.MainWindow
-
- Toolbar - class oracle.ide.controls.Toolbar.
- The
Toolbar
class is a replacement for JToolBar
. - Toolbar(JFrame) -
Constructor for class oracle.ide.controls.Toolbar
- Create a tool bar with no buttons.
- Toolbar() -
Constructor for class oracle.ide.controls.Toolbar
- Create a tool bar without buttons, and don't initially add the
toolbar to a container.
- ToolbarGroup - interface oracle.ide.controls.ToolbarGroup.
- Toolbar items implement this interface in order to allow access to the
action encapsulating their behavior.
- ToolbarItem - interface oracle.ide.controls.ToolbarItem.
- Toolbar items implement this interface in order to allow acces to the
action encapsulating their behavior.
- Toolbars -
Static variable in class oracle.ide.MainWindow
-
- Tools -
Static variable in class oracle.ide.MainWindow
-
- TooltipDataItem - class oracle.javatools.editor.insight.TooltipDataItem.
- The
TooltipDataItem
can be used as an abstract
starting point for data item objects stored in a
TooltipInsightData
. - TooltipDataItem() -
Constructor for class oracle.javatools.editor.insight.TooltipDataItem
-
- TooltipDataItemCellRenderer - class oracle.javatools.editor.insight.TooltipDataItemCellRenderer.
- The
TooltipDataItemCellRenderer
is our implementation of a
ListCellRenderer
for drawing the individual items that
are displayed in the JList view for tooltip insight. - TooltipDataItemCellRenderer() -
Constructor for class oracle.javatools.editor.insight.TooltipDataItemCellRenderer
- Constructs a new TooltipDataItemCellRenderer for insight.
- TooltipDataItemListModel - class oracle.javatools.editor.insight.TooltipDataItemListModel.
- The
TooltipDataItemListModel
is a basic implementation of
an immutable ListModel which just takes an array of TooltipDataItem
objects (or its subclasses) and can be used as the ListModel for a
JList. - TooltipDataItemListModel(TooltipDataItem[]) -
Constructor for class oracle.javatools.editor.insight.TooltipDataItemListModel
- Constructs a new
TooltipDataItemListModel
using the data
elements specified.
- TooltipInsightData - class oracle.javatools.editor.insight.TooltipInsightData.
- The
TooltipInsightData
interface contains public API
routines for an InsightData model that is based on a list model,
and is used for displaying tooltip (hint) information only. - TooltipInsightData() -
Constructor for class oracle.javatools.editor.insight.TooltipInsightData
-
- TooltipInsightView - class oracle.javatools.editor.insight.TooltipInsightView.
- The
TooltipInsightView
class is an implementation of
the InsightView
to support tooltip insight using a
list-type data model. - TooltipInsightView() -
Constructor for class oracle.javatools.editor.insight.TooltipInsightView
- Constructs a new
TooltipInsightView
with no custom cell
renderer.
- TooltipInsightView(ListCellRenderer) -
Constructor for class oracle.javatools.editor.insight.TooltipInsightView
- Constructs a new
TooltipInsightView
with no data,
but with the specified cell renderer.
- TooltipInsightView(ListInsightData) -
Constructor for class oracle.javatools.editor.insight.TooltipInsightView
- Constructs a new
TooltipInsightView
with the given
insight data, but no cell renderer.
- TooltipInsightView(ListInsightData, ListCellRenderer) -
Constructor for class oracle.javatools.editor.insight.TooltipInsightView
- Constructs a new
TooltipInsightView
with the given
insight data and cell renderer.
- Top -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- Top -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- ToplevelView - interface oracle.ide.addin.ToplevelView.
View
components dispaly information to the user.- TransferableContext - class oracle.ide.datatransfer.TransferableContext.
TransferableContext
represents the set of selected
Element
objects that are part of drag-and-drop data
transfer operation.- TransferableContext(Context) -
Constructor for class oracle.ide.datatransfer.TransferableContext
- Construct a
TransferableContext
from the specified
Context
.
- TransferableEditorTab - class oracle.ide.datatransfer.TransferableEditorTab.
- Deprecated. No longer used.
- TransferableEditorTab(JTabbedPane, int) -
Constructor for class oracle.ide.datatransfer.TransferableEditorTab
- Deprecated. Constructs a new
EditorTransferable
that represents
a particular Editor involved in a drag operation.
- TransientMarker - exception oracle.ide.util.TransientMarker.
- The
TransientMarker
is a special kind of runtime
exception that can be declared in the throws
clause
of a getter method to indicate to the IDE's marshalling code that
the property represented by the getter is transient and should
not be persisted. - Translator - interface oracle.jdeveloper.compiler.Translator.
-
- Translator.Log - interface oracle.jdeveloper.compiler.Translator.Log.
-
- Traversable - interface oracle.ide.panels.Traversable.
- The methods defined in the
Traversable
interface
specify the operations that a UI component must support in order
to be traversed in complex UI widgets such as a property dialog,
a wizard, or any other panel-based UI. - TraversableContext - class oracle.ide.panels.TraversableContext.
- The
TraversableContext
class provides the means for
a Traversable
to find the data objects that it is
responsible for editing whenever it is entered or exited. - TraversableContext(Navigable, int) -
Constructor for class oracle.ide.panels.TraversableContext
- This constructor creates a new instance using the specified
Navigable
to determine the data context.
- TraversableContext(Namespace, int) -
Constructor for class oracle.ide.panels.TraversableContext
- This constructor creates a new instance using the specified
Namespace
as the data context.
- TraversalException - exception oracle.ide.panels.TraversalException.
- The
TraversalException
can be thrown by the
Traversable.onExit(TraversableContext)
method if
the user has entered incomplete, invalid, or inconsistent data
that causes validation to fail. - TraversalException(String) -
Constructor for class oracle.ide.panels.TraversalException
- Creates a new instance with the specified
String
as
the displayable error message to show to the user.
- TraversalException(String, String) -
Constructor for class oracle.ide.panels.TraversalException
- Creates a new instance with the specified
String
as
the displayable error message to show to the user.
- TraversalException(String, String, String) -
Constructor for class oracle.ide.panels.TraversalException
- Creates a new instance with the specified
String
as
the displayable error message to show to the user.
- TraversalException(Object) -
Constructor for class oracle.ide.panels.TraversalException
- Creates a new instance with the specified object providing the
displayable error message UI to show to the user.
- TraversalException(Object, String) -
Constructor for class oracle.ide.panels.TraversalException
- Creates a new instance with the specified object providing the
displayable error message UI to show to the user.
- TraversalException(Object, String, String) -
Constructor for class oracle.ide.panels.TraversalException
- Creates a new instance with the specified object providing the
displayable error message UI to show to the user.
- TreeExplorer - interface oracle.ide.explorer.TreeExplorer.
- The
TreeExplorer
interface defines the API for managing
the nodes in the navigator and explorer trees. - TreeIterator - interface oracle.ide.util.TreeIterator.
- This interface specifies the TreeIterator.
- TreeIteratorABDC - class oracle.ide.util.TreeIteratorABDC.
- If the tree structure is
A
/ \
B C
/
D
the returned order is
A, B, D, C
hence the name.
- TreeIteratorABDC(TreeNode) -
Constructor for class oracle.ide.util.TreeIteratorABDC
-
- TreeIteratorACBD - class oracle.ide.util.TreeIteratorACBD.
- If the tree structure is
A
/ \
B C
/
D
the returned order is
A, C, B, D
hence the name.
- TreeIteratorACBD(TreeNode) -
Constructor for class oracle.ide.util.TreeIteratorACBD
-
- TreeIteratorDBCA - class oracle.ide.util.TreeIteratorDBCA.
- If the tree structure is
A
/ \
B C
/
D
the returned order is
D, B, C, A
hence the name.
- TreeIteratorDBCA(TreeNode) -
Constructor for class oracle.ide.util.TreeIteratorDBCA
-
- TreeIteratorFactory - class oracle.ide.util.TreeIteratorFactory.
- Creates one of the TreeIterators.
- TreeIteratorFactory.Type - class oracle.ide.util.TreeIteratorFactory.Type.
-
- TreeIteratorLeaves - class oracle.ide.util.TreeIteratorLeaves.
- An IteratorFilter that takes a TreeIterator and only keeps leaves
- TreeIteratorLeaves(TreeIterator) -
Constructor for class oracle.ide.util.TreeIteratorLeaves
-
- TreeTableModel - interface oracle.ide.controls.TreeTableModel.
- The code in this class is derived from the source from the JTreeTable
article that can be found at: http://java.sun.com/products/jfc/tsc/articles/treetable2/index.html.
- TreeTableModelAdapter - class oracle.ide.controls.TreeTableModelAdapter.
- The code in this class is derived from the source from the JTreeTable
article that can be found at: http://java.sun.com/products/jfc/tsc/articles/treetable2/index.html.
- TreeTableModelAdapter(TreeTableModel, JTree) -
Constructor for class oracle.ide.controls.TreeTableModelAdapter
-
- TriStateBoolean - class oracle.ide.util.TriStateBoolean.
- This class represents a flag that has three states, as opposed to
the two states of a regular
boolean
flag. - Trigger - class oracle.jdeveloper.cm.ds.db.Trigger.
-
- Trigger() -
Constructor for class oracle.jdeveloper.cm.ds.db.Trigger
-
- Trigger(String, String) -
Constructor for class oracle.jdeveloper.cm.ds.db.Trigger
-
- tabAreaBackground -
Variable in class oracle.ide.controls.SingleRowTabbedPaneUI
-
- tabForCoordinate(JTabbedPane, int, int) -
Method in class oracle.ide.controls.SingleRowTabbedPaneUI
-
- target -
Variable in class oracle.ide.inspector.DefaultInspectable
-
- target -
Variable in class oracle.ide.runner.RunProcess
- The target for this RunProcess.
- target -
Variable in class oracle.jdeveloper.runner.JStarter
- The target items for the java command line.
- targets -
Variable in class oracle.ide.cmd.PropertySetCommand
-
- tempWasCreated() -
Method in class oracle.ide.net.URLTempFile
- Returns
true
if a temporary file was acutally created
in the process of providing the File
object.
- terminate() -
Static method in class oracle.ide.Ide
- Called when the MainWindow is closed.
- terminate() -
Method in interface oracle.ide.compiler.CopyListener
- This method allows the listener implementation to cleanup any
temporarty data created by initialize() and/or handleCopy().
- terminate() -
Method in class oracle.ide.runner.RunProcess
- Terminates this process.
- terminate(Project, boolean) -
Method in interface oracle.ide.runner.Runner
- This methods requests the runner to terminate all processe running
under the specified
project
.
- terminate() -
Method in class oracle.ide.runner.Starter
- Terminates the process.
- terminateEmbeddedServer() -
Method in class oracle.jdeveloper.webservices.WebServiceModel
- If it is running, terminate the embedded OC4J server running this web
service.
- terminateGracefully() -
Method in class oracle.ide.runner.Starter
- Terminates the process gracefully.
- testBit(int, int) -
Static method in class oracle.javatools.editor.Utilities
- Determines whether the given bit flag (i.e., 0x0001000) is set
in the value.
- testPresentation(String) -
Method in class oracle.jdeveloper.cm.AbstractConnectionWrapper
-
- testPresentation(String) -
Method in interface oracle.jdeveloper.cm.ConnectionWrapper
- Tests the given presentation, throws
CMException
on failure.
- testPresentation(String) -
Method in class oracle.jdeveloper.cm.IasRemoteDcmConnectionWrapper
-
- testPresentation(String) -
Method in class oracle.jdeveloper.cm.JndiConnectionWrapper
-
- textBuffer -
Variable in class oracle.javatools.editor.language.GenericBraceProvider
- The TextBuffer instance used by this GenericBraceProvider.
- textBuffer -
Variable in class oracle.javatools.editor.language.LexerBlockRenderer
- The text buffer that we are rendering.
- textBuffer -
Variable in class oracle.javatools.parser.AbstractLexer
- The underlying text buffer we are lexing.
- textToSource(String, boolean) -
Static method in class oracle.ide.util.FastStringBuffer
- Converts a String into a form that will compile (translating
special characters into backslash-something and adding
leading and trailing quotes.
- textToSource(String, boolean, String) -
Static method in class oracle.ide.util.FastStringBuffer
-
- timeAfterCompile -
Variable in class oracle.jdeveloper.runner.JRunProcess
- The time after compile finished.
- timeCreated -
Variable in class oracle.ide.runner.RunProcess
- The time this RunProcess was created.
- titleChange(TitleChangeEvent) -
Method in interface oracle.ide.docking.TitleChangeListener
- This method gets called when the title of the hosted dockable
changes and the title panel title and tab needs to update.
- toArray() -
Method in class oracle.ide.util.ListMap
-
- toArray(Object[]) -
Method in class oracle.ide.util.ListMap
-
- toBoundURL(String) -
Method in class oracle.ide.net.URLPath
- Given a relative spec, this method attempts to construct a fully
qualified
URL
that is bound to a corresponding resource
on this URLPath
.
- toCommitURL(String, URL, URL) -
Static method in class oracle.jdeveloper.model.JProjectUtil
- If
defWspDir
is not null this method builds an absolute
path using defWspDir
as the base directory.
- toDisplayPath(URLPath, URL) -
Static method in class oracle.jdeveloper.model.JProjectUtil
- If
defWspDir
is not null this method returns the first
paths
relative defWspDir
.
- toDisplayPath(URL, URL) -
Static method in class oracle.jdeveloper.model.JProjectUtil
- If
defWspDir
is not null this method returns
path
relative defWspDir
.
- toDisplayString(URL) -
Method in class oracle.ide.net.IdeDisplayURLFileSystemHelper
-
- toDisplayString(URL) -
Method in class oracle.ide.net.IdeURLFileSystemHelper
-
- toDisplayString(URL) -
Static method in class oracle.ide.net.URLFileSystem
- Returns a user-displayable form of the specified
URL
.
- toDisplayString(URL) -
Method in class oracle.ide.net.URLFileSystemHelper
- Returns a displayable form of the complete
URL
.
- toElement(Object, TagElement, Tag2Object) -
Method in class oracle.ide.model.Tag2Workspace
- Not supported.
- toElement(Object, TagElement, Tag2Object) -
Method in class oracle.jdeveloper.compiler.Tag2OjcConfiguration
- Not supported.
- toElement(Object, TagElement, Tag2Object) -
Method in class oracle.jdeveloper.model.Tag2Children
- Not supported.
- toElement(Object, TagElement, Tag2Object) -
Method in class oracle.jdeveloper.model.Tag2JProject
- Not supported.
- toMap() -
Method in class oracle.ide.util.Namespace
- Returns the data contained by the
Namespace
as a
Map
.
- toNamespaceURI(String) -
Static method in class oracle.ide.xml.XMLUtil
- Returns a full XML Namespace URI that uses the current base
namespace URI and appends the specified "document ID".
- toObject(Object, TagElement, Tag2Object) -
Method in class oracle.ide.model.Tag2Workspace
-
- toObject(Object, TagElement, Tag2Object) -
Method in class oracle.jdeveloper.compiler.Tag2OjcConfiguration
- Initialize the
OjcConfiguration
object from the
specified element.
- toObject(Object, TagElement, Tag2Object) -
Method in class oracle.jdeveloper.model.Tag2Children
- Initialize the
JProject
object from the
specified element.
- toObject(Object, TagElement, Tag2Object) -
Method in class oracle.jdeveloper.model.Tag2JProject
- Initialize the
JProject
object from the
specified element.
- toQualifiedURL(String) -
Method in class oracle.ide.net.URLPath
- Given a relative spec, this method attempts to construct a fully
qualified
URL
that points to the corresponding resource
on this URLPath
.
- toRaw(String) -
Static method in class oracle.ide.util.GuidGen
- Convert a standard UUID string representation to a raw 16-byte UUID.
- toRelativePath(URL) -
Method in class oracle.ide.net.URLPath
- Given an
URL
, this method attempts to derive its relative
path with respect to this instance of URLPath
.
- toRelativeSpec(URL, URL) -
Method in class oracle.ide.net.IdeDisplayURLFileSystemHelper
-
- toRelativeSpec(URL, URL, boolean) -
Method in class oracle.ide.net.IdeDisplayURLFileSystemHelper
-
- toRelativeSpec(URL, URL) -
Method in class oracle.ide.net.IdeURLFileSystemHelper
-
- toRelativeSpec(URL, URL, boolean) -
Method in class oracle.ide.net.IdeURLFileSystemHelper
-
- toRelativeSpec(URL, URL) -
Static method in class oracle.ide.net.URLFileSystem
-
- toRelativeSpec(URL, URL, boolean) -
Static method in class oracle.ide.net.URLFileSystem
-
- toRelativeSpec(URL, URL) -
Method in class oracle.ide.net.URLFileSystemHelper
- This method attempts all possible ways of deriving a
relative URI reference as described in
RFC 2396
using the
url
parameter as the URL
whose relative URI reference is to be determined and the
base
parameter as the URL
that serves as the
base document for the url
pararmeter.
- toRelativeSpec(URL, URL, boolean) -
Method in class oracle.ide.net.URLFileSystemHelper
- Variant of
URLFileSystemHelper.toRelativeSpec(URL, URL)
that has a flag
that indicates whether the base URL
should be fully
consumed in the process of calculating the relative spec.
- toString() -
Method in interface oracle.ide.addin.Wizard
- Provides a String representation of this Wizard.
- toString() -
Method in class oracle.ide.addin.config.Configuration
-
- toString() -
Method in class oracle.ide.config.DTCache
-
- toString() -
Method in class oracle.ide.config.DocumentExtensions.DocRecord
-
- toString() -
Method in class oracle.ide.config.DocumentExtensions.ExtInfo
-
- toString() -
Method in class oracle.ide.controls.GridBagConstraints2
-
- toString(Object) -
Method in interface oracle.ide.controls.KeyNavigationManager.KeyComponentAdapter
-
- toString(Object) -
Method in class oracle.ide.controls.KeyNavigationManager.TableKeyAdapter
-
- toString(Object) -
Method in class oracle.ide.controls.KeyNavigationManager.TreeKeyAdapter
-
- toString() -
Method in class oracle.ide.controls.PentaLayout
- Returns a string representation of the state of this border layout.
- toString() -
Method in class oracle.ide.dialogs.SelectFileCell
- Deprecated.
- toString() -
Method in class oracle.ide.docking.DockableEvent
-
- toString(KeyStroke) -
Static method in class oracle.ide.keyboard.KeyStroke2String
-
- toString(boolean) -
Method in class oracle.ide.keyboard.KeyStrokeFilter
- returns a string representation of the current state.
- toString() -
Method in class oracle.ide.keyboard.KeyStrokeFilter
-
- toString() -
Method in class oracle.ide.keyboard.KeyStrokes
- Returns a user readable version of the keystroke like "Ctrl+K, S"
- toString(KeyStroke) -
Static method in class oracle.ide.keyboard.KeyUtil
- Returns a user readable version of the keystroke like "Ctrl+K".
- toString() -
Method in class oracle.ide.layout.BaseLayout
-
- toString(URL) -
Static method in class oracle.ide.layout.URL2String
- Takes an
url
and returns all its parts as a
String
.
- toString() -
Method in class oracle.ide.layout.ViewId
-
- toString(Character) -
Static method in class oracle.ide.marshal.Character2String
-
- toString(Class) -
Static method in class oracle.ide.marshal.Class2String
-
- toString(Object) -
Static method in class oracle.ide.marshal.ToStringManager
- Converts the given object to a
String
representation
from which the instance can later be restored by invoking
fromString()
.
- toString(Object, Class) -
Static method in class oracle.ide.marshal.ToStringManager
- Converts the given object to a
String
representation,
forcing the format to be that of the class objClass
.
- toString() -
Method in class oracle.ide.model.CategoryFolder
-
- toString() -
Method in class oracle.ide.model.DefaultDisplayable
- This implementation delegates to
DefaultDisplayable.getShortLabel()
.
- toString() -
Method in class oracle.ide.model.DefaultFilter
- Returns the filter owner short label.
- toString() -
Method in interface oracle.ide.model.Displayable
- Returns the Short Label displayed to a user.
- toString() -
Method in class oracle.ide.net.DefaultURLFilter
- Returns the display string that is shown when the user is looking
at a list of
URLFilter
s to choose from.
- toString() -
Method in class oracle.ide.net.FilePath
-
- toString() -
Method in interface oracle.ide.net.URLFilter
- The implementation of
toString()
must return a
short description that can be shown to the user describing what
the filter is filter for.
- toString() -
Method in class oracle.ide.net.URLPath
-
- toString() -
Method in class oracle.ide.net.WildcardURLFilter
-
- toString() -
Method in class oracle.ide.panels.MDDGeometry
-
- toString() -
Method in class oracle.ide.runner.RunProcess
- Returns the short label for this RunProcess.
- toString() -
Method in class oracle.ide.util.FastStringBuffer
-
- toString(byte[]) -
Static method in class oracle.ide.util.GuidGen
- Convert a raw UUID to a standard string representation.
- toString() -
Method in class oracle.ide.util.IniFileSection
-
- toString() -
Method in class oracle.ide.util.Pair
-
- toString() -
Method in class oracle.ide.util.VersionNumber
- Returns the
VersionNumber
in dot-separated notation
as a String
.
- toString(XMLDocument) -
Static method in class oracle.ide.xml.XMLUtil
- Returns the specified
XMLDocument
as a single String
representing the contents of the document as if they
were emitted to a file.
- toString() -
Method in class oracle.javatools.editor.highlight.HighlightStyle
- Fetches the human-readable name of the style.
- toString() -
Method in class oracle.javatools.editor.highlight.HighlightedFragment
- Fetches a string representation of this fragment.
- toString() -
Method in class oracle.javatools.editor.language.BaseStyle
- Fetches the human-readable name of the style.
- toString() -
Method in class oracle.javatools.editor.language.BooleanBitmap
- Fetch the boolean values of this bitmap as a sequence of 0's
and 1's, starting with the 0 offset on the very left.
- toString() -
Method in class oracle.javatools.editor.language.LanguageModule
- Fetches the human-readable name of the module.
- toString() -
Method in class oracle.javatools.editor.language.NumberRange
- Fetches a human-readable version of this object.
- toString() -
Method in class oracle.javatools.editor.language.StyledFragment
- Fetches a string representation of this fragment.
- toString() -
Method in class oracle.jdeveloper.ceditor.CodeEditorExtGroupInfo
- Returns the Short Label displayed to a user.
- toString() -
Method in interface oracle.jdeveloper.cm.ConnectionType
-
- toString() -
Method in class oracle.jdeveloper.cm.FtpConnectionType
-
- toString() -
Method in class oracle.jdeveloper.cm.IasLocalDcmConnectionType
-
- toString() -
Method in class oracle.jdeveloper.cm.IasRemoteDcmConnectionType
-
- toString() -
Method in class oracle.jdeveloper.cm.JdbcOdbcConnectionType
-
- toString() -
Method in class oracle.jdeveloper.cm.JndiConnectionType
-
- toString() -
Method in class oracle.jdeveloper.cm.Oc4jConnectionType
-
- toString() -
Method in class oracle.jdeveloper.cm.OracleJdbcConnectionType
-
- toString() -
Method in class oracle.jdeveloper.cm.OracleLiteConnectionType
-
- toString() -
Method in class oracle.jdeveloper.cm.OtherJdbcConnectionType
-
- toString() -
Method in class oracle.jdeveloper.cm.Weblogic6ConnectionType
-
- toString() -
Method in class oracle.jdeveloper.cm.Weblogic7ConnectionType
-
- toString() -
Method in class oracle.jdeveloper.cm.ds.db.BinaryResource
-
- toString() -
Method in class oracle.jdeveloper.cm.ds.db.DBNull
-
- toString() -
Method in class oracle.jdeveloper.cm.ds.db.DBObject
-
- toString() -
Method in class oracle.jdeveloper.cm.ds.db.DataType
-
- toString() -
Method in class oracle.jdeveloper.cm.ds.db.Index
-
- toString() -
Method in class oracle.jdeveloper.cm.dt.DatabaseAccessExtGroupInfo
- Returns the Short Label displayed to a user.
- toString() -
Method in class oracle.jdeveloper.compiler.CompilerExtGroupInfo
- Returns the Short Label displayed to a user.
- toString() -
Method in class oracle.jdeveloper.compiler.IdeStorage
-
- toString() -
Method in class oracle.jdeveloper.compiler.JarStorage
-
- toString() -
Method in class oracle.jdeveloper.library.JDK.JDKExeFilter
-
- toString() -
Method in class oracle.jdeveloper.webservices.util.MethodSignature
-
- toString() -
Method in class oracle.jdevimpl.uieditor.UIEditorExtGroupInfo
- Returns the Short Label displayed to a user.
- toString() -
Method in class oracle.jdevimpl.uieditor.assistant.PaneLayoutData
-
- toStrings() -
Method in class oracle.ide.net.URLPath
-
- toURL(String) -
Static method in class oracle.ide.layout.URL2String
- Takes a
String
obtained by the call to the
toString
method and builds up an URL
.
- toURLPath() -
Method in class oracle.ide.net.FilePath
- Produces an
URLPath
that represents a path that is
equivalent to this FilePath
.
- toggle(int) -
Method in class oracle.ide.util.BitField
- Toggles the bit specified by the index.
- toggle(int, int) -
Static method in class oracle.ide.util.BitField
- Toggles one or more bits in an external field of bits.
- toggle() -
Method in class oracle.ide.util.TriStateBoolean
- This method defines the "toggle" operation as follows:
Toggling
TRUE
returns FALSE
.
- toggleDockableWindow(DockableWindow) -
Static method in class oracle.ide.docking.DockUtil
- Toggles the visibility of the DockableWindow
- toggleInsertMode() -
Method in class oracle.javatools.editor.BasicCaret
- Toggles the current insert mode.
- toggleLog(Context) -
Method in interface oracle.ide.log.LogManager
- Shows/Hide the
LogWindow
.
- toggleSystemNavigator(Context) -
Method in interface oracle.ide.navigator.NavigatorManager
- Toggles the visibility of the system navigator.
- toggleToolbar() -
Method in class oracle.ide.MainWindow
- Show or hide the main window toolbar.
- token -
Variable in class oracle.javatools.parser.AbstractLexer.DefaultLexerToken
- The token that was found.
- tokenToString(int) -
Static method in class oracle.javatools.parser.generic.GenericLexer
- Utility routine to map the token to a string representation of
the token (for debug printing.)
- tokenToText(int) -
Static method in class oracle.javatools.parser.generic.GenericLexer
- Utility routine to map the token to the original text (if
retrievable) of the token (for debug printing.)
- tooltipChanged(PropertyChangeEvent) -
Method in class oracle.ide.controls.PropertyChangeAdaptor
-
- top() -
Method in class oracle.ide.controls.FocusHierarchyEvent
-
- trackEditor(BasicEditorPane) -
Method in class oracle.javatools.editor.EmacsAction.Tracker
- Utility routine to start tracking the current editor so
that we can detect consecutive kills.
- transformSQLStatement(String) -
Method in class oracle.jdeveloper.cm.ds.db.JdbcDatabase
-
- transformXML(URL, URL) -
Static method in class oracle.ide.xml.XMLUtil
- Transforms an XML document according to an XSLT file.
- translate(Project, boolean, ArrayList, ArrayList) -
Method in class oracle.jdeveloper.compiler.CopyTranslator
- return the number of errors
0 if successfull
- translate(Project, boolean, ArrayList, ArrayList) -
Method in class oracle.jdeveloper.compiler.Ojc
- return the number of errors
0 if successfull
- translate(Project, boolean, ArrayList, ArrayList) -
Method in interface oracle.jdeveloper.compiler.Translator
- Translate(), main entry point to the translator, the method will translate
every specified files in 'sources' and all generated files will be returned
in 'results'.
- translateKey(String) -
Method in class oracle.ide.panels.TraversableContext
-
- translateKey(String) -
Method in class oracle.ide.util.Namespace
- This method is used to remap a key that is used when invoking
either the
Namespace.find(String)
or #findAndReplace(String,
Object
method.
- treatExtensionAsXML(String) -
Static method in class oracle.ide.xml.XMLRecognizer
- Registers the specified
extension
as one that
corresponds to an XML file.
- treatExtensionAsXML(String, NodeInfoLoader) -
Static method in class oracle.ide.xml.XMLRecognizer
- Registers the specified
extension
as one that
corresponds to an XML file.
- tree -
Variable in class oracle.ide.controls.JFastTreeTable
- A subclass of JTree.
- tree -
Variable in class oracle.ide.controls.JTreeTable
- A subclass of JTree.
- triggerPopup(MouseEvent) -
Method in class oracle.ide.log.AbstractLogManager
- The
triggerPopup
method is called from the menu
listener.
- truncateFileNameForMessage(String) -
Static method in class oracle.ide.component.NewFilePanel
- Truncate a file path for a message.
- tryPopup(MouseEvent) -
Method in class oracle.jdevimpl.uieditor.UIExplorer
-
- tryToRestoreFocus(Component) -
Static method in class oracle.ide.util.IdeUtil
- This method tries to set the focus on
cPreferred
.
- type -
Variable in class oracle.ide.addin.AbstractCommand
- Keeps the command type.
- type -
Variable in class oracle.ide.layout.ViewId
-
- typeToDotSignature(String) -
Static method in class oracle.jdeveloper.jot.JotNames
- Converts a Java type name into a modified signature descriptor.
U
- UIEditor - class oracle.jdevimpl.uieditor.UIEditor.
Editor
implementation whose visuals depict the GUI declared in a
JavaSourceNode
instance.- UIEditor() -
Constructor for class oracle.jdevimpl.uieditor.UIEditor
- Constructor.
- UIEditorAddin - class oracle.jdevimpl.uieditor.UIEditorAddin.
- The
UIEditorAddin
registers the UIEditor
with the
EditorManager
as being capable of editing Elements
of type JavaSourceNode
. - UIEditorAddin() -
Constructor for class oracle.jdevimpl.uieditor.UIEditorAddin
- Constructor.
- UIEditorArb - class oracle.jdevimpl.uieditor.UIEditorArb.
-
- UIEditorArb() -
Constructor for class oracle.jdevimpl.uieditor.UIEditorArb
-
- UIEditorArb_ja - class oracle.jdevimpl.uieditor.UIEditorArb_ja.
-
- UIEditorArb_ja() -
Constructor for class oracle.jdevimpl.uieditor.UIEditorArb_ja
-
- UIEditorCanvas - interface oracle.jdevimpl.uieditor.UIEditorCanvas.
-
- UIEditorController - class oracle.jdevimpl.uieditor.UIEditorController.
- The UIEditorController handles UIEditor related actions by invoking the
relevant Command implmentations as determined by an IdeAction id.
- UIEditorExtGroupInfo - class oracle.jdevimpl.uieditor.UIEditorExtGroupInfo.
- Class used by the extension manager to display the UI Editor group name
and description.
- UIEditorExtGroupInfo() -
Constructor for class oracle.jdevimpl.uieditor.UIEditorExtGroupInfo
-
- UIEditorOptions - class oracle.jdevimpl.uieditor.UIEditorOptions.
-
- UIEditorOptions() -
Constructor for class oracle.jdevimpl.uieditor.UIEditorOptions
-
- UIEditorOptionsPanel - class oracle.jdevimpl.uieditor.UIEditorOptionsPanel.
-
- UIEditorOptionsPanel() -
Constructor for class oracle.jdevimpl.uieditor.UIEditorOptionsPanel
-
- UIEditorPreloader - class oracle.jdevimpl.uieditor.UIEditorPreloader.
-
- UIEditorPreloader() -
Constructor for class oracle.jdevimpl.uieditor.UIEditorPreloader
-
- UIEditorPrintFactory - class oracle.jdevimpl.uieditor.UIEditorPrintFactory.
-
- UIEditorPrintFactory() -
Constructor for class oracle.jdevimpl.uieditor.UIEditorPrintFactory
-
- UIExplorer - class oracle.jdevimpl.uieditor.UIExplorer.
-
- UIExplorer() -
Constructor for class oracle.jdevimpl.uieditor.UIExplorer
-
- UI_EDITOR_GROUP_DESCRIPTION -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb
-
- UI_EDITOR_GROUP_DESCRIPTION -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb_ja
-
- UI_EDITOR_GROUP_NAME -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb
-
- UI_EDITOR_GROUP_NAME -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb_ja
-
- UI_STRUCTURE -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb
-
- UI_STRUCTURE -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb_ja
-
- UI_STRUCTURE_ACCELERATOR -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb
-
- UI_STRUCTURE_ACCELERATOR -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb_ja
-
- UI_STRUCTURE_ACCELERATOR_BRIEF -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb
-
- UI_STRUCTURE_ACCELERATOR_BRIEF -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb_ja
-
- UI_STRUCTURE_ACCELERATOR_CLASSIC -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb
-
- UI_STRUCTURE_ACCELERATOR_CLASSIC -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb_ja
-
- UI_STRUCTURE_ACCELERATOR_EMACS -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb
-
- UI_STRUCTURE_ACCELERATOR_EMACS -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb_ja
-
- UI_STRUCTURE_ACCELERATOR_VC -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb
-
- UI_STRUCTURE_ACCELERATOR_VC -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb_ja
-
- UI_STRUCTURE_ICON -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb
-
- UI_STRUCTURE_ICON -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb_ja
-
- UI_STRUCTURE_MNEMONIC -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb
-
- UI_STRUCTURE_MNEMONIC -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb_ja
-
- UMLModel - class oracle.jdeveloper.model.UMLModel.
-
- UMLModel() -
Constructor for class oracle.jdeveloper.model.UMLModel
-
- UML_DIAGRAM -
Static variable in class oracle.jdeveloper.model.JProjectFilter
-
- UNABLE_TO_OBTAIN_PASSWORD_FROM_PRINCIPALS_XML -
Static variable in class oracle.jdeveloper.runner.RunMgrArb
-
- UNABLE_TO_OBTAIN_PASSWORD_FROM_PRINCIPALS_XML -
Static variable in class oracle.jdeveloper.runner.RunMgrArb_ja
-
- UNARY_EXPRESSION -
Static variable in interface oracle.jdeveloper.jot.JotExpression
- ID value representing a unary expression.
- UNBALANCED_MATCH -
Static variable in interface oracle.javatools.editor.language.BraceProvider
- Constant indicating that the findMatchingBrace() operation
found a matching brace, but that at least one of the braces
contained within is unbalanced.
- UNCATEGORIZED_EXPRESSION -
Static variable in interface oracle.jdeveloper.jot.JotExpression
- ID value representing an arbitrary expression.
- UNDEF -
Static variable in class oracle.ide.util.TriStateBoolean
- Special
TriStateBoolean
object representing an
uninitialized value.
- UNDEFINED -
Static variable in interface oracle.ide.model.Category
-
- UNDO_CMD -
Static variable in interface oracle.ide.IdeConstants
- Undo command.
- UNDO_CMD_ID -
Static variable in interface oracle.ide.IdeConstants
- Undo command id.
- UNDO_ITEM -
Static variable in class oracle.ide.editor.EditorConstants
- Menu item to appear on the ContextMenu.
- UNDO_SEPARATOR -
Static variable in class oracle.ide.editor.EditorConstants
- Menu item to appear on the ContextMenu.
- UNDO_WRAPPER_CMD_ID -
Static variable in class oracle.jdeveloper.ceditor.CodeEditorController
- Command ID for UndoWrapperCommand
- UNDO_WRAPPER_MSG -
Static variable in class oracle.jdeveloper.ceditor.CodeEditorController
- This is the message that the user had new typed input
- UNIQUE_CONSTRAINT -
Static variable in class oracle.jdeveloper.cm.ds.db.Constraint
-
- UNIQUE_CONSTRAINT_LABEL -
Static variable in class oracle.jdeveloper.cm.ds.db.Constraint
-
- UNKNOWN_ERROR -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb
-
- UNKNOWN_ERROR -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb_ja
-
- UNKNOWN_PARSE_ERROR -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb
-
- UNKNOWN_PARSE_ERROR -
Static variable in class oracle.jdevimpl.uieditor.UIEditorArb_ja
-
- UNSELECT -
Static variable in class oracle.javatools.editor.ActionNames
- UnselectAction
- UNTABIFY -
Static variable in class oracle.javatools.editor.ActionNames
- UntabifyAction
- UNTITLED -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- UNTITLED -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- UPDATE_EVENT -
Static variable in class oracle.jdeveloper.cm.ds.db.Trigger
-
- UP_ALL_ARROW_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- UP_ALL_ARROW_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- UP_ARROW_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- UP_ARROW_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- URL -
Static variable in class oracle.jdeveloper.cm.ConnectionDescriptor
- Property name: connection URL.
- URL2String - class oracle.ide.layout.URL2String.
- This class mediates the conversion of a
URL
object to and from a
String representation. - URLChooser - class oracle.ide.net.URLChooser.
- The
URLChooser
is a replacement file chooser for JFileChooser
. - URLChooser() -
Constructor for class oracle.ide.net.URLChooser
- Constructs a default
URLChooser
with all file system
roots as reported by URLFileSystem.listRoots()
.
- URLChooser(URL) -
Constructor for class oracle.ide.net.URLChooser
- Constructs a default
URLChooser
with all file system
roots as reported by URLFileSystem.listRoots()
.
- URLChooser(URL[], URL) -
Constructor for class oracle.ide.net.URLChooser
- Constructs a
URLFilter
to display the specified
array of URL
s as its "root" file systems and the
specified URL
as the default selection.
- URLChooser(URL, boolean) -
Constructor for class oracle.ide.net.URLChooser
- Deprecated. Replace with
URLChooser.URLChooser(URL)
and URLChooser.setShowJarsAsDirs(boolean)
.
- URLChooser(URL[], URL, boolean) -
Constructor for class oracle.ide.net.URLChooser
- Deprecated. Replace with
URLChooser.URLChooser(URL[],URL)
and URLChooser.setShowJarsAsDirs(boolean)
.
- URLChooserAdapter - class oracle.ide.net.URLChooserAdapter.
- This is the public implementation of the
URLChooserListener
interface. - URLChooserAdapter() -
Constructor for class oracle.ide.net.URLChooserAdapter
-
- URLChooserEvent - class oracle.ide.net.URLChooserEvent.
- This is a simple event class to contain information being passed
between the URLChooser and its listener
- URLChooserEvent(Object, int) -
Constructor for class oracle.ide.net.URLChooserEvent
- Simple argument constructor, passed on the type other information
provided by the getters and setters on this object.
- URLChooserInit - interface oracle.ide.net.URLChooserInit.
- Classes that implement this interface are capable of
initializing an instance of
URLChooser
. - URLClassPathThread - class oracle.ide.net.URLClassPathThread.
- This is a subclass of
Thread
that uses a different
classpath than its parent thread. - URLClassPathThread(URLPath, Runnable) -
Constructor for class oracle.ide.net.URLClassPathThread
- Creates a new
URLClassPathThread
that runs the given
target
using the given URLPath
as its
classpath.
- URLComparator - class oracle.ide.net.URLComparator.
- The
URLComparator
is an implementation of the Comparator
interface that can be used for ordering
URL
s. - URLComparator() -
Constructor for class oracle.ide.net.URLComparator
- Creates a
URLComparator
that sorts URL
s by
their string form in a case-sensitive way.
- URLComparator(boolean) -
Constructor for class oracle.ide.net.URLComparator
- Creates a
URLComparator
that sorts URL
s by
their string form using the case-sensitivity of the local file
system.
- URLComparator(boolean, boolean) -
Constructor for class oracle.ide.net.URLComparator
- Creates a
URLComparator
that sorts URL
s by
their string form using the specified case-sensitivity.
- URLExistsTest - interface oracle.ide.net.URLExistsTest.
- Interface used by the
URLFactory
when creating unique
URL
s. - URLFactory - class oracle.ide.net.URLFactory.
- This class contains methods which create new instances of
URL
. - URLFileSystem - class oracle.ide.net.URLFileSystem.
- The
URLFileSystem
class is responsible for encapsulating the
notion of file system operations on content that is pointed to by an
URL
. - URLFileSystem.FileInfo - class oracle.ide.net.URLFileSystem.FileInfo.
- The
FileInfo
class encapsulates the information
describing files returned by the URLFileSystem.ls(URL)
and URLFileSystem.ls(URL,
URLFilter)
methods. - URLFileSystem.FileInfo(URL) -
Constructor for class oracle.ide.net.URLFileSystem.FileInfo
- Constructs a
FileInfo
object from the specified URL
.
- URLFileSystem.FileInfo(File, String, int, long, long) -
Constructor for class oracle.ide.net.URLFileSystem.FileInfo
- Constructs a
FileInfo
object given the specified
initial starting field values.
- URLFileSystem.FileInfo(String, String, int, long, long) -
Constructor for class oracle.ide.net.URLFileSystem.FileInfo
- Constructs a
FileInfo
object given the specified
initial starting field values.
- URLFileSystem.FileInfo(File, int, long, long) -
Constructor for class oracle.ide.net.URLFileSystem.FileInfo
- Constructs a
FileInfo
object given the specified
initial starting field values.
- URLFileSystem.FileInfo(String, int, long, long) -
Constructor for class oracle.ide.net.URLFileSystem.FileInfo
- Constructs a
FileInfo
object given the specified
initial starting field values.
- URLFileSystem.FileInfo(URL, int, long, long) -
Constructor for class oracle.ide.net.URLFileSystem.FileInfo
- Constructs a
FileInfo
object given the specified
initial starting field values.
- URLFileSystemHelper - class oracle.ide.net.URLFileSystemHelper.
- The
URLFileSystemHelper
class specifies the
URLFileSystem
operations that may have protocol-specific
handling. - URLFileSystemHelper() -
Constructor for class oracle.ide.net.URLFileSystemHelper
-
- URLFilter - interface oracle.ide.net.URLFilter.
- An implementation of
URLFilter
can be set on an
instance of URLChooser
to prevent unwanted files from
appearing in the directory listings. - URLPath - class oracle.ide.net.URLPath.
- An instance of
URLPath
represents a path that is made
up entirely of URL
s. - URLPath() -
Constructor for class oracle.ide.net.URLPath
- Creates a
URLPath
that is initially empty.
- URLPath(int) -
Constructor for class oracle.ide.net.URLPath
- Creates an empty
URLPath
with the specified initial
capacity.
- URLPath(URL) -
Constructor for class oracle.ide.net.URLPath
- Creates a
URLPath
that initially contains the
specified URL
as its sole entry.
- URLPath(URL[]) -
Constructor for class oracle.ide.net.URLPath
- Creates a
URLPath
initialized with the specified
array of URL
objects.
- URLPath(URLPath) -
Constructor for class oracle.ide.net.URLPath
- Copy constructor.
- URLPathEditPanel - class oracle.ide.component.URLPathEditPanel.
-
- URLPathEditPanel(URLPath) -
Constructor for class oracle.ide.component.URLPathEditPanel
-
- URLPathEditPanel() -
Constructor for class oracle.ide.component.URLPathEditPanel
-
- URLPathField - class oracle.ide.controls.URLPathField.
-
- URLPathField() -
Constructor for class oracle.ide.controls.URLPathField
-
- URLPathField(URLPath) -
Constructor for class oracle.ide.controls.URLPathField
-
- URLPathField.BadEntryException - exception oracle.ide.controls.URLPathField.BadEntryException.
-
- URLPathPropertyEditor - class oracle.ide.propertyeditors.URLPathPropertyEditor.
- The PathPropertyEditor class provides PropertyEditor support for
a Path property.
- URLPathPropertyEditor() -
Constructor for class oracle.ide.propertyeditors.URLPathPropertyEditor
-
- URLRecognizer - class oracle.ide.net.URLRecognizer.
- The
URLRecognizer
is the default Recognizer
implementation used in the IDE. - URLRecognizer() -
Constructor for class oracle.ide.net.URLRecognizer
- Constructor.
- URLTempFile - class oracle.ide.net.URLTempFile.
- The purpose of the
URLTempFile
class is to provide a
local File
reference to a document whose location is
specified by some URL
. - URLTempFile(URL) -
Constructor for class oracle.ide.net.URLTempFile
- Creates a new
URLTempFile
.
- URLTextField - class oracle.ide.net.URLTextField.
- This is a subclass of
JTextField
that is intended to hold
a single URL
. - URLTextField() -
Constructor for class oracle.ide.net.URLTextField
- Creates an empty
URLTextField
that is configured to
handle a directory URL
.
- URLTextField(URL) -
Constructor for class oracle.ide.net.URLTextField
- Creates a new
URLTextField
whose displayed value
reflects the specified URL
, which is interpreted as
representing a directory.
- URLTextField(URL, boolean) -
Constructor for class oracle.ide.net.URLTextField
-
- URLTextField(URL, boolean, boolean) -
Constructor for class oracle.ide.net.URLTextField
-
- URSH -
Static variable in interface oracle.jdeveloper.jot.JotInfixExpression
- The unsigned right-shift operator '
>>>
'
- USERNAME -
Static variable in class oracle.jdeveloper.cm.ConnectionDescriptor
- Property name: connection username.
- USER_COMPANY_PROPERTY -
Static variable in class oracle.jdeveloper.model.JProject
-
- USER_COPYRIGHT_PROPERTY -
Static variable in class oracle.jdeveloper.model.JProject
-
- USER_DATA -
Static variable in class oracle.ide.controls.ToggleAction
-
- USER_DESCRIPTION_PROPERTY -
Static variable in class oracle.jdeveloper.model.JProject
-
- USER_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- USER_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- USER_TITLE_PROPERTY -
Static variable in class oracle.jdeveloper.model.JProject
-
- USER_VERSION_PROPERTY -
Static variable in class oracle.jdeveloper.model.JProject
-
- USE_DEFAULT_PACKAGE_PROPERTY -
Static variable in class oracle.jdeveloper.model.JProject
-
- USE_DYNAMIC_PATHS_PROPERTY -
Static variable in class oracle.jdeveloper.model.JProject
-
- UTF8_ENCODING -
Static variable in class oracle.ide.util.Encodings
- The name of the 'UTF-8' encoding.
- Undo -
Static variable in class oracle.ide.MainWindow
-
- UndoCommand - class oracle.ide.cmd.UndoCommand.
- The
UndoCommand
class implements the undo command. - UndoCommand() -
Constructor for class oracle.ide.cmd.UndoCommand
- Constructor.
- UnifiedBuildSystem - class oracle.jdeveloper.compiler.UnifiedBuildSystem.
-
- UnifiedBuildSystem() -
Constructor for class oracle.jdeveloper.compiler.UnifiedBuildSystem
-
- UniqueConstraint - class oracle.jdeveloper.cm.ds.db.UniqueConstraint.
-
- UniqueConstraint() -
Constructor for class oracle.jdeveloper.cm.ds.db.UniqueConstraint
-
- UniqueConstraint(String, String, String, String) -
Constructor for class oracle.jdeveloper.cm.ds.db.UniqueConstraint
-
- UpdateMessage - class oracle.ide.addin.UpdateMessage.
- The
UpdateMessage
class is the update message send to an
Observer
to notify it about a Subject
change. - UpdateMessage(int, Object) -
Constructor for class oracle.ide.addin.UpdateMessage
- Constructs an update message of the specified message id.
- UpperCaseTextField - class oracle.ide.controls.UpperCaseTextField.
-
- UpperCaseTextField() -
Constructor for class oracle.ide.controls.UpperCaseTextField
-
- UpperCaseTextField(int) -
Constructor for class oracle.ide.controls.UpperCaseTextField
-
- UpperCaseTextField(String) -
Constructor for class oracle.ide.controls.UpperCaseTextField
-
- UpperCaseTextField(String, int) -
Constructor for class oracle.ide.controls.UpperCaseTextField
-
- UpperCaseTextField.UpperCaseDocument - class oracle.ide.controls.UpperCaseTextField.UpperCaseDocument.
-
- UpperCaseTextField.UpperCaseDocument() -
Constructor for class oracle.ide.controls.UpperCaseTextField.UpperCaseDocument
-
- Util - class oracle.jdeveloper.cm.ds.db.Util.
- Utility class used by the SQL builders and database classes.
- Utilities - class oracle.javatools.editor.Utilities.
- The
Utilities
just defines convenient utility routines. - Utilities() -
Constructor for class oracle.javatools.editor.Utilities
-
- uncache(TNode) -
Method in interface oracle.ide.explorer.ChildFilter
-
- uncache(TNode) -
Method in class oracle.ide.model.DefaultFilter
-
- uncache(Dependable) -
Method in class oracle.ide.model.DependableFactory
- Uncaches the specified
Dependable
.
- uncache(TNode) -
Method in class oracle.ide.model.HierarchicalFilter
- Removes the specified
TNode
from the node cache.
- uncache(URL) -
Static method in class oracle.ide.model.NodeFactory
- Removes the
Node
with the specified URL
from the
NodeFactory
's cache.
- uncache(URL, boolean) -
Static method in class oracle.ide.model.NodeFactory
- Removes the
Node
with the specified URL
from the
NodeFactory
's cache.
- uncache(TNode) -
Method in class oracle.jdeveloper.model.JProjectFilter
-
- uncache(Dependable) -
Static method in class oracle.jdeveloper.model.ProjectDependencyFactory
- Uncaches the specified
Dependable
.
- uncacheIcon(Icon) -
Static method in class oracle.ide.util.ResourceManager
- Deprecated.
- unchainController(IdeAction) -
Static method in class oracle.ide.addin.ChainedController
- Removes the hook on an action.
- undo() -
Method in class oracle.ide.CommandProcessor
- Undo the last command.
- undo() -
Method in class oracle.ide.addin.AbstractCommand
- Called by the CommandProcessor to undo a command.
- undo() -
Method in interface oracle.ide.addin.Command
- Called by the CommandProcessor to undo a command
When a command executes successfully, implementations should
return OK, otherwise, return CANCEL or any other non-zero value.
- undo() -
Method in class oracle.ide.cmd.DeleteTNodeCommand
- Undo the deletions, adding the elements back to their containing folders
- undo() -
Method in class oracle.ide.cmd.PropertySetCommand
- Restores the object to its previous state.
- undo() -
Method in class oracle.ide.inspector.PropertySetCommand
- Restores the object to its previous state.
- undoMenuLabel -
Static variable in class oracle.ide.MainWindow
-
- undoableEditHappened(UndoableEditEvent) -
Method in class oracle.jdeveloper.ceditor.CodeEditor
- An UndoableEdit happened in the editor.
- undock(Dockable) -
Method in interface oracle.ide.docking.DockStation
- Remove the dockable.
- uninstall() -
Method in class oracle.ide.controls.FocusHierarchyDispatcher
-
- uninstallDefaults() -
Method in class oracle.ide.controls.SingleRowTabbedPaneUI
-
- uninstallListeners() -
Method in class oracle.ide.controls.SingleRowTabbedPaneUI
-
- uninstallUI(JComponent) -
Method in class oracle.ide.controls.SingleRowTabbedPaneUI
-
- uniqueNames -
Variable in class oracle.ide.model.HierarchicalFilter
- The
Set
of unique top-level child names already belonging to
this filter.
- uniqueNames -
Variable in class oracle.ide.model.HierarchicalFolder
- The
Set
of unique child names already belonging to this
folder.
- unload() -
Method in class oracle.ide.keyboard.XMLKeystrokeContextDef
-
- unload() -
Method in class oracle.ide.keyboard.XMLKeystrokeContextDefs
-
- unlock(Context) -
Method in interface oracle.ide.compiler.Compiler
-
- unlock(Context) -
Method in class oracle.jdeveloper.compiler.JCompiler
-
- unlock() -
Method in class oracle.jdeveloper.compiler.UnifiedBuildSystem
-
- unpublishMethod(MethodSignature) -
Method in class oracle.jdeveloper.webservices.WebServiceModel
- Unpublish the method from the WSDL file (i.e.
- unregisterClientWindow(Window) -
Method in interface oracle.ide.help.HelpSystem
- Registers the
Window
with the Help System.
- unregisterDerivedLibrary(Class) -
Static method in class oracle.jdeveloper.library.JLibraryManager
-
- unregisterDockableFactory(String) -
Method in interface oracle.ide.docking.DockStation
- Removes a factory from the registry
- unregisterDocumentPrintFactory(Class) -
Method in interface oracle.ide.print.PrintManager
- Removes the entry from the DocumentPrintFactory registry for the given
view class.
- unregisterDocumentPrintFactory(String) -
Method in interface oracle.ide.print.PrintManager
- Removes the entry from the DocumentPrintFactory registry for the given
view class.
- unregisterPageableFactory(Class) -
Method in interface oracle.ide.print.PrintManager
- Removes an entry from the PageableFactory registry.
- unregisterPageableFactory(String) -
Method in interface oracle.ide.print.PrintManager
- Removes an entry from the PageableFactory registry.
- unregisterStarterFactory(Class, StarterFactory) -
Method in interface oracle.ide.runner.Runner
- Unregisters the specified StarterFactory for the
specified type of target.
- unregisterThrowableChainTraverser(ExceptionDialog.ThrowableChainTraverser) -
Static method in class oracle.ide.dialogs.ExceptionDialog
- Unregister ThrowableChainTraverser
- unregisterTranslator(Translator) -
Method in class oracle.jdeveloper.compiler.JCompiler
- Entry point to remove compiler translators
- unregisterTranslator(Translator) -
Method in class oracle.jdeveloper.compiler.UnifiedBuildSystem
- Entry point to unregister compiler translators.
- unregisterView(View) -
Method in class oracle.ide.MainWindow
- Unregister a view from participation in active view handling.
- unregisterView(View) -
Method in class oracle.jdevimpl.uieditor.CursorManager
-
- unselect() -
Method in class oracle.javatools.editor.BasicEditorPane
- Unselects the current text selection (if any), but leaves the
caret where it is.
- unselected() -
Method in class oracle.ide.runner.RunProcess
- This method is called when this process is unselected in the run
manager navigator.
- unset(int) -
Method in interface oracle.ide.model.Attributes
- This method unsets (i.e.
- unset(int) -
Method in class oracle.ide.model.DefaultAttributes
- This method unsets (i.e.
- unset(int) -
Method in class oracle.ide.util.BitField
- Sets the bit specified by the index to
0
.
- unset(int, int) -
Static method in class oracle.ide.util.BitField
- Sets one or more bits in an external field of bits to
0
.
- unsetBit(int) -
Method in interface oracle.ide.explorer.TNode
- Unsets the specified
bit
attribute.
- unwrap() -
Method in class oracle.jdeveloper.cm.CMException
- returns the wrapped exception.
- up() -
Method in interface oracle.javatools.editor.insight.InsightView
- Command to move the selection of the view to the previous item
(up) in the data set.
- up() -
Method in class oracle.javatools.editor.insight.ListInsightView
- Command to move the selection of the view to the previous item
(up) in the data set.
- up() -
Method in class oracle.javatools.editor.insight.TooltipInsightView
- Command to move the selection of the view to the previous item
(up) in the data set.
- update(IdeAction, Context) -
Method in class oracle.ide.Ide
- This method updates the enabled status of the specified action within the
specified context.
- update(IdeAction, Context) -
Method in class oracle.ide.WizardManager
- Invoked when the availability of a specific command needs
to be determined.
- update(Object, UpdateMessage) -
Method in class oracle.ide.addin.AbstractPinnable
- Respond to close of Document from which the current Explorer is rooted.
- update(IdeAction, Context) -
Method in class oracle.ide.addin.BaseController
- This method updates the enabled status of the specified action within the
specified context.
- update(IdeAction, Context) -
Method in class oracle.ide.addin.ChainedController
-
- update(IdeAction, Context) -
Method in interface oracle.ide.addin.Controller
- This method updates the enabled status of the specified action within the
specified context.
- update(Object, UpdateMessage) -
Method in interface oracle.ide.addin.Observer
- Notification message.
- update(Object, VetoableMessage) -
Method in interface oracle.ide.addin.VetoObserver
- Notification message.
- update(Graphics, JComponent) -
Method in class oracle.ide.controls.SingleRowTabbedPaneUI
-
- update(TNode, UpdateMessage) -
Method in interface oracle.ide.explorer.ChildFilter
- This method will be called when the UI needs to tell
a filter that a property set notification has happened.
- update(IdeAction, Context) -
Method in class oracle.ide.layout.LayoutController
-
- update(Layout) -
Method in class oracle.ide.layout.Layouts
-
- update(Layout, Iterator) -
Method in class oracle.ide.layout.Layouts
-
- update(IdeAction, Context) -
Method in class oracle.ide.log.AbstractLogManager
-
- update(TNode, UpdateMessage) -
Method in class oracle.ide.model.DefaultFilter
- This method will be called when the navigator is needs to tell
a filter that a property set notification has happened.
- update(TNode, UpdateMessage) -
Method in class oracle.ide.model.HierarchicalFilter
- Updates the filter's display in response to an
UpdateMessage
.
- update(Object, UpdateMessage) -
Method in class oracle.ide.model.Project
- Projects are interested in receiving notification of when an owned
child is renamed in order to update owner map.
- update(String) -
Method in class oracle.ide.util.HistoryList
- Updates the history list by moving the specified item to the
beginning of the list or inserting the specified item at the
beginning of the list.
- update(Object, UpdateMessage) -
Method in class oracle.jdeveloper.ceditor.CodeEditor
- Notification message.
- update(IdeAction, Context) -
Method in class oracle.jdeveloper.ceditor.CodeEditorController
- This method is called when the availability of a specific command
needs to be determined.
- update(Object, UpdateMessage) -
Method in class oracle.jdeveloper.cm.dt.addin.AbstractConnectionEditor
-
- update(Object, UpdateMessage) -
Method in class oracle.jdeveloper.compiler.CompilerPage
-
- update(IdeAction, Context) -
Method in class oracle.jdeveloper.compiler.JCompiler
- This method is called when the availability of a specific command needs
to be determined.
- update(Object, UpdateMessage) -
Method in class oracle.jdeveloper.compiler.JCompiler
-
- update(Object, UpdateMessage) -
Method in class oracle.jdeveloper.library.ProjectLibrary
-
- update(TNode, UpdateMessage) -
Method in class oracle.jdeveloper.model.JProjectFilter
-
- update(IdeAction, Context) -
Method in class oracle.jdeveloper.model.JProjectStructureController
- This method updates the enabled status of the specified action within the
specified context.
- update(IdeAction, Context) -
Method in interface oracle.jdevimpl.uieditor.LayoutAssistant
- Update the enabled state of the given action within the given context.
- update(Object, UpdateMessage) -
Method in class oracle.jdevimpl.uieditor.UIEditor
- Respond to a change in the JavaSourceNode node being depicted.
- update(IdeAction, Context) -
Method in class oracle.jdevimpl.uieditor.UIEditorController
- Update the enabled state of the given action if it is recognized by this
Controller.
- update(Object, UpdateMessage) -
Method in class oracle.jdevimpl.uieditor.UIExplorer
-
- update(IdeAction, Context) -
Method in class oracle.jdevimpl.uieditor.assistant.BasicLayoutAssistant
-
- update(IdeAction, Context) -
Method in class oracle.jdevimpl.uieditor.assistant.GridBagLayoutAssistant
-
- update(IdeAction, Context) -
Method in class oracle.jdevimpl.uieditor.assistant.NullLayoutAssistant
-
- updateAccessibleName(Accessible, String, boolean) -
Static method in class oracle.ide.util.AccessibleUtils
- Sets the
title
as the accessibleName property on the
specified Accessible
* component.
- updateActiveNode(TNode) -
Method in interface oracle.ide.explorer.TreeExplorer
- Activates the specified
TNode
.
- updateContext(Context, TNode[]) -
Method in interface oracle.ide.navigator.Extension
- This method is called when the NavigatorWindow getContext method is called.
- updateContext(Context, TNode[]) -
Method in class oracle.jdeveloper.model.NavigatorExtension
- This method is called when the NavigatorWindow getContext method is called.
- updateDamage(DocumentEvent, Shape, ViewFactory) -
Method in class oracle.javatools.editor.BasicView
- Figures out what part of the view needs to be repainted based on
the given change.
- updateDragCursor(DragSourceEvent, int) -
Method in class oracle.javatools.editor.plugins.DragDropPlugin
- Utility method to update the drag cursor based on the given
event.
- updateEnabled() -
Method in class oracle.javatools.editor.plugins.BraceMatchingPlugin
- Utility routine to check whether brace matching should be
enabled or not.
- updateFileHistory(URL) -
Method in class oracle.ide.FileOpenHistory
- Add the specified file
url
to the opened files history.
- updateHelpID(Traversable) -
Method in class oracle.ide.panels.AbstractUIContainer
- Updates the help ID for the AbstractUIContainer to correspond
to the help ID of the Traversable's Component.
- updateHistory(Node) -
Method in class oracle.ide.FileOpenHistory
- Add the specified
Node
to the opened
node history.
- updateHistory(String) -
Method in class oracle.ide.util.HistoryList
-
- updateIcon(Object) -
Method in class oracle.ide.controls.MenuToolButton
-
- updateImage(Image) -
Method in class oracle.ide.panels.FSMWizard
- Sets the large wizard image that is shown on the left side of the
wizard.
- updateInsight() -
Method in class oracle.javatools.editor.insight.AbstractInsight
- Utility routine which takes care of updating the Insight
information which is currently displayed.
- updateInsightData(BasicEditorPane, InsightData) -
Method in interface oracle.javatools.editor.insight.InsightProvider
- Requests an update of Insight information following a document
or caret change in the editor.
- updateLibraries(URL, URL, URL) -
Static method in class oracle.jdeveloper.library.JLibraryAddinUtil
-
- updateMethod(MethodSignature, MethodSignature) -
Method in class oracle.jdeveloper.webservices.WebServiceModel
- Unpublish the webmethod javadoc tag from the old method on the web service
class (but do not remove the method itself).
- updateProgress(int, String, String) -
Method in class oracle.ide.dialogs.ProgressBar
- The client code's run() method that implements the long-running
process shoudl use this method to update the ProgressBar to indicate
the progress made in the long-running process.
- updateProgress(String, String) -
Method in class oracle.ide.dialogs.ProgressBar
- The client code's run() method that implements the long-running
process should use this method to update the ProgressBar to
indicate the progress made in the long-running process.
- updateProject(Project) -
Method in class oracle.jdeveloper.compiler.CopyTranslator
-
- updateProject(Project) -
Method in class oracle.jdeveloper.compiler.Ojc
-
- updateProject(Project) -
Method in interface oracle.jdeveloper.compiler.Translator
-
- updateProjectHistory(URL) -
Method in class oracle.ide.FileOpenHistory
- Add the specified project
url
to the opened project files
history.
- updateReadOnlyFlag(boolean) -
Method in class oracle.ide.model.TextNode
- In general, this method should only be used by the
TextNode
class itself or any subclasses that need to
override TextNode
behavior.
This method modifies the read-only flag of the underlying TextBuffer
.
- updateSettings() -
Method in class oracle.jdevimpl.uieditor.assistant.NullLayoutAssistant
-
- updateSize() -
Method in class oracle.javatools.editor.plugins.StatusBarPlugin.StatusBarCell
- Utility routine to recalculate the width of the cell when the
font or border changes.
- updateStartupLayout() -
Method in class oracle.ide.layout.Layouts
-
- updateTimerDelay() -
Method in class oracle.javatools.editor.plugins.BraceMatchingPlugin
- Private utility routine to update the delay used for the timer.
- updateTitle(Object) -
Method in class oracle.ide.addin.AbstractView
- Called when the view needs to update its title based on the
specified object.
- updateTitle(Object) -
Method in interface oracle.ide.addin.View
- Called when the view needs to update its title based on the
specified object.
- updateTitle(Object) -
Method in class oracle.ide.docking.DockableWindow
- Called when the view needs to update its title based on the
specified object.
- updateTreeModel(Collection) -
Method in class oracle.ide.log.DefaultLogPage
- Update the model of the JTree based on the new Collection message object.
- updateTreeModel(Collection) -
Method in class oracle.jdeveloper.compiler.CompilerPage
-
- updateUI() -
Method in class oracle.ide.controls.DefaultLabelColorScheme
-
- updateUI() -
Method in class oracle.ide.controls.HyperlinkButton
-
- updateUI() -
Method in class oracle.ide.controls.JFastTreeTable.TreeTableCellRenderer
- updateUI is overridden to set the colors of the Tree's renderer
to match that of the table.
- updateUI() -
Method in class oracle.ide.controls.JFastTreeTable
- Overridden to message super and forward the method to the tree.
- updateUI() -
Method in class oracle.ide.controls.JSelectableLabel
-
- updateUI() -
Method in class oracle.ide.controls.JTreeTable.TreeTableCellRenderer
- updateUI is overridden to set the colors of the Tree's renderer
to match that of the table.
- updateUI() -
Method in class oracle.ide.controls.JTreeTable
- Overridden to message super and forward the method to the tree.
- updateUI() -
Method in interface oracle.ide.controls.LabelColorScheme
- The
JComponent
subclass that uses the
LabelColorScheme
should call this updateUI()
method when its own updateUI()
method is called.
- updateUI() -
Method in class oracle.ide.controls.SingleRowTabbedPane
-
- updateUI() -
Method in class oracle.ide.controls.ToolButton
-
- updateUI() -
Method in class oracle.javatools.editor.BasicEditorPane
- Reloads the pluggable UI.
- updateWorkspaceHistory(URL) -
Method in class oracle.ide.FileOpenHistory
- Add the specified workspace
url
to the opened workspace files
history.
- url -
Variable in class oracle.ide.model.HierarchicalFolder
- The
URL
that describes this folder.
- urlExists(URL) -
Method in interface oracle.ide.net.URLExistsTest
- Returns
true
if the specified URL
is
unique.
- urlFilter -
Variable in class oracle.ide.model.HierarchicalFilter
- The
URLFilter
used to filter URL
s returned by URLFileSystem.list(URL, URLFilter)
.
- urlFilterChanged(URLChooserEvent) -
Method in class oracle.ide.net.URLChooserAdapter
-
- urlToArgusString(URL) -
Static method in class oracle.jdeveloper.cm.dt.CmUtil
-
- urlToKey(URL) -
Static method in class oracle.ide.model.DirectoryFilter
- Converts an
URL
to a folder key.
- usage() -
Static method in class oracle.ide.addin.AddinUtil
- Show usage and exit
- usage() -
Static method in class oracle.ide.palette.PaletteUtil
- Show usage and exit
- usage() -
Static method in class oracle.jdeveloper.library.JLibraryAddinUtil
- Show usage and exit
- use(int) -
Method in class oracle.ide.util.LRU
- Deprecated. Moves the specified position at the top (indice 0) of the usage list.
- useAPIContext(boolean) -
Method in class oracle.jdeveloper.webservices.WebServiceModel
-
- useDatabaseCall() -
Method in class oracle.jdeveloper.runner.JRunProcess
- This method should be overriden by a JRunProcess subclass if it
cares about how the database command is executed.
- useDefaultKeyHandling() -
Method in class oracle.javatools.editor.BasicEditorPane
- Fetches whether the default use of the multi-key handler should
be used.
- useInsets -
Variable in class oracle.jdevimpl.uieditor.assistant.NullLayoutAssistant
-
- useLastToken -
Variable in class oracle.javatools.parser.generic.GenericLexer
- Whether to use the last token that was found.
- useMinSetofAddins() -
Method in class oracle.ide.AddinManager
- Enables the IDE to be invoked with no UI
- usedAsArgument(JotMethodCall, String) -
Static method in class oracle.jdeveloper.jot.JotNames
- Searches a method call's argument list for the presence of a given name.
- usedInExpression(JotExpression, String) -
Static method in class oracle.jdeveloper.jot.JotNames
- Searches an expression for the presence of a given identifier.
- userData -
Variable in class oracle.jdeveloper.compiler.IdeLog.Message
-
- usesDynamicPaths() -
Method in class oracle.jdeveloper.model.JProject
-
- usesFloats() -
Method in class oracle.javatools.parser.generic.Language
- Fetches whether this language has floating point literals.
- usesIntegers() -
Method in class oracle.javatools.parser.generic.Language
- Fetches whether the language has integer literals.
- usesReverseZOrder() -
Method in interface oracle.jdevimpl.uieditor.LayoutAssistant
- Determine whether or not z-order is reversed.
- usesReverseZOrder() -
Method in class oracle.jdevimpl.uieditor.assistant.BasicLayoutAssistant
-
- usesReverseZOrder() -
Method in class oracle.jdevimpl.uieditor.assistant.NullLayoutAssistant
-
- usingClassic(JDK) -
Method in class oracle.jdeveloper.runner.RunConfiguration
- Returns true if the Virtual Machine is classic.
- usingMinimal(JDK) -
Method in class oracle.jdeveloper.runner.RunConfiguration
- Returns true if the Virtual Machine is minimal.
- usingOJVM(JDK) -
Method in class oracle.jdeveloper.runner.RunConfiguration
- Returns true if the Virtual Machine is ojvm.
- usingVanilla(JDK) -
Method in class oracle.jdeveloper.runner.RunConfiguration
- Returns true if the Virtual Machine is vanilla.
- uuidCreate() -
Static method in class oracle.ide.util.GuidGen
- Generate a raw 128-bit (16-byte) UUID.
V
- VARIABLE_DECLARATION_TYPE -
Static variable in interface oracle.jdeveloper.jot.JotBlockElement
- The element type value representing a variable declaration.
- VER -
Static variable in class oracle.ide.Version
-
- VERSION -
Static variable in class oracle.ide.Version
-
- VERT -
Static variable in interface oracle.ide.docking.DockLayoutConstants
-
- VERTICAL_STYLE -
Static variable in class oracle.ide.controls.PentaLayout
- Layouts the components like this:
- VER_FULL -
Static variable in class oracle.ide.Version
-
- VIEW -
Static variable in class oracle.jdeveloper.cm.ds.db.DatabaseObjectType
- Constant: View
- VIEWS_TYPE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- VIEWS_TYPE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- VIEW_ACTIVATED -
Static variable in class oracle.ide.addin.ViewEvent
-
- VIEW_ALL_FILES_CMD_ID -
Static variable in class oracle.jdeveloper.model.JProjectStructureController
-
- VIEW_BASE_TYPE -
Static variable in class oracle.jdeveloper.cm.ds.db.Trigger
-
- VIEW_CLOSED -
Static variable in class oracle.ide.addin.ViewEvent
-
- VIEW_CODEEDITOR -
Static variable in interface oracle.ide.help.HelpTopics
-
- VIEW_CREATED -
Static variable in class oracle.ide.addin.ViewCreationEvent
-
- VIEW_DEACTIVATED -
Static variable in class oracle.ide.addin.ViewEvent
-
- VIEW_FOLDER_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- VIEW_FOLDER_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- VIEW_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- VIEW_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- VIEW_HIERARCHICALLY -
Static variable in class oracle.ide.model.HierarchicalFilter
- Flag denoting whether the filter should display its contents
hierarchically or flat.
- VIEW_INSPECTOR -
Static variable in interface oracle.ide.help.HelpTopics
-
- VIEW_LOGWINDOW -
Static variable in interface oracle.ide.help.HelpTopics
-
- VIEW_NAVIGATOR -
Static variable in interface oracle.ide.help.HelpTopics
-
- VIEW_PALETTE -
Static variable in interface oracle.ide.help.HelpTopics
-
- VIEW_PROJECT_FILES_ONLY -
Static variable in class oracle.ide.model.HierarchicalFilter
- Flag denoting whether the filter should display project files or all
files.
- VIEW_STRUCTURE -
Static variable in interface oracle.ide.help.HelpTopics
-
- VIEW_UIEDITOR -
Static variable in interface oracle.ide.help.HelpTopics
-
- VISIBLE_PROP -
Static variable in interface oracle.ide.addin.View
-
- VOID_TYPE_NAME -
Static variable in interface oracle.jdeveloper.jot.JotMethod
- The
void
return type.
- Version - class oracle.ide.Version.
-
- Version() -
Constructor for class oracle.ide.Version
-
- VersionNumber - class oracle.ide.util.VersionNumber.
- This class encapsulates the notion of a version number
or version string, which can be defined as a string of
characters, usually digits, separated by dots ('.').
- VersionNumber(String) -
Constructor for class oracle.ide.util.VersionNumber
- This creates an instance of
VersionNumber
based on the
dot-separated version string that is passed in.
- Vertical -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- Vertical -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- VerticalFlowLayout - class oracle.ide.controls.VerticalFlowLayout.
- VFlowLayout is similair to FlowLayout except it lays out components
vertically.
- VerticalFlowLayout() -
Constructor for class oracle.ide.controls.VerticalFlowLayout
- Construct a new VerticalFlowLayout with a middle alignemnt, and
the fill to edge flag set.
- VerticalFlowLayout(boolean, boolean) -
Constructor for class oracle.ide.controls.VerticalFlowLayout
- Construct a new VerticalFlowLayout with a middle alignemnt.
- VerticalFlowLayout(int) -
Constructor for class oracle.ide.controls.VerticalFlowLayout
- Construct a new VerticalFlowLayout with a middle alignemnt.
- VerticalFlowLayout(int, boolean, boolean) -
Constructor for class oracle.ide.controls.VerticalFlowLayout
- Construct a new VerticalFlowLayout.
- VerticalFlowLayout(int, int, int, boolean, boolean) -
Constructor for class oracle.ide.controls.VerticalFlowLayout
- Construct a new VerticalFlowLayout.
- VerticalFlowLayoutAssistant - class oracle.jdevimpl.uieditor.assistant.VerticalFlowLayoutAssistant.
-
- VerticalFlowLayoutAssistant() -
Constructor for class oracle.jdevimpl.uieditor.assistant.VerticalFlowLayoutAssistant
-
- VetoObserver - interface oracle.ide.addin.VetoObserver.
VetoObserver
interface defines the notification API through
which * interested observers are notified of pending subject changes.- VetoableMessage - class oracle.ide.addin.VetoableMessage.
- The
VetoableMessage
class is the vetoable message send to an
VetoObserver
to notify it about an impending
VetoableSubject
change. - VetoableMessage(int, Object) -
Constructor for class oracle.ide.addin.VetoableMessage
- Constructs an update message of the specified message id.
- VetoableSubject - interface oracle.ide.addin.VetoableSubject.
VetoableSubject
interface defines the API to register observers
interested in receiving notifications of pending subject changes.- View -
Static variable in class oracle.ide.MainWindow
-
- View - interface oracle.ide.addin.View.
View
components dispaly information to the user.- ViewAdapter - class oracle.ide.addin.ViewAdapter.
- Defaul
ViewListener
implementations. - ViewAdapter() -
Constructor for class oracle.ide.addin.ViewAdapter
-
- ViewCreationEvent - class oracle.ide.addin.ViewCreationEvent.
- The
ViewCreationEvent
is used to indicate that a View has
been created. - ViewCreationEvent(View, int) -
Constructor for class oracle.ide.addin.ViewCreationEvent
- Constructor.
- ViewCreationListener - interface oracle.ide.addin.ViewCreationListener.
- The
ViewCreationListener
allows implementors to listen for
View creation events. - ViewEvent - class oracle.ide.addin.ViewEvent.
- The ViewEvent is used to indicate that state of a View has been modified.
- ViewEvent(View, int) -
Constructor for class oracle.ide.addin.ViewEvent
- Constructor.
- ViewId - class oracle.ide.layout.ViewId.
- Class used to identify views.
- ViewId(String, String) -
Constructor for class oracle.ide.layout.ViewId
- Constructor.
- ViewId(String) -
Constructor for class oracle.ide.layout.ViewId
- Constructor.
- ViewId() -
Constructor for class oracle.ide.layout.ViewId
- Default constructor.
- ViewListener - interface oracle.ide.addin.ViewListener.
- The
ViewListener
interface should be implemented
by extensions that need to know when views in the IDE change their
state. - ViewSelectionEvent - class oracle.ide.addin.ViewSelectionEvent.
- The ViewSelectionEvent is used to indicate that the selection held by the
a View has been modified.
- ViewSelectionEvent(View) -
Constructor for class oracle.ide.addin.ViewSelectionEvent
- Constructor.
- ViewSelectionEvent(View, int) -
Constructor for class oracle.ide.addin.ViewSelectionEvent
- Constructor.
- ViewSelectionEvent(View, int, Element[]) -
Constructor for class oracle.ide.addin.ViewSelectionEvent
- Constructor.
- ViewSelectionListener - interface oracle.ide.addin.ViewSelectionListener.
- The
ViewSelectionListener
interface should be implemented
by extensions that need to track the selection changes of a view. - validate(Map) -
Method in class oracle.ide.addin.config.AddinManagerOptions
- Validate the grouping of addins against the group structure that was
loaded by the Addin Manager.
- validate() -
Method in interface oracle.ide.controls.FloatingToolWindow
-
- validate(String) -
Method in class oracle.ide.dialogs.SimpleInputDialog
- Return true if the input is valid
- validate(String) -
Static method in class oracle.ide.layout.ViewId
- Method used to replace some characters in the name with the '-'
character.
- validate(URL, URL) -
Method in class oracle.ide.model.AbstractElementRecognizer
-
- validate(URL, URL) -
Method in class oracle.ide.model.DefaultRecognizer
-
- validate(URL, URL) -
Method in interface oracle.ide.model.Recognizer
- Validate the specified new name.
- validate(URL, URL) -
Method in class oracle.ide.xml.XMLRecognizer
-
- validate(URL, URL) -
Method in class oracle.jdeveloper.library.LegacyLibraryRecognizer
-
- validateActionName(String) -
Static method in class oracle.javatools.editor.ActionNames
-
- validateAllEntriesExist() -
Method in class oracle.ide.net.URLPath
- Validates the URLPath entries
- validateAndWriteToState(BaliWizardState) -
Method in interface oracle.ide.wizard.BaliWizardPanel
- To be called on NEXT, APPLY, and FINISH events.
- validateFSM(Map) -
Static method in class oracle.ide.panels.FSM
- This method validates the given FSM specification, verifying that it
has an appropriate structure.
- validateNewFileURL(URL) -
Method in interface oracle.ide.component.NewFileValidator
- Requests that the specified
URL
be validated.
- validateNewURL(Recognizer, URL, URL) -
Method in class oracle.ide.cmd.SaveAsCommand
-
- validateOverlay(Element) -
Method in class oracle.ide.explorer.IconOverlayTracker
- Validates the given element within the overlay cache.
- validateOverlays() -
Method in class oracle.ide.explorer.IconOverlayTracker
- Validates all elements within the overlay cache.
- validatePanel() -
Method in class oracle.ide.panels.NewWorkspacePanel
-
- validateURL(Component, URL, String, boolean) -
Static method in class oracle.ide.component.NewFilePanel
-
- validateVisibleRect(Rectangle) -
Method in class oracle.javatools.editor.BasicEditorPane
- Utility method to ensure that the visible rectangle does not go
beyond the edges of the editor view.
- validator -
Variable in class oracle.ide.controls.AbstractPicker
-
- value() -
Method in class oracle.ide.util.FastStringBuffer
-
- valueChanged(TreeSelectionEvent) -
Method in class oracle.ide.addin.config.AddinManagerOptionsPanel.AddinTreeCellListener
- Called whenever the value of the selection changes
- valueChanged(ListSelectionEvent) -
Method in class oracle.ide.keyboard.KeyStrokePanel
-
- valueChanged(ListSelectionEvent) -
Method in class oracle.jdeveloper.dialogs.ClassPackageListBrowser
-
- valueChanged(TreeSelectionEvent) -
Method in class oracle.jdevimpl.uieditor.UIExplorer
-
- valueForPathChanged(TreePath, Object) -
Method in class oracle.ide.controls.AbstractTreeTableModel
-
- values() -
Method in class oracle.ide.keyboard.KeyStrokeMap
-
- values() -
Method in class oracle.ide.util.ListMap
-
- version() -
Method in interface oracle.ide.addin.Addin
- This method is called to determine the
Addin
version number.
- version() -
Method in class oracle.jdeveloper.ceditor.CodeEditorAddin
-
- version() -
Method in class oracle.jdeveloper.cm.dt.addin.AbstractConnectionEditorAddin
-
- version() -
Method in class oracle.jdeveloper.compiler.CopyTranslator
- This method is called to determine the feature version number, i.e.
- version() -
Method in class oracle.jdeveloper.compiler.JCompiler
- This method is called to determine the feature version number, i.e.
- version() -
Method in class oracle.jdeveloper.compiler.Ojc
- This method is called to determine the feature version number, i.e.
- version() -
Method in class oracle.jdeveloper.library.JLibraryManager
-
- version() -
Method in class oracle.jdeveloper.model.DocumentRecognizer
- This method is called to determine the feature version number, i.e.
- version() -
Method in class oracle.jdeveloper.model.JProjectStructureController
- This method is called to determine the feature version number, i.e.
- version() -
Method in class oracle.jdeveloper.model.NavigatorExtension
- This method is called to determine the feature version number, i.e.
- version() -
Method in class oracle.jdevimpl.uieditor.UIEditorAddin
-
- vetoableChange(PropertyChangeEvent) -
Method in class oracle.ide.component.NewFilePanel
-
- vetoableChange(PropertyChangeEvent) -
Method in class oracle.ide.dialogs.SimpleInputDialog
-
- vetoableChange(PropertyChangeEvent) -
Method in class oracle.ide.panels.NewWorkspacePanel
-
- vetoableChange(PropertyChangeEvent) -
Method in class oracle.jdeveloper.model.NewConfigurationPanel
-
- viewActivated(ViewEvent) -
Method in class oracle.ide.addin.ViewAdapter
-
- viewActivated(ViewEvent) -
Method in interface oracle.ide.addin.ViewListener
- Called when the view is activated.
- viewClosed(ViewEvent) -
Method in class oracle.ide.addin.ViewAdapter
-
- viewClosed(ViewEvent) -
Method in interface oracle.ide.addin.ViewListener
- Called when the view is closed.
- viewCreated(ViewCreationEvent) -
Method in interface oracle.ide.addin.ViewCreationListener
- Receives notification that a View that has been created.
- viewDeactivated(ViewEvent) -
Method in class oracle.ide.addin.ViewAdapter
-
- viewDeactivated(ViewEvent) -
Method in interface oracle.ide.addin.ViewListener
- Called when the view is deactivated.
- viewListeners -
Variable in class oracle.ide.addin.AbstractView
-
- viewPath(Component, String, URLPath, String) -
Static method in class oracle.ide.component.URLPathEditPanel
-
- viewRunManager() -
Method in interface oracle.ide.runner.Runner
- Shows the Run Manager window.
- viewSelectionChanged(ViewSelectionEvent) -
Method in class oracle.ide.Ide
-
- viewSelectionChanged(ViewSelectionEvent) -
Method in class oracle.ide.addin.AbstractPinnable
- Respond to a change in selection in the pinned View based on the pin
state.
- viewSelectionChanged(Context) -
Method in class oracle.ide.addin.AbstractPinnable
- Internal method allowing subclasses to perform additional processing after
the standard call to viewSelectionChanged(ViewSelectionEvent) has filtered
out cases where the selection changes should be ignored.
- viewSelectionChanged(ViewSelectionEvent) -
Method in interface oracle.ide.addin.ViewSelectionListener
- This method is called every time the selection changes in a view.
- viewSelectionChanged(ViewSelectionEvent) -
Method in class oracle.jdevimpl.uieditor.AbstractCanvas
-
- viewSelectionChanged(ViewSelectionEvent) -
Method in class oracle.jdevimpl.uieditor.UIExplorer
-
- viewSelectionListeners -
Variable in class oracle.ide.addin.AbstractView
-
- viewToModel(JTextComponent, Point, Position.Bias[]) -
Method in class oracle.javatools.editor.BasicEditorUI
- Converts the given place in the view coordinate system
to the nearest representative location in the model.
- viewToModel(float, float, Shape, Position.Bias[]) -
Method in class oracle.javatools.editor.BasicView
- Provides a mapping from the view coordinate space to the logical
coordinate space of the model.
- visibleRow -
Variable in class oracle.ide.controls.JFastTreeTable.TreeTableCellRenderer
- Last table/tree row asked to renderer.
- visibleRow -
Variable in class oracle.ide.controls.JTreeTable.TreeTableCellRenderer
- Last table/tree row asked to renderer.
W
- WARNING_MESSAGE -
Static variable in class oracle.ide.dialogs.SelectFilesPanel
-
- WARNING_PREFIX -
Static variable in class oracle.jdeveloper.compiler.CompArb
-
- WARNING_PREFIX -
Static variable in class oracle.jdeveloper.compiler.CompArb_ja
-
- WA_ORABUG_1963899 -
Static variable in class oracle.ide.util.JDK
- ORA1963899 - JDEV ON LINUX USING KDE2: PART OF IDE WINDOW IS GRAYED OUT, DISABLED
- WEBLOGIC_BROWSE_BUTTON -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- WEBLOGIC_BROWSE_BUTTON -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- WEBLOGIC_HINT_TEXT -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- WEBLOGIC_HINT_TEXT -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- WEBLOGIC_HOME -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- WEBLOGIC_HOME -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- WEBLOGIC_HOST_NAME -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- WEBLOGIC_HOST_NAME -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- WEBLOGIC_PORT -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- WEBLOGIC_PORT -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- WEBLOGIC_TARGET_NODE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- WEBLOGIC_TARGET_NODE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- WEB_SERVICE -
Static variable in class oracle.jdeveloper.model.JProjectFilter
-
- WEIGHT -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- WEIGHT -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- WEIGHT_BOTH -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- WEIGHT_BOTH -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- WEIGHT_BOTH_CMD_ID -
Static variable in class oracle.jdevimpl.uieditor.assistant.GridBagLayoutAssistant
-
- WEIGHT_BOTH_ICON -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- WEIGHT_BOTH_ICON -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- WEIGHT_BOTH_ITEM -
Static variable in class oracle.jdevimpl.uieditor.assistant.GridBagLayoutAssistant
-
- WEIGHT_BOTH_MNEMONIC -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- WEIGHT_BOTH_MNEMONIC -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- WEIGHT_CMD_ID -
Static variable in class oracle.jdevimpl.uieditor.assistant.GridBagLayoutAssistant
-
- WEIGHT_GROUP -
Static variable in class oracle.jdevimpl.uieditor.assistant.GridBagLayoutAssistant
-
- WEIGHT_HORIZONTAL -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- WEIGHT_HORIZONTAL -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- WEIGHT_HORIZ_CMD_ID -
Static variable in class oracle.jdevimpl.uieditor.assistant.GridBagLayoutAssistant
-
- WEIGHT_HORIZ_ICON -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- WEIGHT_HORIZ_ICON -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- WEIGHT_HORIZ_ITEM -
Static variable in class oracle.jdevimpl.uieditor.assistant.GridBagLayoutAssistant
-
- WEIGHT_HORIZ_MNEMONIC -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- WEIGHT_HORIZ_MNEMONIC -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- WEIGHT_ICON -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- WEIGHT_ICON -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- WEIGHT_MENU -
Static variable in class oracle.jdevimpl.uieditor.assistant.GridBagLayoutAssistant
-
- WEIGHT_MNEMONIC -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- WEIGHT_MNEMONIC -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- WEIGHT_VERTICAL -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- WEIGHT_VERTICAL -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- WEIGHT_VERT_CMD_ID -
Static variable in class oracle.jdevimpl.uieditor.assistant.GridBagLayoutAssistant
-
- WEIGHT_VERT_ICON -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- WEIGHT_VERT_ICON -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- WEIGHT_VERT_ITEM -
Static variable in class oracle.jdevimpl.uieditor.assistant.GridBagLayoutAssistant
-
- WEIGHT_VERT_MNEMONIC -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- WEIGHT_VERT_MNEMONIC -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- WELCOME_TEXT -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- WELCOME_TEXT -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- WELCOME_TITLE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- WELCOME_TITLE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- WEST -
Static variable in class oracle.ide.controls.PentaLayout
-
- WEST -
Static variable in interface oracle.ide.docking.DockLayoutConstants
-
- WHILE_STATEMENT -
Static variable in interface oracle.jdeveloper.jot.JotStatement
- The statement type for
while
statements
- WINDOWS_DOT_DOT_DOT_CMD -
Static variable in interface oracle.ide.IdeConstants
- Open window list command.
- WINDOWS_DOT_DOT_DOT_CMD_ID -
Static variable in interface oracle.ide.IdeConstants
- Open window list command id.
- WINDOW_ACTIVATE_CMD_ID -
Static variable in class oracle.ide.cmd.WindowActivate
-
- WINDOW_CASCADE_CMD -
Static variable in interface oracle.ide.IdeConstants
- Cascade window command.
- WINDOW_CASCADE_CMD_ID -
Static variable in interface oracle.ide.IdeConstants
- Cascade window command id.
- WINDOW_TILE_HORZ_CMD -
Static variable in interface oracle.ide.IdeConstants
- Tile window horizontally command.
- WINDOW_TILE_HORZ_CMD_ID -
Static variable in interface oracle.ide.IdeConstants
- Tile window horizontally command id.
- WINDOW_TILE_VERT_CMD -
Static variable in interface oracle.ide.IdeConstants
- Tile window vertically command.
- WINDOW_TILE_VERT_CMD_ID -
Static variable in interface oracle.ide.IdeConstants
- Tile window vertically command id.
- WIZARD_IMAGE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- WIZARD_IMAGE -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- WORKAREA -
Static variable in class oracle.jdeveloper.cm.ds.db.DBObject
- Constant: Database Work Area
- WORKING -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- WORKING -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- WORKSPACE_PROP -
Static variable in interface oracle.ide.addin.View
-
- WRITABLE -
Static variable in interface oracle.javatools.buffer.TextBuffer
- Public constant for use with
setReadOnly()
to
allow regular modifications to the buffer.
- WRITE -
Static variable in class oracle.javatools.buffer.ReadWriteLock
- Constant which indicates that the lock is held in write mode.
- WWW_SOURCE -
Static variable in class oracle.jdeveloper.model.JProjectFilter
-
- WaitCursor - class oracle.ide.controls.WaitCursor.
- This class handles the wait cursor over the application.
- WaitCursor() -
Constructor for class oracle.ide.controls.WaitCursor
- The WaitCursor is a singleton built by the IDE.
- WaitCursor(Component) -
Constructor for class oracle.ide.controls.WaitCursor
- The WaitCursor is a singleton built by the IDE.
- WeakCache - class oracle.ide.util.WeakCache.
- The
WeakCache
class provides a weak reference cache for
objects. - WeakCache() -
Constructor for class oracle.ide.util.WeakCache
-
- WeakCache.Entry - class oracle.ide.util.WeakCache.Entry.
-
- WeakCache.Entry(Object, Object) -
Constructor for class oracle.ide.util.WeakCache.Entry
-
- WeakPropertyChangeSupport - class oracle.javatools.editor.WeakPropertyChangeSupport.
- The
WeakPropertyChangeSupport
is based on the
PropertyChangeSupport
, but uses
WeakReferences
to store listener references. - WeakPropertyChangeSupport(Object) -
Constructor for class oracle.javatools.editor.WeakPropertyChangeSupport
- Construct a new
WeakPropertyChangeSupport
.
- WebServiceManager - class oracle.jdeveloper.webservices.WebServiceManager.
- A utility class for performing various web serivce management tasks, such
as locating existing services.
- WebServiceModel - class oracle.jdeveloper.webservices.WebServiceModel.
- This class provides a public API for creating and updating web services.
- WebServiceModel(Project, String) -
Constructor for class oracle.jdeveloper.webservices.WebServiceModel
- Create a WebServiceModel.
- WebServiceModel(Project, URL) -
Constructor for class oracle.jdeveloper.webservices.WebServiceModel
- Create a read-only WebServiceModel based on a given WSDL file.
- WebServiceModelListener - interface oracle.jdeveloper.webservices.WebServiceModelListener.
- Listener interface to provide notification of model change events.
- WebServiceNotFoundException - exception oracle.jdeveloper.webservices.WebServiceNotFoundException.
- Marker class for web service not found exceptions.
- WebServiceNotFoundException(String) -
Constructor for class oracle.jdeveloper.webservices.WebServiceNotFoundException
-
- WebServices - class oracle.jdeveloper.model.WebServices.
-
- WebServices() -
Constructor for class oracle.jdeveloper.model.WebServices
-
- WebUpdateManager - interface oracle.ide.webupdate.WebUpdateManager.
- A WebUpdateManager implementation provides access to functionality for
getting and installing updates (patches and extensions) into the IDE.
- Weblogic6ConnectionType - class oracle.jdeveloper.cm.Weblogic6ConnectionType.
- Implementation of the ConnectionType interface for this
Connection Type.
- Weblogic6ConnectionType() -
Constructor for class oracle.jdeveloper.cm.Weblogic6ConnectionType
-
- Weblogic7ConnectionType - class oracle.jdeveloper.cm.Weblogic7ConnectionType.
- Implementation of the ConnectionType interface for this
Connection Type.
- Weblogic7ConnectionType() -
Constructor for class oracle.jdeveloper.cm.Weblogic7ConnectionType
-
- Weight -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- Weight -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- WelcomePanel - class oracle.ide.panels.WelcomePanel.
-
- WelcomePanel(String, String, String, String) -
Constructor for class oracle.ide.panels.WelcomePanel
-
- West -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- West -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- WholeNumberField - class oracle.ide.controls.WholeNumberField.
- The
WholeNumberField
is a subclass of a JTextField
that only allow whole numbers (no negative numbers allowed.) The
real work is done by NumberTextField
. - WholeNumberField(int) -
Constructor for class oracle.ide.controls.WholeNumberField
- Constructs a new
WholeNumberField
with the an
initial value of 0, and the specified column width.
- WholeNumberField(int, int) -
Constructor for class oracle.ide.controls.WholeNumberField
- Constructs a new
WholeNumberField
with the specified
initial value in the field and column width.
- Width -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- Width -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- WildcardURLFilter - class oracle.ide.net.WildcardURLFilter.
- A
URLFilter
that provides wildcard behavior. - WildcardURLFilter(String) -
Constructor for class oracle.ide.net.WildcardURLFilter
-
- WildcardURLFilter(String, boolean) -
Constructor for class oracle.ide.net.WildcardURLFilter
-
- WildcardURLFilter(String, boolean, String) -
Constructor for class oracle.ide.net.WildcardURLFilter
-
- WindowActivate - class oracle.ide.cmd.WindowActivate.
-
- WindowActivate() -
Constructor for class oracle.ide.cmd.WindowActivate
-
- Windows -
Static variable in class oracle.ide.MainWindow
-
- Wizard - interface oracle.ide.addin.Wizard.
- The Wizard interface is used to identify a Java class as a Wizard in the
context of the Oracle IDE.
- WizardCallbacks - interface oracle.ide.panels.WizardCallbacks.
- This interface defines callback methods that are implemented by a
a
Traversable
-based wizard dialog for the sake of
Traversable
panels that need to update the state of the
wizard dialog's decorations. - WizardLauncher - class oracle.ide.dialogs.WizardLauncher.
- Utility class for Launching a Bali Dialog.
- WizardLauncher() -
Constructor for class oracle.ide.dialogs.WizardLauncher
-
- WizardManager - class oracle.ide.WizardManager.
- WizardManager provides the interface through which the IDE handles Wizards.
- WizardTitleLabel - class oracle.ide.wizard.WizardTitleLabel.
- Deprecated. use oracle.bali.ewt.wizard.TitledWizardPage
- WizardTitleLabel(String) -
Constructor for class oracle.ide.wizard.WizardTitleLabel
- Deprecated.
- WizardTitleLabel() -
Constructor for class oracle.ide.wizard.WizardTitleLabel
- Deprecated.
- WizardWelcomePage - class oracle.ide.wizard.WizardWelcomePage.
- A subclass of oracle.bali.ewt.wizard.WelcomeWizardPage which provides
support for persisting the "show this page next time" option in the IDE
settings.
- WizardWelcomePage(String) -
Constructor for class oracle.ide.wizard.WizardWelcomePage
- Construct a wizard welcome page.
- WizardWelcomePage(Image, String, String) -
Constructor for class oracle.ide.wizard.WizardWelcomePage
-
- WizardWelcomeSettings - class oracle.ide.wizard.WizardWelcomeSettings.
- Settings that define whether a wizard welcome page is displayed.
- WizardWelcomeSettings() -
Constructor for class oracle.ide.wizard.WizardWelcomeSettings
-
- WordLocator - interface oracle.javatools.editor.language.WordLocator.
- The
WordLocator
interface provides the methods for
allowing each language to define its own word boundaries for
word-based navigation. - WorkEnvironment - interface oracle.ide.model.WorkEnvironment.
-
- WorkEnvironment.Setting - interface oracle.ide.model.WorkEnvironment.Setting.
-
- WorkEnvironment.Settings - interface oracle.ide.model.WorkEnvironment.Settings.
-
- Workspace - class oracle.ide.model.Workspace.
- This a new class that is under development to replace Workspace.
- Workspace() -
Constructor for class oracle.ide.model.Workspace
- Default constructor.
- Workspace(Workspace) -
Constructor for class oracle.ide.model.Workspace
- Copy constructor.
- Workspaces - class oracle.ide.model.Workspaces.
- This a new class that is under development to replace Workspaces.
- Workspaces() -
Constructor for class oracle.ide.model.Workspaces
- Default constructor.
- Workspaces(Workspaces) -
Constructor for class oracle.ide.model.Workspaces
- Copy constructor.
- WritableConnectionStore - interface oracle.jdeveloper.cm.WritableConnectionStore.
- Interface which is responsible for the writing of the ConnectionManager's
connection descriptors.
- waitForDatabase() -
Method in class oracle.jdeveloper.runner.JRunProcess
- This method should be overriden by a JRunProcess subclass if it
needs to do something before the database procedure is invoked.
- waitForProcess() -
Method in class oracle.ide.runner.Starter
- Waits for the process to finish and returns the exit code for the
process.
- waitForRedirectOutput() -
Method in class oracle.ide.runner.RunProcess
- This call waits until the threads that are redirecting output
(stdout and stderr) have processed all output available so far.
- waitUntilDone() -
Method in class oracle.ide.dialogs.ProgressBar
- The client code should call this to wait until the long-running
process is complete.
- warning(Storage, int, int, int, String) -
Method in class oracle.jdeveloper.compiler.IdeLog
- print a warning message:
- warning(Storage, int, int, int, String) -
Method in interface oracle.jdeveloper.compiler.Translator.Log
- print a warning message:
- wildcard2Regexp(String) -
Static method in class oracle.ide.net.WildcardURLFilter
- Converts the specified wildcard into a regular expression.
- windowActivated(WindowEvent) -
Method in class oracle.ide.Menubar
-
- windowClosed(WindowEvent) -
Method in class oracle.ide.Menubar
-
- windowClosing(WindowEvent) -
Method in class oracle.ide.Menubar
-
- windowDeactivated(WindowEvent) -
Method in class oracle.ide.Menubar
-
- windowDeiconified(WindowEvent) -
Method in class oracle.ide.Menubar
-
- windowIconified(WindowEvent) -
Method in class oracle.ide.Menubar
-
- windowOpened(WindowEvent) -
Method in class oracle.ide.Menubar
-
- wizardCanceled() -
Method in class oracle.ide.wizard.BasicWizard
- Called when the wizard has been canceled.
- wizardEnableButtons(Boolean, Boolean, Boolean) -
Method in interface oracle.ide.panels.WizardCallbacks
- A panel calls this method to update the status of the Back, Next,
and Finish buttons.
- wizardSetInitialFocus(Component) -
Method in interface oracle.ide.panels.WizardCallbacks
- A panel calls this method to specify the component on the panel
that should have the initial focus.
- wizardSkipCurrentStep() -
Method in interface oracle.ide.panels.WizardCallbacks
- In the
Traversable.onEntry(TraversableContext)
method,
a call to wizardSkipCurrentStep()
indicates that
the {@link Traversable should be skipped automatically
without being displayed and that the wizard proceed to the next
step.
- wizardUpdateAccessibleDescription(String) -
Method in interface oracle.ide.panels.WizardCallbacks
- Updates the wizard's accessible description with the specified
string.
- wizardUpdateExpectedTransition(Object) -
Method in interface oracle.ide.panels.WizardCallbacks
- A panel calls this method when its expected exit transition
changes due to changes in the user's selections in the panel.
- wizardUpdateImage(Image) -
Method in interface oracle.ide.panels.WizardCallbacks
- A panel calls this method to replace the large image on the left
side of the wizard with the specified
Image
.
- wizardUpdateTitle(String, Boolean) -
Method in interface oracle.ide.panels.WizardCallbacks
- A panel calls this method to update the string in the wizard
dialog's title bar.
- wrapPrimitive(Class) -
Static method in class oracle.ide.marshal.ToStringManager
- If the
primitive
argument represents a primitive type,
then the returned class is the corresponding object-wrapped type.
- write(JTable, URL, String) -
Method in interface oracle.ide.controls.TableTransformer
-
- write(JTable, PrintWriter, String) -
Method in interface oracle.ide.controls.TableTransformer
-
- write(JTable, URL, String) -
Method in class oracle.ide.controls.XMLTableTransformer
-
- write(JTable, PrintWriter, String) -
Method in class oracle.ide.controls.XMLTableTransformer
-
- write(String) -
Method in class oracle.ide.util.IniFile
-
- write(Writer) -
Method in interface oracle.javatools.buffer.TextBuffer
- Writes the current contents of the text buffer to a writer
instance for the purpose of savingthe data.
- write(String, List, boolean) -
Method in class oracle.jdeveloper.cm.DefaultConnectionStore
- Writes the list of descriptors to storage.
- write(String, List, boolean) -
Method in class oracle.jdeveloper.cm.PropertiesConnectionStore
- Writes the list of descriptors to storage.
- write(String, List, boolean) -
Method in interface oracle.jdeveloper.cm.WritableConnectionStore
- Writes the list of descriptors to storage.
- write(byte[], int, int) -
Method in class oracle.jdeveloper.compiler.IdeStorage
-
- write(byte[], int, int) -
Method in class oracle.jdeveloper.compiler.JarStorage
-
- writeLock() -
Method in class oracle.ide.util.ReadWriteLock
- Issue a write lock if there are no outstanding read or write
locks.
- writeLock() -
Method in class oracle.javatools.buffer.ReadWriteLock
- Blocking attempt to acquire a write or exclusive lock.
- writeLock() -
Method in interface oracle.javatools.buffer.TextBuffer
- Attempts to acquire a write lock on this text buffer for the
purposes of writing to the text buffer - this is a blocking call.
- writeLock() -
Method in class oracle.javatools.editor.BasicDocument
- Attempts to acquire a write lock on this document and the
underlying text buffer - this is a blocking call.
- writeUnlock() -
Method in class oracle.javatools.buffer.ReadWriteLock
- Releases a previously acquired write lock.
- writeUnlock() -
Method in interface oracle.javatools.buffer.TextBuffer
- Releases a held write lock on this text buffer.
- writeUnlock() -
Method in class oracle.javatools.editor.BasicDocument
- Releases a held write lock on this Document.
- writeXML(XMLDocument, URL) -
Static method in class oracle.ide.xml.XMLUtil
- Writes the specified
XMLDocument
to the file
located at the specified URL
.
- writeXML(XMLDocument, OutputStream) -
Static method in class oracle.ide.xml.XMLUtil
- Writes the specified
XMLDocument
to the output stream
specified.
- writeXML(XMLDocument, PrintWriter) -
Static method in class oracle.ide.xml.XMLUtil
-
- writeXML(XMLDocument, PrintWriter, int) -
Static method in class oracle.ide.xml.XMLUtil
-
X
- XMLDataContainer - class oracle.ide.model.XMLDataContainer.
- The
XMLDataContainer
is the Container
wrapper
for a Folder
-implementing JavaBean that can be
persisted to XML using the XML marshalling framework in
oracle.ide.marshal.xml
. - XMLDataContainer() -
Constructor for class oracle.ide.model.XMLDataContainer
-
- XMLDataNode - class oracle.ide.model.XMLDataNode.
- The
XMLDataNode
class is the Node
wrapper for
a JavaBean class that can be persisted to XML using the XML
marshalling framework Object2Dom
. - XMLDataNode() -
Constructor for class oracle.ide.model.XMLDataNode
- Default constructor required for JavaBeans status.
- XMLDataNode(Object, URL) -
Constructor for class oracle.ide.model.XMLDataNode
- Creates an
XMLDataNode
whose data comes from the given
dataObject
.
- XMLDataNode.DataCastPacket - class oracle.ide.model.XMLDataNode.DataCastPacket.
- The
DataCastPacket
class is a data class that is
helpful for reducing the number of type-cast operations that
need to occur. - XMLDataNode.DataCastPacket(Object) -
Constructor for class oracle.ide.model.XMLDataNode.DataCastPacket
- Creates a new instance of
DataCastPacket
and
initializes all of its fields.
- XMLKeyStrokeContext - class oracle.ide.keyboard.XMLKeyStrokeContext.
-
- XMLKeyStrokeContext(String) -
Constructor for class oracle.ide.keyboard.XMLKeyStrokeContext
-
- XMLKeystrokeContextDef - class oracle.ide.keyboard.XMLKeystrokeContextDef.
-
- XMLKeystrokeContextDef() -
Constructor for class oracle.ide.keyboard.XMLKeystrokeContextDef
-
- XMLKeystrokeContextDefs - class oracle.ide.keyboard.XMLKeystrokeContextDefs.
-
- XMLRecognizer - class oracle.ide.xml.XMLRecognizer.
- The
XMLRecognizer
is the default Recognizer
implementation used in the IDE. - XMLTableTransformer - class oracle.ide.controls.XMLTableTransformer.
-
- XMLTableTransformer() -
Constructor for class oracle.ide.controls.XMLTableTransformer
-
- XMLUtil - class oracle.ide.xml.XMLUtil.
- Utility methods for quickly inspecting the contents of an XML file.
- XYConstraintsEditor - class oracle.jdevimpl.uieditor.assistant.XYConstraintsEditor.
-
- XYConstraintsEditor() -
Constructor for class oracle.jdevimpl.uieditor.assistant.XYConstraintsEditor
-
- XYLayoutAssistant - class oracle.jdevimpl.uieditor.assistant.XYLayoutAssistant.
-
- XYLayoutAssistant() -
Constructor for class oracle.jdevimpl.uieditor.assistant.XYLayoutAssistant
-
- X_MARGIN -
Static variable in class oracle.jdevimpl.uieditor.AbstractCanvas
-
Y
- YES -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- YES -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- YES_BUTTON -
Static variable in class oracle.ide.dialogs.SelectFilesPanel
-
- YES_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb
-
- YES_GIF -
Static variable in class oracle.jdeveloper.cm.dt.ConnectionArb_ja
-
- YES_NO_CANCEL_OPTION -
Static variable in class oracle.ide.dialogs.SelectFilesPanel
-
- YES_NO_OPTION -
Static variable in class oracle.ide.dialogs.SelectFilesPanel
-
- Y_MARGIN -
Static variable in class oracle.jdevimpl.uieditor.AbstractCanvas
-
- yankKillRing() -
Static method in class oracle.javatools.editor.EmacsAction
- Utility routine to yank text from the last yank index of the kill
ring, or from the clipboard if the text in the clipboard doesn't
match the kill ring (which is generally the case if the user
did a cut/copy elsewhere.)
Z
- ZORDER_MENU -
Static variable in class oracle.jdevimpl.uieditor.assistant.BasicLayoutAssistant
-
- ZORDER_MENU -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- ZORDER_MENU -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- ZORDER_MENU_MNEMONIC -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res
-
- ZORDER_MENU_MNEMONIC -
Static variable in class oracle.jdevimpl.uieditor.assistant.Res_ja
-
- ZORDER_SEPARATOR -
Static variable in class oracle.jdevimpl.uieditor.assistant.BasicLayoutAssistant
-
- ZipArchiveFile - class oracle.ide.util.ZipArchiveFile.
- Used for archive zip files.
- ZipArchiveFile(String) -
Constructor for class oracle.ide.util.ZipArchiveFile
-
_
- _activate() -
Method in interface oracle.ide.editor.EditorInfo
-
- _assert(boolean) -
Method in class oracle.javatools.parser.AbstractSyntaxRecognizer
- Very simple assert call.
- _attributes -
Variable in class oracle.ide.layout.BaseLayout
-
- _backgroundNonSelectionColor -
Variable in class oracle.ide.controls.DefaultLabelColorScheme
-
- _backgroundSelectionColor -
Variable in class oracle.ide.controls.DefaultLabelColorScheme
-
- _borderSelectionColor -
Variable in class oracle.ide.controls.DefaultLabelColorScheme
-
- _chainedTo -
Variable in class oracle.ide.panels.FSMException
-
- _children -
Variable in class oracle.ide.model.DataContainer
- The "
final
" modifier makes it possible to synchronize
on the _children
object, since its value can never
change.
- _children -
Variable in class oracle.ide.model.DefaultContainer
- The "
final
" modifier makes it possible to synchronize
on the _children
object, since its value can never
change.
- _children -
Variable in class oracle.ide.model.DefaultFolder
- The "
final
" modifier makes it possible to synchronize
on the DefaultFolder._children
object, since its value can never
change.
- _close() -
Method in interface oracle.ide.editor.EditorInfo
-
- _codeToString(int) -
Method in class oracle.javatools.parser.AbstractSyntaxRecognizer
- Converts the syntax code into a string.
- _colorScheme -
Variable in class oracle.ide.controls.JSelectableLabel
- Delegate that knows what color scheme to use for rendering the label.
- _conn -
Variable in class oracle.jdeveloper.cm.ds.db.JdbcDatabase
- JDBC Connection to the database
- _connName -
Variable in class oracle.jdeveloper.cm.ds.db.JdbcDatabase
- Connection Manager name of the connection or null if not using cm
- _connTypes -
Variable in class oracle.jdeveloper.cm.AbstractConnectionWrapper
-
- _contentPane -
Variable in class oracle.jdeveloper.cm.ConnectInformationDialog
-
- _context -
Variable in class oracle.ide.cmd.SaveAsCommand
-
- _context -
Variable in class oracle.ide.editor.AbstractEditor
-
- _createTable(String, String) -
Method in class oracle.jdeveloper.cm.ds.db.JdbcDatabase
-
- _data -
Variable in class oracle.ide.addin.DefaultContext
-
- _data -
Variable in class oracle.ide.controls.TabbedWindow.PageInfo
-
- _data -
Variable in class oracle.jdeveloper.cm.ConnectionEvent
-
- _descriptor -
Variable in class oracle.jdeveloper.cm.AbstractConnectionWrapper
-
- _descriptor -
Variable in class oracle.jdeveloper.cm.ConnectInformationDialog
-
- _doc -
Variable in class oracle.ide.addin.DefaultContext
-
- _duplicate -
Variable in class oracle.ide.cmd.SaveAsCommand
-
- _editorFrame -
Variable in class oracle.ide.editor.AbstractEditor
-
- _elem -
Variable in class oracle.ide.addin.DefaultContext
-
- _elementOwner -
Variable in class oracle.ide.cmd.SaveAsCommand
-
- _entries -
Variable in class oracle.ide.util.ArchiveFile
-
- _event -
Variable in class oracle.ide.addin.DefaultContext
-
- _getColumns(String, String) -
Method in class oracle.jdeveloper.cm.ds.db.JdbcDatabase
-
- _getConstraints(String, String) -
Method in class oracle.jdeveloper.cm.ds.db.JdbcDatabase
-
- _getDisabledIcon() -
Method in interface oracle.ide.editor.EditorInfo
-
- _getDocumentAcceleratorText() -
Method in interface oracle.ide.editor.EditorInfo
-
- _getDocumentNumber() -
Method in interface oracle.ide.editor.EditorInfo
-
- _getEditor() -
Method in interface oracle.ide.editor.EditorInfo
-
- _getIcon() -
Method in interface oracle.ide.editor.EditorInfo
-
- _getLongLabel() -
Method in interface oracle.ide.editor.EditorInfo
-
- _getShortLabel() -
Method in interface oracle.ide.editor.EditorInfo
-
- _gui -
Variable in class oracle.ide.controls.TabbedWindow.PageInfo
-
- _hasFocus -
Variable in class oracle.ide.controls.JSelectableLabel
- Property that indicates whether this label currently has focused.
- _icon -
Variable in class oracle.ide.controls.TabbedWindow.PageInfo
-
- _id -
Variable in class oracle.jdeveloper.cm.ConnectionEvent
-
- _initialized -
Variable in class oracle.ide.editor.AbstractEditor.LayoutData
-
- _isLocked -
Variable in class oracle.jdeveloper.library.JPaths
-
- _isSelected -
Variable in class oracle.ide.controls.JSelectableLabel
- Property that indicates whether this label currently is selected.
- _isWelcomeShown(String) -
Static method in class oracle.ide.wizard.WizardWelcomePage
- Deprecated. use isWelcomeShown instead
- _javaBeans -
Variable in class oracle.ide.util.ArchiveFile
-
- _knm -
Variable in class oracle.ide.controls.JFastTreeTable
-
- _knm -
Variable in class oracle.ide.controls.JTreeTable
-
- _lastModified -
Variable in class oracle.ide.layout.BaseLayout
- Timestamp prop to record the last time this Document was
updated.
- _list -
Variable in class oracle.ide.util.ListMap
-
- _loadColors() -
Method in class oracle.ide.controls.DefaultLabelColorScheme
-
- _manager -
Variable in class oracle.jdeveloper.cm.AbstractConnectionWrapper
-
- _map -
Variable in class oracle.ide.util.ListMap
-
- _name -
Variable in class oracle.ide.controls.TabbedWindow.PageInfo
-
- _newURL -
Variable in class oracle.ide.cmd.SaveAsCommand
-
- _nodeClass -
Variable in class oracle.ide.cmd.SaveAsCommand
-
- _objectStore -
Variable in class oracle.ide.model.DataNode
-
- _owner -
Variable in class oracle.jdeveloper.library.JPaths
-
- _packages -
Variable in class oracle.ide.util.ArchiveFile
-
- _pageable -
Variable in class oracle.ide.print.DocumentPrintFactory
-
- _printManager -
Variable in class oracle.ide.print.DocumentPrintFactory
-
- _project -
Variable in class oracle.ide.addin.DefaultContext
-
- _prompter -
Variable in class oracle.jdeveloper.cm.AbstractConnectionWrapper
-
- _properties -
Variable in class oracle.ide.util.DynamicPropertySetImpl
-
- _root -
Variable in class oracle.ide.util.TreeIteratorABDC
-
- _sel -
Variable in class oracle.ide.addin.DefaultContext
-
- _setWelcomeShown(boolean, String) -
Static method in class oracle.ide.wizard.WizardWelcomePage
- Deprecated. Use setWelcomeShown instead.
- _textNonSelectionColor -
Variable in class oracle.ide.controls.DefaultLabelColorScheme
-
- _textSelectionColor -
Variable in class oracle.ide.controls.DefaultLabelColorScheme
-
- _tooltip -
Variable in class oracle.ide.controls.TabbedWindow.PageInfo
-
- _updateColors() -
Method in class oracle.ide.controls.JSelectableLabel
- Updates the colors being used based on the selected status and
the enabled status.
- _url -
Variable in class oracle.ide.editor.AbstractEditor.LayoutData
-
- _url -
Variable in class oracle.ide.layout.BaseLayout
- Stores the node's url.
- _view -
Variable in class oracle.ide.addin.DefaultContext
-
- _workspace -
Variable in class oracle.ide.addin.DefaultContext
-
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
Copyright ©1997, 2003, Oracle. All rights reserved.