|
Extension SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
View components dispaly information to the user. A view
obtains the data from the model. There can be multiple views of the model.
Each View has an associated Controller.
Controllers receive requests to handle the commands associated with user
interaction with the view.
A view can own other views. For example, all views are owned by the
IdeMainWindow view.
oracle.ide.Controller,
oracle.ide.IdeMainWindow| Field Summary |
| Fields inherited from interface oracle.ide.addin.View |
PROJECT_PROP, VISIBLE_PROP, WORKSPACE_PROP |
| Method Summary | |
void |
add(View child)
Adds a sub-view to this view. |
Menubar |
getMenubar()
Gets this view menu. |
StatusBar |
getStatusBar()
Gets this view statusbar. |
Toolbar |
getToolbar()
Gets this view toolbar. |
void |
initialize()
This method is reponsible for initializing the view. |
| Methods inherited from interface oracle.ide.addin.View |
activate, addViewListener, addViewSelectionListener, deactivate, getContext, getId, getSelection, removeViewListener, removeViewSelectionListener, updateTitle |
| Methods inherited from interface oracle.ide.help.Helpable |
getHelpInfo |
| Methods inherited from interface oracle.ide.addin.Subview |
close, getContext, getContextMenu, getController, getGUI, isVisible, owner, show |
| Method Detail |
public void initialize()
public Menubar getMenubar()
public StatusBar getStatusBar()
public Toolbar getToolbar()
getToolbar in interface Viewpublic void add(View child)
child - the sub-view to add.
|
Extension SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©1997, 2003, Oracle. All rights reserved.