|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Each View
has an associated Controller
.
Controllers receive requests to handle the commands associated with user
actions.
The controller's handleEvent
method gets called
with the appropriate Command
specified. If the
Controller
does not handle the requested command it delegates
the Command
to a supervising Controller
.
Controllers are also responsible for determining the availability of a
specific command. The update
method is called to do just that.
oracle.jdeveloper.ide.Command
,
oracle.jdeveloper.ide.IdeAction
,
oracle.jdeveloper.ide.View
Method Summary | |
boolean |
handleEvent(IdeAction action,
Context context)
This method is called when a user interaction with a View
triggers the execution of a command. |
boolean |
update(IdeAction action,
Context context)
This method updates the enabled status of the specified action within the specified context. |
Method Detail |
public boolean handleEvent(IdeAction action, Context context)
View
triggers the execution of a command.
action
- action whose command is to be executed.
public boolean update(IdeAction action, Context context)
action
- action whose command is to be executed.context
- the current context
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.