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 Category
CategoryEvent. getCategory()
Category
LayerEvent. getCategory()
Category
LayerManager. getCategory(Layerable layerable)
Category
LayerManager. 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 void
Task. addCategory(Category category)
Called by Java2XMLint
LayerManager. indexOf(Category category)
void
LayerManager. 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 Category
LayerTools. getResultCategory()
static Category
LayerTools. 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 void
OpenProjectWizard. 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 Category
CategoryMover. 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 void
CategoryMover. moveCategoryOneDown(Category cat)
Moves the given category to the next lower position in the LayerNamePanelvoid
CategoryMover. moveCategoryOneUp(Category cat)
Moves the given category to the next higher position in the LayerNamePanelvoid
CategoryMover. moveCategoryToBottom(Category cat)
Moves the given category to the bottom position in the LayerNamePanelvoid
CategoryMover. moveCategoryToPosition(Category cat, int pos)
Moves the given category to the given position in the LayerNamePanelvoid
CategoryMover. 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 Category
TaskUtil. getSelectedCategoryName(WorkbenchContext workbenchContext)
-