|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of WorkbenchContext in com.vividsolutions.jump.plugin.edit |
| Methods in com.vividsolutions.jump.plugin.edit with parameters of type WorkbenchContext | |
EnableCheck |
PrecisionReducerPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
EnableCheck |
PolygonizerPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
EnableCheck |
LineNoderPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
EnableCheck |
ExtractSegmentsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
EnableCheck |
AffineTransformationPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench |
| Subclasses of WorkbenchContext in com.vividsolutions.jump.workbench | |
class |
JUMPWorkbenchContext
Implementation of WorkbenchContext for the JUMPWorkbench. |
| Methods in com.vividsolutions.jump.workbench that return WorkbenchContext | |
WorkbenchContext |
JUMPWorkbench.getContext()
|
| Methods in com.vividsolutions.jump.workbench with parameters of type WorkbenchContext | |
void |
Setup.setup(WorkbenchContext workbenchContext)
|
void |
JUMPConfiguration.setup(WorkbenchContext workbenchContext)
|
void |
JUMPConfiguration.configureDatastores(WorkbenchContext context)
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench.datasource |
| Methods in com.vividsolutions.jump.workbench.datasource with parameters of type WorkbenchContext | |
static MultiEnableCheck |
SaveDatasetAsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
LoadDatasetPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
| Constructors in com.vividsolutions.jump.workbench.datasource with parameters of type WorkbenchContext | |
SaveFileDataSourceQueryChooser(java.lang.Class dataSourceClass,
java.lang.String description,
java.lang.String[] extensions,
WorkbenchContext context)
|
|
LoadFileDataSourceQueryChooser(java.lang.Class dataSourceClass,
java.lang.String description,
java.lang.String[] extensions,
WorkbenchContext context)
|
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench.datastore |
| Methods in com.vividsolutions.jump.workbench.datastore with parameters of type WorkbenchContext | |
static ConnectionManager |
ConnectionManager.instance(WorkbenchContext context)
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench.plugin |
| Methods in com.vividsolutions.jump.workbench.plugin that return WorkbenchContext | |
WorkbenchContext |
PlugInContext.getWorkbenchContext()
|
| Methods in com.vividsolutions.jump.workbench.plugin with parameters of type WorkbenchContext | |
static java.awt.event.ActionListener |
AbstractPlugIn.toActionListener(PlugIn plugIn,
WorkbenchContext workbenchContext,
TaskMonitorManager taskMonitorManager)
|
| Constructors in com.vividsolutions.jump.workbench.plugin with parameters of type WorkbenchContext | |
PlugInManager(WorkbenchContext context,
java.io.File plugInDirectory,
TaskMonitor monitor)
|
|
PlugInContext(WorkbenchContext workbenchContext,
Task task,
LayerManagerProxy layerManagerProxy,
LayerNamePanel layerNamePanel,
LayerViewPanel layerViewPanel)
|
|
EnableCheckFactory(WorkbenchContext workbenchContext)
|
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui |
| Fields in com.vividsolutions.jump.workbench.ui declared as WorkbenchContext | |
protected WorkbenchContext |
LayerViewFrame.workbenchContext
|
| Methods in com.vividsolutions.jump.workbench.ui that return WorkbenchContext | |
WorkbenchContext |
WorkbenchFrame.getContext()
|
| Methods in com.vividsolutions.jump.workbench.ui with parameters of type WorkbenchContext | |
javax.swing.JButton |
WorkbenchToolBar.addPlugIn(javax.swing.Icon icon,
PlugIn plugIn,
EnableCheck enableCheck,
WorkbenchContext workbenchContext)
|
static TitledPopupMenu |
AttributeTab.popupMenu(WorkbenchContext context)
|
static void |
AttributeTab.addPopupMenuItem(WorkbenchContext workbenchContext,
PlugIn plugIn,
java.lang.String menuItemName,
boolean checkBox,
javax.swing.Icon icon,
EnableCheck enableCheck)
|
static AboutDialog |
AboutDialog.instance(WorkbenchContext context)
|
| Constructors in com.vividsolutions.jump.workbench.ui with parameters of type WorkbenchContext | |
WorkbenchFrame(java.lang.String title,
javax.swing.ImageIcon icon,
WorkbenchContext workbenchContext)
|
|
TaskFrame(Task task,
WorkbenchContext workbenchContext)
|
|
SchemaPanel(Layer layer,
EditingPlugIn editingPlugIn,
WorkbenchContext context)
|
|
PrimaryInfoFrame(WorkbenchContext workbenchContext,
LayerManagerProxy layerManagerProxy,
TaskFrame taskFrame)
|
|
OneLayerAttributeTab(WorkbenchContext context,
TaskFrame taskFrame,
LayerManagerProxy layerManagerProxy)
|
|
InfoFrame(WorkbenchContext workbenchContext,
LayerManagerProxy layerManagerProxy,
TaskFrame taskFrame)
|
|
GeometryInfoTab(InfoModel model,
WorkbenchContext context)
|
|
AttributeTablePanel(LayerTableModel model,
boolean addScrollPane,
WorkbenchContext workbenchContext)
|
|
AttributeTab(InfoModel model,
WorkbenchContext workbenchContext,
TaskFrame taskFrame,
LayerManagerProxy layerManagerProxy,
boolean addScrollPanesToChildren)
|
|
AttributePanel(InfoModel model,
WorkbenchContext workbenchContext,
TaskFrame taskFrame,
LayerManagerProxy layerManagerProxy,
boolean addScrollPanesToChildren)
|
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.plugin |
| Constructors in com.vividsolutions.jump.workbench.ui.plugin with parameters of type WorkbenchContext | |
FeatureInstaller(WorkbenchContext workbenchContext)
|
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.plugin.analysis |
| Methods in com.vividsolutions.jump.workbench.ui.plugin.analysis with parameters of type WorkbenchContext | |
MultiEnableCheck |
CalculateAreasAndLengthsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.plugin.clipboard |
| Methods in com.vividsolutions.jump.workbench.ui.plugin.clipboard with parameters of type WorkbenchContext | |
MultiEnableCheck |
PasteLayersPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
PasteItemsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
CutSelectedLayersPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
CutSelectedItemsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
CopyThisCoordinatePlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
CopySelectedLayersPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
CopySelectedItemsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
CopyImagePlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.plugin.datastore |
| Methods in com.vividsolutions.jump.workbench.ui.plugin.datastore that return WorkbenchContext | |
WorkbenchContext |
ConnectionPanel.getContext()
|
| Methods in com.vividsolutions.jump.workbench.ui.plugin.datastore with parameters of type WorkbenchContext | |
static EnableCheck |
RefreshDataStoreLayerPlugin.createEnableCheck(WorkbenchContext context)
|
void |
DataStoreDataSource.setWorkbenchContext(WorkbenchContext context)
|
static java.lang.Object |
AddDatastoreLayerPanel.runInKillableThread(java.lang.String description,
WorkbenchContext context,
AddDatastoreLayerPanel.Block block)
|
| Constructors in com.vividsolutions.jump.workbench.ui.plugin.datastore with parameters of type WorkbenchContext | |
RunDatastoreQueryPanel(WorkbenchContext context)
|
|
DataStoreDataSource(java.lang.String datasetName,
java.lang.String geometryAttributeName,
java.lang.String whereClause,
ConnectionDescriptor connectionDescriptor,
boolean caching,
WorkbenchContext context)
|
|
ConnectionPanel(WorkbenchContext context)
|
|
ConnectionManagerPanel(ConnectionManager connectionManager,
Registry registry,
ErrorHandler errorHandler,
WorkbenchContext context)
|
|
ConnectionDescriptorPanel(Registry registry,
WorkbenchContext context)
|
|
AddDatastoreLayerPanel(WorkbenchContext context)
|
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.plugin.generate |
| Methods in com.vividsolutions.jump.workbench.ui.plugin.generate with parameters of type WorkbenchContext | |
EnableCheck |
ShowTriangulationPlugIn.createEnableCheck(WorkbenchContext context)
|
UndoableCommand |
ShowTriangulationPlugIn.addLayerGeneration(UndoableCommand wrappeeCommand,
WorkbenchContext context,
boolean createLayersIfNonExistent)
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.plugin.imagery |
| Methods in com.vividsolutions.jump.workbench.ui.plugin.imagery with parameters of type WorkbenchContext | |
static EnableCheck |
ImageLayerManagerPlugIn.createEnableCheck(WorkbenchContext context)
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.plugin.wms |
| Methods in com.vividsolutions.jump.workbench.ui.plugin.wms with parameters of type WorkbenchContext | |
MultiEnableCheck |
EditWMSQueryPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.renderer.style |
| Constructors in com.vividsolutions.jump.workbench.ui.renderer.style with parameters of type WorkbenchContext | |
ColorThemingStylePanel(Layer layer,
WorkbenchContext workbenchContext)
|
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.style |
| Methods in com.vividsolutions.jump.workbench.ui.style with parameters of type WorkbenchContext | |
static MultiEnableCheck |
PasteStylesPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
static MultiEnableCheck |
CopyStylesPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
ChangeStylesPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.toolbox |
| Methods in com.vividsolutions.jump.workbench.ui.toolbox that return WorkbenchContext | |
WorkbenchContext |
ToolboxDialog.getContext()
|
| Methods in com.vividsolutions.jump.workbench.ui.toolbox with parameters of type WorkbenchContext | |
ToolboxDialog |
ToolboxPlugIn.getToolbox(WorkbenchContext context)
|
void |
ToolboxPlugIn.createMainMenuItem(java.lang.String[] menuPath,
javax.swing.Icon icon,
WorkbenchContext context)
Creates a menu item with a checkbox beside it that appears when the toolbox is visible. |
| Constructors in com.vividsolutions.jump.workbench.ui.toolbox with parameters of type WorkbenchContext | |
ToolboxDialog(WorkbenchContext context)
|
|
| Uses of WorkbenchContext in com.vividsolutions.jump.workbench.ui.zoom |
| Methods in com.vividsolutions.jump.workbench.ui.zoom with parameters of type WorkbenchContext | |
static MultiEnableCheck |
ZoomToSelectedItemsPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
ZoomToLayerPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
ZoomToFullExtentPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
ZoomToCoordinatePlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
ZoomPreviousPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
MultiEnableCheck |
ZoomNextPlugIn.createEnableCheck(WorkbenchContext workbenchContext)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||