public class SplitEdgesFunction extends ProgressFunction
editor| Constructor and Description |
|---|
SplitEdgesFunction(GMLEditor editor)
Construct a SplitEdgesFunction.
|
| 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 SplitEdgesFunction(GMLEditor editor)
editor - The editor instance.public java.lang.String getName()
Functionpublic void execute()
Functionexecute in interface Functionexecute in class ProgressFunctionprotected java.lang.String getTitle()
ProgressFunctiongetTitle in class ProgressFunctionprotected void executeImpl()
ProgressFunctionexecuteImpl in class ProgressFunction