Interface ITreeAbstraction

    • Method Detail

      • isRemote

        boolean isRemote()
        Test if action is called remotely.
        Returns:
        True, if is local.
      • getTree

        javax.swing.JTree getTree()
        Get the underlying JTree.
        Returns:
        The tree.
      • getExternalAccess

        IExternalAccess getExternalAccess()
        Get the external access of the functionality.
        Returns:
        The external access.
      • getGUIExternalAccess

        IExternalAccess getGUIExternalAccess()
        Get the external access of the gui.
        Returns:
        The external access.
      • action

        void action​(java.lang.Object obj)
        Called to perform the specific add/remove action.
        Parameters:
        obj - The node on which the action should be performed.