Uses of Class
gistoolkit.display.GISDisplay

Packages that use GISDisplay
gistoolkit.application   
gistoolkit.application.command   
gistoolkit.application.layers   
gistoolkit.application.layers.layerpanel   
gistoolkit.config   
gistoolkit.display   
gistoolkit.display.drawmodel   
proprietary.datasources.arcims   
proprietary.datasources.arcsde   
proprietary.datasources.ermapper   
 

Uses of GISDisplay in gistoolkit.application
 

Methods in gistoolkit.application that return GISDisplay
 GISDisplay GISEditor.getDisplay()
          Return the display used in this editor, mostly used for commands.
 GISDisplay PopupListener.getGISDisplay()
          Return a reference to the GISDisplay.
 

Constructors in gistoolkit.application with parameters of type GISDisplay
PopupListener(GISDisplay inDisplay)
          Creates a new instance of PopupListener
 

Uses of GISDisplay in gistoolkit.application.command
 

Methods in gistoolkit.application.command that return GISDisplay
 GISDisplay SimpleCommand.getGISDisplay()
          Return the GISDisplay to modify.
 

Methods in gistoolkit.application.command with parameters of type GISDisplay
 void SimpleCommand.setGISDisplay(GISDisplay inGISDisplay)
          Set the GISDisplay to reference for this command.
 

Constructors in gistoolkit.application.command with parameters of type GISDisplay
ZoomOutCommand(GISDisplay inDisplay)
          Construct a simple command with this display.
 

Uses of GISDisplay in gistoolkit.application.layers
 

Methods in gistoolkit.application.layers that return GISDisplay
 GISDisplay LayerPanel.getGISDisplay()
          Insert the method's description here.
 

Methods in gistoolkit.application.layers with parameters of type GISDisplay
 void DataSourcePanel.setGISDisplay(GISDisplay inDisplay)
          Sets the GISDisplay in case the panel should need it.
 void LayerDlg.setDisplay(GISDisplay inDisplay)
           
 void LayerEntryPanel.setGISDisplay(GISDisplay inDisplay)
          Set the GISDisplay associated with this layer.
 void LayerPanel.setGISDisplay(GISDisplay newGISDisplay)
          Insert the method's description here.
 void ShaderButton.setGISDisplay(GISDisplay inDisplay)
          Set the GISDisplay associated with this layer.
 void StyleButton.setGISDisplay(GISDisplay inDisplay)
          Set the GISDisplay associated with this layer.
 

Uses of GISDisplay in gistoolkit.application.layers.layerpanel
 

Methods in gistoolkit.application.layers.layerpanel with parameters of type GISDisplay
 void ImageDirectoryDataSourcePanel.setGISDisplay(GISDisplay inDisplay)
           
 void ImageFileDataSourcePanel.setGISDisplay(GISDisplay inDisplay)
           
 void OGCWebServiceDataSourcePanel.setGISDisplay(GISDisplay inDisplay)
          Sets the GISDisplay in case the panel should need it.
 void RasterCatalogDataSourcePanel.setGISDisplay(GISDisplay inDisplay)
           
 void ReadOnlyMySQLDataSourcePanel.setGISDisplay(GISDisplay inDisplay)
          Sets the GISDisplay in case the panel should need it.
 void ReadOnlyOracleDataSourcePanel.setGISDisplay(GISDisplay inDisplay)
          Sets the GISDisplay in case the panel should need it.
 void ReadOnlyPostGISDataSourcePanel.setGISDisplay(GISDisplay inDisplay)
          Sets the GISDisplay in case the panel should need it.
 void ReadOnlyShapeFileDataSourcePanel.setGISDisplay(GISDisplay inDisplay)
          Sets the GISDisplay in case the panel should need it.
 void ReadOnlySpatialExtenderDataSourcePanel.setGISDisplay(GISDisplay inDisplay)
          Sets the GISDisplay in case the panel should need it.
 void SeamlessDataSourcePanel.setGISDisplay(GISDisplay inDisplay)
          Sets the GISDisplay in case the panel should need it.
 void ShapeFileDataSourcePanel.setGISDisplay(GISDisplay inDisplay)
          Sets the GISDisplay in case the panel should need it.
 void TerraserverDataSourcePanel.setGISDisplay(GISDisplay inDisplay)
          Sets the GISDisplay in case the panel should need it.
 void UpdateableMySQLDataSourcePanel.setGISDisplay(GISDisplay inDisplay)
          Sets the GISDisplay in case the panel should need it.
 void UpdateableOracleDataSourcePanel.setGISDisplay(GISDisplay inDisplay)
          Sets the GISDisplay in case the panel should need it.
 void UpdateablePostGISDataSourcePanel.setGISDisplay(GISDisplay inDisplay)
          Sets the GISDisplay in case the panel should need it.
 void UpdateableSpatialExtenderDataSourcePanel.setGISDisplay(GISDisplay inDisplay)
          Sets the GISDisplay in case the panel should need it.
 

Uses of GISDisplay in gistoolkit.config
 

Methods in gistoolkit.config with parameters of type GISDisplay
static void Configurator.writeConfig(GISDisplay inDisplay, java.lang.String inFileName)
          Write the configuration file for the GISDisplay
static void Configurator.readConfig(GISDisplay inDisplay, java.lang.String inFileName)
          Set up the GISDisplay with the given configuration file
 

Uses of GISDisplay in gistoolkit.display
 

Methods in gistoolkit.display with parameters of type GISDisplay
 void Command.setGISDisplay(GISDisplay inDisplay)
          Used to set the GISDisplay of the command.
 void DrawModel.setGISDisplay(GISDisplay inGISDisplay)
          Called when the DrawModel is added to the display to allow it to do initialization
 

Constructors in gistoolkit.display with parameters of type GISDisplay
PrintMap(GISDisplay inDisplay)
          Creates new PrintMap
 

Uses of GISDisplay in gistoolkit.display.drawmodel
 

Fields in gistoolkit.display.drawmodel declared as GISDisplay
protected  GISDisplay SimpleDrawModel.myGISDisplay
          Handle to the GISDisplay for modifying.
 

Methods in gistoolkit.display.drawmodel that return GISDisplay
 GISDisplay SimpleDrawModel.getGISDisplay()
          Retrieves the parent GISDisplay for this draw mdoel.
 

Methods in gistoolkit.display.drawmodel with parameters of type GISDisplay
 void SimpleDrawModel.setGISDisplay(GISDisplay inGISDisplay)
          Sets the parent GISDisplay for this draw model.
 

Uses of GISDisplay in proprietary.datasources.arcims
 

Methods in proprietary.datasources.arcims with parameters of type GISDisplay
 void ArcIMSDataSourcePanel.setGISDisplay(GISDisplay inDisplay)
          Sets the GISDisplay in case the panel should need it.
 

Uses of GISDisplay in proprietary.datasources.arcsde
 

Fields in proprietary.datasources.arcsde declared as GISDisplay
(package private)  GISDisplay UpdateableArcSDEDataSourcePanel.gisDisplay
          Sets the GISDisplay in case the panel should need it.
 

Methods in proprietary.datasources.arcsde that return GISDisplay
 GISDisplay UpdateableArcSDEDataSourcePanel.getGISDiplay()
           
 

Methods in proprietary.datasources.arcsde with parameters of type GISDisplay
 void ArcSDEDataSourcePanel.setGISDisplay(GISDisplay inDisplay)
          Sets the GISDisplay in case the panel should need it.
 void UpdateableArcSDEDataSourcePanel.setGISDisplay(GISDisplay inDisplay)
           
 

Uses of GISDisplay in proprietary.datasources.ermapper
 

Methods in proprietary.datasources.ermapper with parameters of type GISDisplay
 void ERMapperDataSourcePanel.setGISDisplay(GISDisplay inDisplay)
          Sets the GISDisplay in case the panel should need it.