Package mgui.interfaces.tools.shapes
Class ToolCreateMeshFromPolylines
java.lang.Object
mgui.interfaces.tools.dialogs.DialogTool
mgui.interfaces.tools.shapes.ToolCreateMeshFromPolylines
- All Implemented Interfaces:
java.lang.Cloneable,PopupMenuObject,Tool,ToolInputListener,IconObject
public class ToolCreateMeshFromPolylines extends DialogTool
-
Field Summary
Fields inherited from class mgui.interfaces.tools.dialogs.DialogTool
icon, listeners, message, show_progress -
Constructor Summary
Constructors Constructor Description ToolCreateMeshFromPolylines() -
Method Summary
Modifier and Type Method Description java.lang.Objectclone()protected booleandoTaskBlocking(InterfaceOptions options, InterfaceProgressBar progress_bar)Runs this tool's task and blocks until it is complete.protected DialogToolDialogBoxgetDialogBox()protected DialogToolDialogBoxgetDialogBox(javax.swing.JFrame frame)protected java.lang.StringgetToolTitle()protected voidsetIcon()Methods inherited from class mgui.interfaces.tools.dialogs.DialogTool
activate, activate, addListener, deactivate, doTask, getName, getObjectIcon, getPopupMenu, getPopupMenu, getPreviousTool, handlePopupEvent, handleToolEvent, init, isExclusive, isImmediate, removeListener, reportSuccess, setTargetPanel, showPopupMenuMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ToolCreateMeshFromPolylines
public ToolCreateMeshFromPolylines()
-
-
Method Details
-
clone
public java.lang.Object clone()- Specified by:
clonein interfaceTool- Specified by:
clonein classDialogTool
-
doTaskBlocking
Description copied from class:DialogToolRuns this tool's task and blocks until it is complete. To avoid GUI freezing, call DialogTool.doTask(mgui.interfaces.InterfaceOptions) instead.- Specified by:
doTaskBlockingin classDialogTool- Returns:
-
getToolTitle
protected java.lang.String getToolTitle()- Specified by:
getToolTitlein classDialogTool
-
getDialogBox
- Specified by:
getDialogBoxin classDialogTool
-
getDialogBox
-
setIcon
protected void setIcon()- Overrides:
setIconin classDialogTool
-