public final class RenameAction extends AbstractConfigurationGraphAction
| Modifier and Type | Class and Description |
|---|---|
private class |
RenameAction.VisitorForUpdateDetailView
Visitor for updating the deatilview.
|
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
name
the new name of the node.
|
| Constructor and Description |
|---|
RenameAction(java.lang.String name,
ConfigurationGraph graph)
constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
private java.lang.String |
getCurrentName()
get the current name.
|
java.lang.String |
getName()
Üblicher Getter für das Attribut name.
|
void |
setName(java.lang.String name)
set the current name.
|
getGraphpublic RenameAction(java.lang.String name,
ConfigurationGraph graph)
name - the namegraph - the graphpublic java.lang.String getName()
public void actionPerformed(java.awt.event.ActionEvent e)
private java.lang.String getCurrentName()
public void setName(java.lang.String name)
name - the new name.