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

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.SortCategoryByFeaturesPlugIn
All Implemented Interfaces:
PlugIn, java.awt.event.ActionListener, java.util.EventListener

public class SortCategoryByFeaturesPlugIn
extends SortCategoryAbstractPlugIn

Sort categories by number of features

Author:
clark4444

Field Summary
 
Fields inherited from class org.openjump.core.ui.plugin.layer.SortCategoryAbstractPlugIn
I18N_SORT_MENU_LABEL, menuLabelOnLayer
 
Constructor Summary
SortCategoryByFeaturesPlugIn()
           
 
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
 

Constructor Detail

SortCategoryByFeaturesPlugIn

public SortCategoryByFeaturesPlugIn()
Method Detail

getSubMenuLabel

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

addMenuOptions

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