|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
javax.ide.view.DefaultViewable
javax.ide.view.View
public abstract class View
View
components display 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.
Field Summary |
---|
Fields inherited from interface javax.ide.view.Viewable |
---|
PROP_ICON_PATH, PROP_LABEL, PROP_VISIBLE |
Constructor Summary | |
---|---|
View() |
Method Summary | |
---|---|
abstract void |
activate() Called when the View gains the input focus. |
abstract void |
deactivate() Called when the View looses the input focus. |
abstract Context |
getContext() Gets the current view context. |
abstract Controller |
getController() Get the Controller associated with this view. |
abstract GUIPanel |
getGUI() Get the root graphical user interface component. |
abstract boolean |
isVisible() Determine whether the View is visible. |
abstract View |
parent() Get the parent view. |
abstract void |
setVisible(boolean visible) Show/hide view. |
Methods inherited from class javax.ide.view.DefaultViewable |
---|
addPropertyChangeListener, firePropertyChange, getIcon, getLabel, getToolTip, removePropertyChangeListener, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.ide.Identifiable |
---|
getID |
Constructor Detail |
---|
public View()
Method Detail |
---|
public abstract GUIPanel getGUI()
public abstract void setVisible(boolean visible)
setVisible
in class DefaultViewable
visible
- The visible state of the view.public abstract boolean isVisible()
isVisible
in interface Viewable
isVisible
in class DefaultViewable
public abstract Context getContext()
Context
.public abstract void activate()
public abstract void deactivate()
public abstract Controller getController()
Controller
associated with this view.Controller
responsible for handling the actions that can be executed from this view.public abstract View parent()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |