Class SortCategoryByNamePlugIn
- java.lang.Object
-
- com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
-
- org.openjump.core.ui.plugin.layer.SortCategoryAbstractPlugIn
-
- org.openjump.core.ui.plugin.layer.SortCategoryByNamePlugIn
-
- All Implemented Interfaces:
EnableChecked,Iconified,PlugIn,Recordable,ShortcutEnabled,ActionListener,EventListener
public class SortCategoryByNamePlugIn extends SortCategoryAbstractPlugIn implements ActionListener
Sort categories by name- Author:
- clark4444
-
-
Field Summary
-
Fields inherited from class org.openjump.core.ui.plugin.layer.SortCategoryAbstractPlugIn
I18N_SORT_MENU_LABEL, menuLabelOnLayer
-
Fields inherited from class com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
shortcutKeys, shortcutModifiers
-
-
Constructor Summary
Constructors Constructor Description SortCategoryByNamePlugIn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddMenuOptions(PlugInContext context)protected StringgetSubMenuLabel()-
Methods inherited from class org.openjump.core.ui.plugin.layer.SortCategoryAbstractPlugIn
actionPerformed, createEnableCheck, execute, getCategoryArrayList, getMenuLocation, initialize
-
Methods inherited from class com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
addParameter, createName, execute, execute, getBooleanParam, getContext, getDoubleParam, getEnableCheck, getIcon, getIcon, getIcon, getIntegerParam, getName, getParameter, getParameters, getShortcutKeys, getShortcutKeyStroke, getShortcutModifiers, getStringParam, getWorkbenchContext, isRollingBackInvalidEdits, isShortcutEnabled, reportNothingToUndoYet, setParameters, setShortcutKeys, setShortcutModifiers, toActionListener, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
-
-
-
-
Method Detail
-
addMenuOptions
protected void addMenuOptions(PlugInContext context)
- Specified by:
addMenuOptionsin classSortCategoryAbstractPlugIn
-
getSubMenuLabel
protected String getSubMenuLabel()
- Specified by:
getSubMenuLabelin classSortCategoryAbstractPlugIn
-
-