projectviewer.action
Class UpAction

java.lang.Object
  extended byprojectviewer.action.Action
      extended byprojectviewer.action.UpAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener

public class UpAction
extends Action

Since:
pv 2.1.3.6
Author:
ezust

Field Summary
 
Fields inherited from class projectviewer.action.Action
action, cmItem, tbButton, viewer
 
Constructor Summary
UpAction()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 java.lang.String getText()
          Returns a String that will be shown as the text of the menu item or the tooltip of the toolbar button.
 
Methods inherited from class projectviewer.action.Action
clone, getButton, getIcon, getMenuItem, prepareForNode, setViewer
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpAction

public UpAction()
Method Detail

getText

public java.lang.String getText()
Description copied from class: Action
Returns a String that will be shown as the text of the menu item or the tooltip of the toolbar button.

Specified by:
getText in class Action

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)