projectviewer.action
Class CollapseAllAction

java.lang.Object
  extended by projectviewer.action.Action
      extended by projectviewer.action.CollapseAllAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.lang.Cloneable, java.lang.Comparable<Action>, java.util.EventListener

public class CollapseAllAction
extends Action

Expands all nodes of the current tree.

Author:
Marcelo Vanzin

Field Summary
 
Fields inherited from class projectviewer.action.Action
action, cmItem, viewer
 
Constructor Summary
CollapseAllAction()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Creates a new project.
 java.lang.String getText()
          Returns the text to be shown on the button and/or menu item.
 
Methods inherited from class projectviewer.action.Action
clone, compareTo, equals, getMenuItem, prepareForNode, setViewer
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollapseAllAction

public CollapseAllAction()
Method Detail

getText

public java.lang.String getText()
Returns the text to be shown on the button and/or menu item.

Specified by:
getText in class Action

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Creates a new project.