Class Summary |
AceptCancelRow |
This class represents a row in an expansible dialog containing
the accept and cancel buttons (normally it's the last row of the dialog) |
ColorChooser |
This class extends the Expansible dialog and allows the user to choose a color by
using three scroll bars (one for each channel : red green blue) |
ColorChooserPanel |
This little component is used to show a customizable color.
|
DirectorySelect |
This class will be used to replace the default file chooser, since
in some VM folders are not managed properly. |
ExpansibleDialog |
This new dialog resizes automatically its components to fit the screen,
both horizontally and vertically. |
ExpansibleRow |
This is a component used by ExpansibleDialog. |
ImageControl |
Utility class to show an image with a given border width and border color. |
LayersTable |
This class represents the TOC (the list of layers in the curretn view/project)
Keeps a reference to the MapControl and consists of a set of rows
(class LayersTableItem), one for each layer.
|
LayersTableItem |
Represents one row in the LayersTable (TOC). |
LegendIcon |
This class is used to show a sample of the current symbology by
drawing a little polygon/line/point with the current colors, width, etc. |
ScaleVisibilityIcon |
This control is used to indicate whether the current scale
is inside the associated layer's scale limits
inside scale limits - colorful icon
outside scale limits - gray icon
no scale limits defined - no icon |
TocButton |
This class represents a button that will show only an icon and listen to mouse
events.
|
ViewLayersGraphicStatus |
This class keeps a copy of the symbology and other TOC settings and is used
to detect changes in the symbollogy that must cause a redrawing of the map
and a refresh of the symbology icons in the TOC. |
WMSLayerListItem |
This class represents a row in the list of available layers when accessing
a WMS server. |
WmsLayerNameLabel |
Subclass of Label. |