|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VActionContext
The VActionContext interface defines the context within which an action is performed. An action context provides various aspects of a graphical user interface to an action, so that the action can interact with the user.
An action context is always needed when peforming actions. Many graphical user interface components provided in this package provide a getActionContext() method which will return an action context.
VAction
,
VActionAdapter
,
AS400DetailsPane.getActionContext()
,
AS400ExplorerPane.getActionContext()
,
AS400ListPane.getActionContext()
,
AS400TreePane.getActionContext()
Method Summary | |
---|---|
boolean |
getConfirm()
Deprecated. Indicates if certain actions should be confirmed with the user. |
Frame |
getFrame()
Deprecated. Returns the frame. |
CellEditor |
startEditing(VObject object,
Object propertyIdentifier)
Deprecated. Prompts the user to edit the text for a system resource. |
Method Detail |
---|
boolean getConfirm()
Frame getFrame()
CellEditor startEditing(VObject object, Object propertyIdentifier)
object
- The object to be edited.propertyIdentifier
- The property identifier of the object which will be edited.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |