com.ibm.as400.vaccess

Class VSystemStatusPane

    • Constructor Detail

      • VSystemStatusPane

        public VSystemStatusPane(AS400 system)
        Deprecated. 
        Constructs a VSystemStatusPane object.
        Parameters:
        system - The system in which the system status information resides.
    • Method Detail

      • addErrorListener

        public void addErrorListener(ErrorListener listener)
        Deprecated. 
        Adds a listener to be notified when an error occurs.
        Parameters:
        listener - The listener.
      • addListSelectionListener

        public void addListSelectionListener(ListSelectionListener listener)
        Deprecated. 
        Adds a listener to be notified when a list selection occurs in the details pane.
        Parameters:
        listener - The listener.
      • addPropertyChangeListener

        public void addPropertyChangeListener(PropertyChangeListener listener)
        Deprecated. 
        Adds a listener to be notified when the value of any bound property changes.
        Overrides:
        addPropertyChangeListener in class Container
        Parameters:
        listener - The listener.
      • addVetoableChangeListener

        public void addVetoableChangeListener(VetoableChangeListener listener)
        Deprecated. 
        Adds a listener to be notified when the value of any constrained property changes.
        Overrides:
        addVetoableChangeListener in class JComponent
        Parameters:
        listener - The listener.
      • getActionContext

        public VActionContext getActionContext()
        Deprecated. 
        Returns the context in which actions will be performed.
        Returns:
        The context.
      • getAllowActions

        public boolean getAllowActions()
        Deprecated. 
        Returns the value indicating if actions can be invoked on objects.
        Returns:
        true if actions can be invoked; false otherwise.
      • getDetailsColumnModel

        public TableColumnModel getDetailsColumnModel()
        Deprecated. 
        Returns the column model that is used to maintain the columns of the details.
        Returns:
        The column model.
      • getDetailsModel

        public TableModel getDetailsModel()
        Deprecated. 
        Returns the details model.
        Returns:
        The details model.
      • getDetailsSelectionModel

        public ListSelectionModel getDetailsSelectionModel()
        Deprecated. 
        Returns the selection model that is used to maintain selection state in the details.
        Returns:
        The selection model, or null if selections are not allowed.
      • getSelectedObject

        public VObject getSelectedObject()
        Deprecated. 
        Returns the first selected object.
        Returns:
        The first selected object.
      • getSelectedObjects

        public VObject[] getSelectedObjects()
        Deprecated. 
        Returns the selected objects.
        Returns:
        The selected objects.
      • getVSystemStatus

        public VSystemStatus getVSystemStatus()
        Deprecated. 
        Returns the VSystemStatus contained in VSystemStatusPane.
        Returns:
        The VSystemStatus contained in VSystemStatusPane.
      • isAllowModifyAllPools

        public boolean isAllowModifyAllPools()
        Deprecated. 
        Return true if the modify action to all system pools is allowed; false otherwise.
        Returns:
        true if the modify action to all system pools is allowed; false otherwise.
      • load

        public void load()
        Deprecated. 
        Loads system status information from the system.
      • removeErrorListener

        public void removeErrorListener(ErrorListener listener)
        Deprecated. 
        Removes an error listener.
        Parameters:
        listener - The listener.
      • removeListSelectionListener

        public void removeListSelectionListener(ListSelectionListener listener)
        Deprecated. 
        Removes a list selection listener.
        Parameters:
        listener - The listener.
      • setAllowActions

        public void setAllowActions(boolean allowAction)
        Deprecated. 
        Sets the value indicating whether actions are allowed.
        Parameters:
        allowAction - true if actions are allowed; false otherwise.
      • setAllowModifyAllPools

        public void setAllowModifyAllPools(boolean allow)
        Deprecated. 
        Set the state of modify action of all the pools.
        Parameters:
        allow - The boolean value.
      • setConfirm

        public void setConfirm(boolean confirm)
        Deprecated. 
        Sets the value indicating whether certain actions are confirmed with the user.
        Parameters:
        confirm - true if certain actions are confirmed with the user; false otherwise.
      • setDetailsSelectionModel

        public void setDetailsSelectionModel(ListSelectionModel listSe1)
        Deprecated. 
        Sets the selection model that is used to maintain selection state in the details.
        Parameters:
        listSe1 - The selection model, or null if selections are not allowed.
      • setRoot

        public void setRoot(VNode root)
                     throws PropertyVetoException
        Deprecated. 
        Sets the root, or the system resource, from which all information for the model is gathered.
        Parameters:
        root - The root, or the system resource, from which all information for the model is gathered.
        Throws:
        PropertyVetoException - If the proposed change to root is unacceptable.
      • sort

        public void sort(Object[] propertyIdentifiers,
                boolean[] orders)
        Deprecated. 
        Sorts the contents.
        Parameters:
        propertyIdentifiers - The property identifiers.
        orders - The sort orders for each property identifier.