Extension SDK 10.1.2


oracle.ide
Class IdeCore

java.lang.Object
  extended byoracle.javatools.Application
      extended byoracle.ide.IdeCore

All Implemented Interfaces:
IdeConstants

public class IdeCore
extends Application
implements IdeConstants

Core IDE functionality. Will be made public when ready.


Field Summary
protected java.lang.String startupCaption
protected java.awt.Image startupImage

Fields inherited from interface oracle.ide.IdeConstants
ACTIVATE_LEFT_BUTTON_CMD_ID, ACTIVATE_RIGHT_BUTTON_CMD_ID, ACTIVE_PROJECT_CHANGED, AFTER, APPLICATIONS_CMD, APPLICATIONS_CMD_ID, BEFORE, BROWSE_SYMBOL_CMD, BROWSE_SYMBOL_CMD_ID, CENTER, CLOSE_ALL_CMD, CLOSE_ALL_CMD_ID, CLOSE_EDITOR_CMD, CLOSE_EDITOR_CMD_ID, CLOSE_NODE_CMD, CLOSE_NODE_CMD_ID, COLLAPSE_ALL_CMD_ID, COLOR_IDE_LINES, CONNECTIONS_CMD, CONNECTIONS_CMD_ID, CONTEXT_MENU_CMD, CONTEXT_MENU_CMD_ID, COPY_CMD, COPY_CMD_ID, CUT_CMD, CUT_CMD_ID, DEFAULT_PROJECT_SETTINGS_CMD, DEFAULT_PROJECT_SETTINGS_CMD_ID, DELETE_CMD_ID, EAST, EXIT_CMD, EXIT_CMD_ID, EXPAND_ALL_CMD_ID, EXPLORER_CMD, EXPLORER_CMD_ID, FIND_CMD, FIND_CMD_ID, FLAT_LOOK, FREEZE_CMD_ID, GOTO_LINE_NUMBER_CMD, GOTO_LINE_NUMBER_CMD_ID, HORZ, IDE_PROPERTIES_FILE, IDE_SETTINGS_CMD, IDE_SETTINGS_CMD_ID, IDE_VERSION, INCREMENTAL_SEARCH_BACKWARD_CMD, INCREMENTAL_SEARCH_BACKWARD_CMD_ID, INCREMENTAL_SEARCH_FORWARD_CMD, INCREMENTAL_SEARCH_FORWARD_CMD_ID, INSPECTOR_CMD, INSPECTOR_CMD_ID, LAST_PREDEFINED_CMD, LOG_WINDOW_CMD, LOG_WINDOW_CMD_ID, MENU_ADDIN_SECTION_ID, MENU_SECTION_ID, MENU_WEIGHT, MENU_WEIGHT_SECTION_UNDEFINED, NAVIGATE_CMD, NAVIGATE_CMD_ID, NEW_CLASS_CMD, NEW_CLASS_CMD_ID, NEW_EMPTY_PROJECT_CMD, NEW_EMPTY_PROJECT_CMD_ID, NEW_EXPLORER_CMD, NEW_EXPLORER_CMD_ID, NEW_INSPECTOR_CMD, NEW_INSPECTOR_CMD_ID, NEW_NAVIGATOR_CMD, NEW_NAVIGATOR_CMD_ID, NEW_PROJECT_CMD, NEW_PROJECT_CMD_ID, NEW_VIEW_CMD_ID, NEW_WORKSPACE_CMD, NEW_WORKSPACE_CMD_ID, NEXT_EDITOR_CMD, NEXT_EDITOR_CMD_ID, NEXT_EDITORFRAME_CMD, NEXT_EDITORFRAME_CMD_ID, NEXTMSG_CMD, NEXTMSG_CMD_ID, NORTH, OPEN_CMD, OPEN_CMD_ID, PASTE_CMD, PASTE_CMD_ID, PREV_EDITOR_CMD, PREV_EDITOR_CMD_ID, PREV_EDITORFRAME_CMD, PREV_EDITORFRAME_CMD_ID, PREVMSG_CMD, PREVMSG_CMD_ID, PRINT_CMD, PRINT_CMD_ID, PRINTER_SETUP_CMD, PRINTER_SETUP_CMD_ID, PROJECT_SETTINGS_CMD, PROJECT_SETTINGS_CMD_ID, PROPERTIES_CMD_ID, PROPERTY_SET_CMD_ID, REDO_CMD, REDO_CMD_ID, REFRESH_CMD_ID, RELOAD_NODES_CMD, RELOAD_NODES_CMD_ID, REMOVE_FILE_CMD, REMOVE_FILE_CMD_ID, REMOVE_FROM_DISK_CMD, REMOVE_FROM_DISK_CMD_ID, RENAME_CMD, RENAME_CMD_ID, REOPEN_CMD, REOPEN_CMD_ID, REPLACE_CMD, REPLACE_CMD_ID, REVERT_CMD, REVERT_CMD_ID, SAVE_ALL_CMD, SAVE_ALL_CMD_ID, SAVE_AS_CMD, SAVE_AS_CMD_ID, SAVE_CMD, SAVE_CMD_ID, SEARCH_AGAIN_CMD, SEARCH_AGAIN_CMD_ID, SEARCH_BACKWARD_CMD, SEARCH_BACKWARD_CMD_ID, SEARCH_SOURCE_PATH_CMD, SEARCH_SOURCE_PATH_CMD_ID, SELECT_ALL_CMD, SELECT_ALL_CMD_ID, SOUTH, STATUS_BAR_CMD, STATUS_BAR_CMD_ID, STRUCTURE_CHANGE_CMD_ID, TOOLBAR_CMD, TOOLBAR_CMD_ID, UNDO_CMD, UNDO_CMD_ID, VERT, WEST, WINDOW_CASCADE_CMD_ID, WINDOW_TILE_HORZ_CMD_ID, WINDOW_TILE_VERT_CMD_ID, WINDOWS_DOT_DOT_DOT_CMD, WINDOWS_DOT_DOT_DOT_CMD_ID, WORKSPACES_CMD, WORKSPACES_CMD_ID

Constructor Summary
protected IdeCore(IdeArgs ideArgs)

Method Summary
protected Module[] createCoreModules()
Returns an array of core services to initialize.
protected java.lang.SecurityManager getSecurityManager()
protected java.lang.String getSplashScreenFilename()
Returns the filename for the splash screen image.
protected void initializeLookAndFeel()
The subclass should override this method to set the user's preferred look and feel based on the saved preferences.

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

startupCaption

protected java.lang.String startupCaption

startupImage

protected java.awt.Image startupImage

Constructor Detail

IdeCore

protected IdeCore(IdeArgs ideArgs)

Method Detail

getSplashScreenFilename

protected java.lang.String getSplashScreenFilename()
Returns the filename for the splash screen image. If no splash screen is desired, return null. The default name for the image file is "splash.gif".

getSecurityManager

protected java.lang.SecurityManager getSecurityManager()

createCoreModules

protected Module[] createCoreModules()
Returns an array of core services to initialize.

initializeLookAndFeel

protected void initializeLookAndFeel()
The subclass should override this method to set the user's preferred look and feel based on the saved preferences.

Extension SDK


Copyright © 1997, 2004, Oracle. All rights reserved.