| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.view.View
oracle.ide.explorer.Explorer
public abstract class Explorer
The Explorer class provides the API for getting a GUI
 representation of the structure for a given Context.
 Explorers are used to present to the user some structure
 associated with the Node held in a specific
 Context.
| Field Summary | |
|---|---|
| static int | CLOSED | 
| protected  Node | defaultNode | 
| protected  Project | defaultProject | 
| protected  Workspace | defaultWorkspace | 
| static int | HIDDEN | 
| static int | SHOWN | 
| Fields inherited from class oracle.ide.view.View | 
|---|
| EMPTY_SELECTION, PROJECT_PROP, VISIBLE_PROP, WORKSPACE_PROP | 
| Constructor Summary | |
|---|---|
| Explorer() | |
| Method Summary | |
|---|---|
|  ContextMenu | getContextMenu() | 
|  Controller | getController()Get the Controller for this View. | 
|  java.lang.String | getTitle()Get the caption to use in the title bar of a hosting View. | 
|  void | setContext(Context context)(Re)initialize the contents of the gui. | 
|  void | setOwner(View host)Set the View which is to act as the host of this Explorer. | 
|  void | stateChanged(int state)Respond to a change of state between SHOWN, HIDDEN or CLOSED. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final int SHOWN
public static final int HIDDEN
public static final int CLOSED
protected Workspace defaultWorkspace
protected Project defaultProject
protected Node defaultNode
| Constructor Detail | 
|---|
public Explorer()
| Method Detail | 
|---|
public Controller getController()
getController in interface ControllerProvidergetController in class Viewpublic void setOwner(View host)
setOwner in class Viewhost - the View which is acting as the host.public void setContext(Context context)
host - the View in which the GUI will be hosted.context - the Context to use as initialization data.public void stateChanged(int state)
state - the new state.public java.lang.String getTitle()
public ContextMenu getContextMenu()
getContextMenu in class ViewContextMenu, if any.| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||