public interface VActionContext
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.
Modifier and Type | Method and Description |
---|---|
boolean |
getConfirm()
Deprecated.
Indicates if certain actions should be confirmed with
the user.
|
java.awt.Frame |
getFrame()
Deprecated.
Returns the frame.
|
javax.swing.CellEditor |
startEditing(VObject object,
java.lang.Object propertyIdentifier)
Deprecated.
Prompts the user to edit the text for a system resource.
|
boolean getConfirm()
java.awt.Frame getFrame()
javax.swing.CellEditor startEditing(VObject object, java.lang.Object propertyIdentifier)
object
- The object to be edited.propertyIdentifier
- The property identifier of the object which will be edited.