Uses of Class
com.vividsolutions.jump.util.Blackboard
-
-
Uses of Blackboard in com.vividsolutions.jump.coordsys
Methods in com.vividsolutions.jump.coordsys with parameters of type Blackboard Modifier and Type Method Description static CoordinateSystemRegistry
CoordinateSystemRegistry. instance(Blackboard blackboard)
static boolean
CoordinateSystemSupport. isEnabled(Blackboard blackboard)
static void
CoordinateSystemSupport. setEnabled(boolean enabled, Blackboard blackboard)
-
Uses of Blackboard in com.vividsolutions.jump.util
Methods in com.vividsolutions.jump.util that return Blackboard Modifier and Type Method Description Blackboard
Blackboard. clone()
Warning : does not follow the clone contract (does not call super.clone()) but uses a copy consructor instead.Blackboard
Blackboard. put(String key, boolean value)
Blackboard
Blackboard. put(String key, double value)
Blackboard
Blackboard. put(String key, int value)
Blackboard
Blackboard. put(String key, Object value)
Blackboard
Blackboard. putAll(Map<String,Object> properties)
-
Uses of Blackboard in com.vividsolutions.jump.workbench
Methods in com.vividsolutions.jump.workbench that return Blackboard Modifier and Type Method Description Blackboard
JUMPWorkbench. getBlackboard()
Expensive data structures can be cached on the blackboard so that several plug-ins can share them.Blackboard
JUMPWorkbenchContext. getBlackboard()
abstract Blackboard
WorkbenchContext. getBlackboard()
-
Uses of Blackboard in com.vividsolutions.jump.workbench.datasource
Methods in com.vividsolutions.jump.workbench.datasource with parameters of type Blackboard Modifier and Type Method Description static DataSourceQueryChooserManager
DataSourceQueryChooserManager. get(Blackboard blackboard)
Constructors in com.vividsolutions.jump.workbench.datasource with parameters of type Blackboard Constructor Description FileChooserPanel(JFileChooser chooser, Blackboard blackboard)
-
Uses of Blackboard in com.vividsolutions.jump.workbench.model
Methods in com.vividsolutions.jump.workbench.model that return Blackboard Modifier and Type Method Description Blackboard
GeoReferencedLayerable. getBlackboard()
Blackboard
Layerable. getBlackboard()
Blackboard
LayerManager. getBlackboard()
Blackboard
WMSLayer. getBlackboard()
-
Uses of Blackboard in com.vividsolutions.jump.workbench.ui
Methods in com.vividsolutions.jump.workbench.ui that return Blackboard Modifier and Type Method Description Blackboard
LayerViewPanel. getBlackboard()
Methods in com.vividsolutions.jump.workbench.ui with parameters of type Blackboard Modifier and Type Method Description static OptionsDialog
OptionsDialog. instance(Blackboard blackboard, Frame frame)
Constructors in com.vividsolutions.jump.workbench.ui with parameters of type Blackboard Constructor Description EditOptionsPanel(Blackboard blackboard)
SnapVerticesToolsOptionsPanel(Blackboard blackboard)
-
Uses of Blackboard in com.vividsolutions.jump.workbench.ui.cursortool
Methods in com.vividsolutions.jump.workbench.ui.cursortool with parameters of type Blackboard Modifier and Type Method Description protected List<SnapPolicy>
AbstractCursorTool. createStandardSnappingPolicies(Blackboard blackboard)
-
Uses of Blackboard in com.vividsolutions.jump.workbench.ui.cursortool.editing
Methods in com.vividsolutions.jump.workbench.ui.cursortool.editing with parameters of type Blackboard Modifier and Type Method Description protected List<SnapPolicy>
DrawLineStringTool. createStandardSnappingPolicies(Blackboard blackboard)
-
Uses of Blackboard in com.vividsolutions.jump.workbench.ui.network
Fields in com.vividsolutions.jump.workbench.ui.network declared as Blackboard Modifier and Type Field Description protected Blackboard
ProxySettingsOptionsPanel. blackboard
System blackboardMethods in com.vividsolutions.jump.workbench.ui.network with parameters of type Blackboard Modifier and Type Method Description static void
ProxySettingsOptionsPanel. restoreSystemSettings(Blackboard blackboard)
-
Uses of Blackboard in com.vividsolutions.jump.workbench.ui.plugin
Methods in com.vividsolutions.jump.workbench.ui.plugin that return Blackboard Modifier and Type Method Description static Blackboard
PersistentBlackboardPlugIn. get(Blackboard blackboard)
static Blackboard
PersistentBlackboardPlugIn. get(WorkbenchContext context)
static Blackboard
PersistentBlackboardPlugIn. getInstance()
Methods in com.vividsolutions.jump.workbench.ui.plugin with parameters of type Blackboard Modifier and Type Method Description static Blackboard
PersistentBlackboardPlugIn. get(Blackboard blackboard)
-
Uses of Blackboard in com.vividsolutions.jump.workbench.ui.plugin.datastore
Methods in com.vividsolutions.jump.workbench.ui.plugin.datastore with parameters of type Blackboard Modifier and Type Method Description static ConnectionManagerToolboxPlugIn
ConnectionManagerToolboxPlugIn. instance(Blackboard blackboard)
-
Uses of Blackboard in com.vividsolutions.jump.workbench.ui.renderer.style
Methods in com.vividsolutions.jump.workbench.ui.renderer.style that return Blackboard Modifier and Type Method Description Blackboard
BasicFillPattern. getProperties()
Methods in com.vividsolutions.jump.workbench.ui.renderer.style with parameters of type Blackboard Modifier and Type Method Description abstract BufferedImage
BasicFillPattern. createImage(Blackboard properties)
BufferedImage
ImageFillPattern. createImage(Blackboard properties)
BufferedImage
WKTFillPattern. createImage(Blackboard properties)
BasicFillPattern
BasicFillPattern. setProperties(Blackboard properties)
Constructors in com.vividsolutions.jump.workbench.ui.renderer.style with parameters of type Blackboard Constructor Description BasicFillPattern(Blackboard properties)
-
Uses of Blackboard in com.vividsolutions.jump.workbench.ui.snap
Methods in com.vividsolutions.jump.workbench.ui.snap with parameters of type Blackboard Modifier and Type Method Description static int
SnapManager. getToleranceInPixels(Blackboard blackboard)
static void
SnapManager. setToleranceInPixels(int toleranceInPixels, Blackboard blackboard)
Constructors in com.vividsolutions.jump.workbench.ui.snap with parameters of type Blackboard Constructor Description GridRenderer(Blackboard blackboard, LayerViewPanel panel)
SnapOptionsPanel(Blackboard blackboard)
SnapToFeaturesPolicy(Blackboard blackboard)
SnapToGridPolicy(Blackboard blackboard)
SnapToLineStringBeingEditedPolicy(Blackboard blackboard, MultiClickTool cursor)
SnapToVerticesPolicy(Blackboard blackboard)
-
Uses of Blackboard in com.vividsolutions.jump.workbench.ui.style
Constructors in com.vividsolutions.jump.workbench.ui.style with parameters of type Blackboard Constructor Description BasicStylePanel(Blackboard blackboard, int palettePanelVerticalScrollBarPolicy)
RenderingStylePanel(Blackboard blackboard, Layer layer)
Deprecated. -
Uses of Blackboard in de.latlon.deejump.plugin.style
Methods in de.latlon.deejump.plugin.style with parameters of type Blackboard Modifier and Type Method Description protected void
VertexStyleChooser. setBlackboard(Blackboard persistentBlackboard)
Constructors in de.latlon.deejump.plugin.style with parameters of type Blackboard Constructor Description DeeRenderingStylePanel(Blackboard blackboard, Layer layer, Blackboard persistentBlackboard)
-
Uses of Blackboard in org.openjump.core.ui.plugin.datastore.transaction
Methods in org.openjump.core.ui.plugin.datastore.transaction with parameters of type Blackboard Modifier and Type Method Description static DataStoreTransactionManagerPlugIn
DataStoreTransactionManagerPlugIn. instance(Blackboard blackboard)
-
Uses of Blackboard in org.saig.jump.widgets.config
Constructors in org.saig.jump.widgets.config with parameters of type Blackboard Constructor Description ConfigTooltipPanel(Blackboard blackboard)
Constructor del panel
-