com.ibm.as400.vaccess

Interface VActionContext

    • Method Summary

      Methods 
      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.
    • Method Detail

      • getConfirm

        boolean getConfirm()
        Deprecated. 
        Indicates if certain actions should be confirmed with the user. Such actions will likely prompt the user before continuing.
        Returns:
        true if certain actions should be confirmed with the user; false otherwise.
      • getFrame

        java.awt.Frame getFrame()
        Deprecated. 
        Returns the frame. This is useful for actions that need to create dialogs.
        Returns:
        The frame.
      • startEditing

        javax.swing.CellEditor startEditing(VObject object,
                                          java.lang.Object propertyIdentifier)
        Deprecated. 
        Prompts the user to edit the text for a system resource. This will start an edit session usually within a graphical component.
        Parameters:
        object - The object to be edited.
        propertyIdentifier - The property identifier of the object which will be edited.
        Returns:
        The cell editor, or null if editing is not allowed.