Extension SDK 10.1.3.36.73

oracle.ide
Class IdeCore

java.lang.Object
  extended byoracle.ide.IdeCore

public class IdeCore
extends java.lang.Object

Core IDE functionality.


Field Summary
protected  java.lang.String productID
           
 
Constructor Summary
protected IdeCore(IdeArgs ideArgs)
           
 
Method Summary
protected  void brandMainWindow()
           
protected  void copyExtensionUserData()
          Copy any extension user data (files & directories) to the system extension directory.
protected  Addin[] createCoreModules()
          Returns an array of core services to initialize.
protected  AddinManager getAddinManager()
          Returns an AddinManager instance.
protected  java.lang.String getProductID()
           
protected  java.lang.String getProductNameFromBranding()
           
protected  java.lang.String getProductShortNameFromBranding()
           
protected  java.lang.SecurityManager getSecurityManager()
           
protected  java.lang.String getSplashScreenFilename()
          Returns the filename for the splash screen image.
protected  void initAboutBoxModel()
           
protected  void initializeLookAndFeel()
          The subclass should override this method to set the user's preferred look and feel based on the saved preferences.
protected  void initProductAndUserAddins()
           
protected  void installAboutBox(AboutBoxFactory factory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

productID

protected java.lang.String productID
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()

getAddinManager

protected AddinManager getAddinManager()
Returns an AddinManager instance. The AddinManager, when present, is a unique core Addin in that it must be initialized earlier in the startup sequence in order for extension classpaths to be ready for migration.


createCoreModules

protected Addin[] 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.


getProductID

protected java.lang.String getProductID()

initProductAndUserAddins

protected void initProductAndUserAddins()

copyExtensionUserData

protected void copyExtensionUserData()
Copy any extension user data (files & directories) to the system extension directory.


installAboutBox

protected void installAboutBox(AboutBoxFactory factory)

getProductNameFromBranding

protected java.lang.String getProductNameFromBranding()

getProductShortNameFromBranding

protected java.lang.String getProductShortNameFromBranding()

initAboutBoxModel

protected void initAboutBoxModel()

brandMainWindow

protected void brandMainWindow()

Extension SDK 10.1.3.36.73

 

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