|
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
Method Summary | |
void |
close()
Closes the view |
Context |
getContext()
Gets the current view context. |
ContextMenu |
getContextMenu()
Gets the ContextMenu object, if any, managed by this instance. |
Controller |
getController()
Gets the Controller associated with this view. |
java.awt.Component |
getGUI()
Gets the view's root graphical user interface component |
boolean |
isVisible()
Returns true if the subview is visible. |
View |
owner()
Views can be nested. |
void |
show()
Shows the view if hidden. |
Method Detail |
public Controller getController()
Controller
associated with this view.
public View owner()
IdeMainWindow
as their owner.
public void close()
public void show()
public boolean isVisible()
public java.awt.Component getGUI()
public Context getContext()
public ContextMenu getContextMenu()
|
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.