Package Summary  Overview Summary

class:BasicTreeUI.TreeTraverseAction [CHANGED]

field:direction [NONE]

  • direction

    protected int direction
    Determines direction to traverse, 1 means expand, -1 means collapse.

constructor:TreeTraverseAction(int, java.lang.String) [CHANGED]

  • TreeTraverseAction

    public TreeTraverseActionpublic TreeTraverseAction​(int direction,
                              String name)
    Constructs a new instance of TreeTraverseAction.
    Parameters:
    direction - the direction
    name - the name of action
  • TreeTraverseAction

    public TreeTraverseAction(int direction,
                              String name)
  • TreeTraverseAction

    public TreeTraverseAction​(int direction,
                              String name)
    Constructs a new instance of TreeTraverseAction.
    Parameters:
    direction - the direction
    name - the name of action

method:actionPerformed(java.awt.event.ActionEvent) [CHANGED]

  • actionPerformed

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

    public void actionPerformed(ActionEvent e)
    Description copied from interface: ActionListener
    Invoked when an action occurs.
  • actionPerformed

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

method:isEnabled() [CHANGED]

© 2017 Oracle Corporation and/or its affiliates