org.openjump.core.ui.plugin.layer
Class SortCategoryByNamePlugIn

java.lang.Object
  extended by com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
      extended by org.openjump.core.ui.plugin.layer.SortCategoryAbstractPlugIn
          extended by org.openjump.core.ui.plugin.layer.SortCategoryByNamePlugIn
All Implemented Interfaces:
PlugIn, java.awt.event.ActionListener, java.util.EventListener

public class SortCategoryByNamePlugIn
extends SortCategoryAbstractPlugIn
implements java.awt.event.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
 
Constructor Summary
SortCategoryByNamePlugIn()
           
 
Method Summary
protected  void addMenuOptions(PlugInContext context)
           
protected  java.lang.String getSubMenuLabel()
           
 
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
createName, execute, execute, getName, isRollingBackInvalidEdits, reportNothingToUndoYet, 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
 

Constructor Detail

SortCategoryByNamePlugIn

public SortCategoryByNamePlugIn()
Method Detail

addMenuOptions

protected void addMenuOptions(PlugInContext context)
Specified by:
addMenuOptions in class SortCategoryAbstractPlugIn

getSubMenuLabel

protected java.lang.String getSubMenuLabel()
Specified by:
getSubMenuLabel in class SortCategoryAbstractPlugIn