public class FixNearbyNodesFunction extends ProgressFunction
editor| Constructor and Description |
|---|
FixNearbyNodesFunction(GMLEditor editor)
Construct a FixNearbyNodesFunction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Execute this function.
|
protected void |
executeImpl()
Execute the function.
|
java.lang.String |
getName()
Get the name of this function.
|
protected java.lang.String |
getTitle()
Get the title for the progress dialog.
|
bumpMaxProgress, bumpMaxProgress, bumpProgress, setProgress, setProgressLimit, setProgressStringpublic FixNearbyNodesFunction(GMLEditor editor)
editor - The editor instance.public java.lang.String getName()
Functionprotected java.lang.String getTitle()
ProgressFunctiongetTitle in class ProgressFunctionpublic void execute()
Functionexecute in interface Functionexecute in class ProgressFunctionprotected void executeImpl()
ProgressFunctionexecuteImpl in class ProgressFunction