Class BasicTreeUI.TreeHomeAction

java.lang.Object
javax.swing.AbstractAction
javax.swing.plaf.basic.BasicTreeUI.TreeHomeAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Enclosing class:
BasicTreeUI

public class BasicTreeUI.TreeHomeAction extends AbstractAction
TreeHomeAction is used to handle end/home actions. Scrolls either the first or last cell to be visible based on direction.
  • Field Details Link icon

    • direction Link icon

      protected int direction
      The direction.
  • Constructor Details Link icon

    • TreeHomeAction Link icon

      public TreeHomeAction(int direction, String name)
      Constructs a new instance of TreeHomeAction.
      Parameters:
      direction - the direction
      name - the name of action
  • Method Details Link icon

    • actionPerformed Link icon

      public void actionPerformed(ActionEvent e)
      Description copied from interface: ActionListener
      Invoked when an action occurs.
      Parameters:
      e - the event to be processed
    • isEnabled Link icon

      public boolean isEnabled()
      Description copied from class: AbstractAction
      Returns true if the action is enabled.
      Specified by:
      isEnabled in interface Action
      Overrides:
      isEnabled in class AbstractAction
      Returns:
      true if the action is enabled, false otherwise
      See Also: