public class FixAttachedObjectsFunction extends ProgressFunction
editor| Constructor and Description |
|---|
FixAttachedObjectsFunction(GMLEditor editor)
Construct a FixAttachedObjectsFunction.
|
| Modifier and Type | Method and Description |
|---|---|
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, execute, setProgress, setProgressLimit, setProgressStringpublic FixAttachedObjectsFunction(GMLEditor editor)
editor - The editor instance.public java.lang.String getName()
Functionprotected java.lang.String getTitle()
ProgressFunctiongetTitle in class ProgressFunctionprotected void executeImpl()
ProgressFunctionexecuteImpl in class ProgressFunction