|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectprojectviewer.action.Action
projectviewer.action.SearchAction
Opens the search dialog for the selected directory/project.
Nested Class Summary | |
static class |
SearchAction.NodeFileSet
Implements a SearchFileSet representing files that are children of a given node and its children. |
Field Summary |
Fields inherited from class projectviewer.action.Action |
action, cmItem, tbButton, viewer |
Constructor Summary | |
SearchAction()
|
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. |
void |
prepareForNode(VPTNode node)
Enable action only for the root node. |
Methods inherited from class projectviewer.action.Action |
clone, getButton, getIcon, getMenuItem, setViewer |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SearchAction()
Method Detail |
public java.lang.String getText()
getText
in class Action
public void actionPerformed(java.awt.event.ActionEvent e)
public void prepareForNode(VPTNode node)
prepareForNode
in class Action
node
- The selected node, or "null" if multiple nodes are
selected.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |