Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
SimpleAction
org.grinvin.worksheet.actions.AbstractGraphListElementAction
org.grinvin.worksheet.actions.RenameGraphListElementAction
public class RenameGraphListElementAction
extends AbstractGraphListElementAction
implements GraphListElementListener
Field Summary |
Fields inherited from class org.grinvin.worksheet.actions.AbstractGraphListElementAction | |
graphListElements |
Constructor Summary | |
| |
| |
|
Method Summary | |
void |
|
void | |
void |
|
void | |
void | |
protected void | |
void |
|
void |
|
Methods inherited from class org.grinvin.worksheet.actions.AbstractGraphListElementAction | |
setEnabled , setGraphListElements , setGraphListElements |
public RenameGraphListElementAction()
Create an action of this type. The graph list elements to which this action applies should be set later usingsetGraphListElements(GraphListElement[])
public RenameGraphListElementAction(GraphListElement graphListElement)
Create an action of this type for the given graph list element.
public RenameGraphListElementAction(GraphListElement[] graphListElements)
Create an action of this type for the given graph list element.
public void actionPerformed(ActionEvent ev)
public void graphListElementGraphChanged(GraphListElement element)
- Specified by:
- graphListElementGraphChanged in interface GraphListElementListener
public void graphListElementInvariantComputed(GraphListElement element, Invariant invariant)
- Specified by:
- graphListElementInvariantComputed in interface GraphListElementListener
public void graphListElementNameChanged(GraphListElement element)
- Specified by:
- graphListElementNameChanged in interface GraphListElementListener
public void graphListElementURIChanged(GraphListElement element)
- Specified by:
- graphListElementURIChanged in interface GraphListElementListener
protected void setEnabled()
- Overrides:
- setEnabled in interface AbstractGraphListElementAction
public void setGraphListElements(GraphListElement[] graphListElements)
- Overrides:
- setGraphListElements in interface AbstractGraphListElementAction
public void setParent(Component parent)
Set the parent for the dialog window.