Package kiyut.sketsa.actions
Class ConvertToPathAction
- java.lang.Object
-
- org.openide.util.SharedClassObject
-
- org.openide.util.actions.SystemAction
-
- org.openide.util.actions.CallableSystemAction
-
- kiyut.sketsa.actions.AbstractEditorAction
-
- kiyut.sketsa.actions.ConvertToPathAction
-
- All Implemented Interfaces:
ActionListener,Externalizable,Serializable,EventListener,Action,org.openide.util.actions.Presenter,org.openide.util.actions.Presenter.Menu,org.openide.util.actions.Presenter.Popup,org.openide.util.actions.Presenter.Toolbar,org.openide.util.HelpCtx.Provider
@Deprecated public class ConvertToPathAction extends AbstractEditorAction
Deprecated.replaced withObjectToPathActionAction which convert Canvas Selected Shapes into SVGPath- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class kiyut.sketsa.actions.AbstractEditorAction
context, editorCookie, editorCookieLookupListener, result
-
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
-
-
Constructor Summary
Constructors Constructor Description ConvertToPathAction()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetName()Deprecated.voidperformAction()Deprecated.-
Methods inherited from class kiyut.sketsa.actions.AbstractEditorAction
asynchronous, editorCookieLookupListenerResultChanged, getHelpCtx
-
Methods inherited from class org.openide.util.actions.CallableSystemAction
actionPerformed, getMenuPresenter, getPopupPresenter, getToolbarPresenter
-
Methods inherited from class org.openide.util.actions.SystemAction
clearSharedData, createPopupMenu, createToolbarPresenter, get, getIcon, getIcon, getValue, iconResource, initialize, isEnabled, linkActions, putValue, setEnabled, setIcon
-
Methods inherited from class org.openide.util.SharedClassObject
addNotify, addPropertyChangeListener, equals, finalize, findObject, findObject, firePropertyChange, getLock, getProperty, hashCode, putProperty, putProperty, readExternal, removeNotify, removePropertyChangeListener, reset, writeExternal, writeReplace
-
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.swing.Action
accept, addPropertyChangeListener, removePropertyChangeListener
-
-
-
-
Method Detail
-
performAction
public void performAction()
Deprecated.- Specified by:
performActionin classorg.openide.util.actions.CallableSystemAction
-
getName
public String getName()
Deprecated.- Specified by:
getNamein classorg.openide.util.actions.SystemAction
-
-