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, setProgressString
public FixNearbyNodesFunction(GMLEditor editor)
editor
- The editor instance.public java.lang.String getName()
Function
protected java.lang.String getTitle()
ProgressFunction
getTitle
in class ProgressFunction
public void execute()
Function
execute
in interface Function
execute
in class ProgressFunction
protected void executeImpl()
ProgressFunction
executeImpl
in class ProgressFunction