Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.ide.navigator
Class NavigatorInit

java.lang.Object
  extended by oracle.ide.navigator.NavigatorInit

Direct Known Subclasses:
ContentSetSupport

public class NavigatorInit
extends java.lang.Object

Constructor Summary
protected NavigatorInit(NavigatorWindow navWin, Context context)
           

 

Method Summary
protected static void boolean2Str(PropertyAccess layout, java.lang.String name, boolean value)
           
 void copyPreferencesTo(Context context)
           
 Controller getController()
           
protected  NavigatorWindow getNavigatorWindow()
           
 void initToolbar(Toolbar toolbar)
           
protected static void int2Str(PropertyAccess layout, java.lang.String name, int value)
           
 void loadPreferences(PropertyAccess prefs)
           
 void savePreferences(PropertyAccess prefs)
           
protected static void setToolTipText(javax.swing.JComponent jcomp, java.lang.String toolTipText)
           
protected static boolean str2Boolean(PropertyAccess layout, java.lang.String name, boolean defaultValue)
           
protected static int str2Int(PropertyAccess layout, java.lang.String name, int defaultValue)
           

 

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

 

Constructor Detail

NavigatorInit

protected NavigatorInit(NavigatorWindow navWin,
                        Context context)

Method Detail

getController

public Controller getController()

loadPreferences

public void loadPreferences(PropertyAccess prefs)

savePreferences

public void savePreferences(PropertyAccess prefs)

copyPreferencesTo

public void copyPreferencesTo(Context context)

initToolbar

public void initToolbar(Toolbar toolbar)

getNavigatorWindow

protected NavigatorWindow getNavigatorWindow()

str2Boolean

protected static boolean str2Boolean(PropertyAccess layout,
                                     java.lang.String name,
                                     boolean defaultValue)

boolean2Str

protected static void boolean2Str(PropertyAccess layout,
                                  java.lang.String name,
                                  boolean value)

str2Int

protected static int str2Int(PropertyAccess layout,
                             java.lang.String name,
                             int defaultValue)

int2Str

protected static void int2Str(PropertyAccess layout,
                              java.lang.String name,
                              int value)

setToolTipText

protected static void setToolTipText(javax.swing.JComponent jcomp,
                                     java.lang.String toolTipText)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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