Uses of Class
com.vividsolutions.jump.workbench.model.Category
-
Packages that use Category Package Description com.vividsolutions.jump.workbench.model Layers, Categories, and Layer Managers -- the top level of abstraction in the JUMP data model, wrapping Features and FeatureCollections, which in turn wrap Geometries.com.vividsolutions.jump.workbench.ui org.openjump.core.apitools org.openjump.core.ui.plugin.file.open org.openjump.core.ui.plugin.layer org.openjump.core.ui.plugin.mousemenu.category org.openjump.core.ui.util -
-
Uses of Category in com.vividsolutions.jump.workbench.model
Methods in com.vividsolutions.jump.workbench.model that return Category Modifier and Type Method Description CategoryCategoryEvent. getCategory()CategoryLayerEvent. getCategory()CategoryLayerManager. getCategory(Layerable layerable)CategoryLayerManager. getCategory(String name)Methods in com.vividsolutions.jump.workbench.model that return types with arguments of type Category Modifier and Type Method Description List<Category>LayerManager. getCategories()Collection<Category>Task. getCategories()Methods in com.vividsolutions.jump.workbench.model with parameters of type Category Modifier and Type Method Description voidTask. addCategory(Category category)Called by Java2XMLintLayerManager. indexOf(Category category)voidLayerManager. removeIfEmpty(Category category)Constructors in com.vividsolutions.jump.workbench.model with parameters of type Category Constructor Description CategoryEvent(Category category, CategoryEventType type, int categoryIndex)LayerEvent(Layerable layerable, LayerEventType type, Category category, int layerIndex) -
Uses of Category in com.vividsolutions.jump.workbench.ui
Methods in com.vividsolutions.jump.workbench.ui that return types with arguments of type Category Modifier and Type Method Description Collection<Category>LayerNamePanel. getSelectedCategories()Collection<Category>TreeLayerNamePanel. getSelectedCategories() -
Uses of Category in org.openjump.core.apitools
Methods in org.openjump.core.apitools that return Category Modifier and Type Method Description CategoryLayerTools. getResultCategory()static CategoryLayerTools. getResultCategory(PlugInContext context) -
Uses of Category in org.openjump.core.ui.plugin.file.open
Methods in org.openjump.core.ui.plugin.file.open with parameters of type Category Modifier and Type Method Description static voidOpenProjectWizard. loadRasterImageLayer(WorkbenchContext context, RasterImageLayer ril, RasterSymbology symbology, Category category) -
Uses of Category in org.openjump.core.ui.plugin.layer
Methods in org.openjump.core.ui.plugin.layer with parameters of type Category Modifier and Type Method Description protected ArrayList<Layerable>SortCategoryAbstractPlugIn. getCategoryArrayList(Category category) -
Uses of Category in org.openjump.core.ui.plugin.mousemenu.category
Methods in org.openjump.core.ui.plugin.mousemenu.category that return Category Modifier and Type Method Description protected CategoryCategoryMover. getCategory(String name)Gets category with specified name, if exists.Methods in org.openjump.core.ui.plugin.mousemenu.category with parameters of type Category Modifier and Type Method Description voidCategoryMover. moveCategoryOneDown(Category cat)Moves the given category to the next lower position in the LayerNamePanelvoidCategoryMover. moveCategoryOneUp(Category cat)Moves the given category to the next higher position in the LayerNamePanelvoidCategoryMover. moveCategoryToBottom(Category cat)Moves the given category to the bottom position in the LayerNamePanelvoidCategoryMover. moveCategoryToPosition(Category cat, int pos)Moves the given category to the given position in the LayerNamePanelvoidCategoryMover. moveCategoryToTop(Category cat)Moves the given category to the top position in the LayerNamePanel -
Uses of Category in org.openjump.core.ui.util
Methods in org.openjump.core.ui.util that return Category Modifier and Type Method Description static CategoryTaskUtil. getSelectedCategoryName(WorkbenchContext workbenchContext)
-