public class RefreshSubtreeAction
extends javax.swing.AbstractAction
Modifier and Type | Field and Description |
---|---|
protected static javax.swing.UIDefaults |
icons
The image icons.
|
protected javax.swing.JTree |
tree
The tree.
|
Constructor and Description |
---|
RefreshSubtreeAction(javax.swing.JTree tree)
Create a new action.
|
RefreshSubtreeAction(java.lang.String name,
javax.swing.Icon icon,
javax.swing.JTree tree)
Create a new action.
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Called when the action is performed.
|
static java.lang.String |
getName()
Get the action name.
|
protected static final javax.swing.UIDefaults icons
protected javax.swing.JTree tree