|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
schmitzm.geotools.gui.MapContextControlPane
public class MapContextControlPane
Diese Komponente ist an ein JMapPane
gekoppelt und stellt die
dargestellten Layer in Form eine Liste dar.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.JPanel |
---|
JPanel.AccessibleJPanel |
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Container |
---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
---|---|
static String |
CM_DIALOG_APPLY
Key, um den ÜBERNEHMEN-Button des Farbpaletten-Dialogs in der CaptionsChangeable -Map anzusprechen. |
static String |
CM_DIALOG_CANCEL
Key, um den ABBRECHEN-Button des Farbpaletten-Dialogs in der CaptionsChangeable -Map anzusprechen. |
static String |
CM_DIALOG_OK
Key, um den OK-Button des Farbpaletten-Dialogs in der CaptionsChangeable -Map anzusprechen. |
static String |
CM_DIALOG_SAVE
Key, um den SPEICHERN-Button des Farbpaletten-Dialogs in der CaptionsChangeable -Map anzusprechen. |
static String |
CM_DIALOG_TABLEHEADER_COLOR
Key, um den 2. |
static String |
CM_DIALOG_TABLEHEADER_LABEL
Key, um den 3. |
static String |
CM_DIALOG_TABLEHEADER_QUANTITY
Key, um den 1. |
static String |
CM_DIALOG_TITLE
Key, um den Titel des Farbpaletten-Dialogs in der CaptionsChangeable -Map anzusprechen. |
static String |
CM_SAVE_DIALOG_QUESTION
Key, um den Text des Farbpaletten-Speichern-Dialogs in der CaptionsChangeable -Map anzusprechen. |
static String |
CM_SAVE_DIALOG_TITLE
Key, um den Titel des Farbpaletten-Speichern-Dialogs in der CaptionsChangeable -Map anzusprechen. |
static String |
FF_DIALOG_APPLY
Key, um den ÜBERNEHMEN-Button des FeatureCollection-Filter-Dialogs in der CaptionsChangeable -Map anzusprechen. |
static String |
FF_DIALOG_ATTRIBUTE
Key, um das Attribute-Label des FeatureCollection-Filter-Dialogs in der CaptionsChangeable -Map anzusprechen. |
static String |
FF_DIALOG_CANCEL
Key, um den ABBRECHEN-Button des FeatureCollection-Filter-Dialogs in der CaptionsChangeable -Map anzusprechen. |
static String |
FF_DIALOG_OK
Key, um den OK-Button des FeatureCollection-Filter-Dialogs in der CaptionsChangeable -Map anzusprechen. |
static String |
FF_DIALOG_OPERATORS
Key, um das Operatoren-Label des FeatureCollection-Filter-Dialogs in der CaptionsChangeable -Map anzusprechen. |
static String |
FF_DIALOG_RULE
Key, um das Formel-Label des FeatureCollection-Filter-Dialogs in der CaptionsChangeable -Map anzusprechen. |
static String |
FF_DIALOG_RULE_TOOLTIP
Key, um den Formel-Feld-Tooltip des FeatureCollection-Filter-Dialogs in der CaptionsChangeable -Map anzusprechen. |
static String |
FF_DIALOG_TEST
Key, um den Testen-Button des FeatureCollection-Filter-Dialogs in der CaptionsChangeable -Map anzusprechen. |
static String |
FF_DIALOG_TITLE
Key, um den Titel des FeatureCollection-Filter-Dialogs in der CaptionsChangeable -Map anzusprechen. |
protected Logger |
LOGGER
|
protected JMapPane |
mapPane
Karte, deren Layer kontrolliert werden. |
static String |
MENU_CUSTOMIZE_COLOR
Key, um den Unter-Menue-Eintrag "Customize color map" in der CaptionsChangeable -Map anzusprechen. |
static String |
MENU_FILTER_LAYER
Key, um den Menue-Eintrag "Feature-Filter..." in der CaptionsChangeable -Map anzusprechen. |
static String |
MENU_HIDE_ALL_LAYERS
Key, um den Menue-Eintrag "Hide all layers" in der CaptionsChangeable -Map anzusprechen. |
static String |
MENU_INVERT_ALL_LAYERS
Key, um den Menue-Eintrag "Invert all layers" in der CaptionsChangeable -Map anzusprechen. |
static String |
MENU_MOVE_LAYER_DOWN
Key, um den Menue-Eintrag "Move layer down" in der CaptionsChangeable -Map anzusprechen. |
static String |
MENU_MOVE_LAYER_UP
Key, um den Menue-Eintrag "Move layer up" in der CaptionsChangeable -Map anzusprechen. |
static String |
MENU_RECOLOR_LAYER
Key, um den Menue-Eintrag "Recolor..." in der CaptionsChangeable -Map anzusprechen. |
static String |
MENU_REMOVE_LAYER
Key, um den Menue-Eintrag "Remove layer" in der CaptionsChangeable -Map anzusprechen. |
static String |
MENU_SHOW_ALL_LAYERS
Key, um den Menue-Eintrag "Show all layers" in der CaptionsChangeable -Map anzusprechen. |
static String |
MENU_ZOOM_TO_LAYER
Key, um den Menue-Eintrag "Zoom to layer" in der CaptionsChangeable -Map anzusprechen. |
Fields inherited from class javax.swing.JComponent |
---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
MapContextControlPane(JMapPane mapPane,
ColorMapManager colorMaps)
Erzeugt eine neue Layer-Kontrolle. |
Method Summary | |
---|---|
ColorMapManager |
getColorMapManager()
Liefert die Farbpaletten, die durch die Kontroll-Komponente zugewiesen werden koennen. |
Methods inherited from class javax.swing.JPanel |
---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected final Logger LOGGER
public static final String MENU_MOVE_LAYER_UP
CaptionsChangeable
-Map anzusprechen.
public static final String MENU_MOVE_LAYER_DOWN
CaptionsChangeable
-Map anzusprechen.
public static final String MENU_ZOOM_TO_LAYER
CaptionsChangeable
-Map anzusprechen.
public static final String MENU_FILTER_LAYER
CaptionsChangeable
-Map anzusprechen.
public static final String MENU_RECOLOR_LAYER
CaptionsChangeable
-Map anzusprechen.
public static final String MENU_REMOVE_LAYER
CaptionsChangeable
-Map anzusprechen.
public static final String MENU_SHOW_ALL_LAYERS
CaptionsChangeable
-Map anzusprechen.
public static final String MENU_HIDE_ALL_LAYERS
CaptionsChangeable
-Map anzusprechen.
public static final String MENU_INVERT_ALL_LAYERS
CaptionsChangeable
-Map anzusprechen.
public static final String MENU_CUSTOMIZE_COLOR
CaptionsChangeable
-Map anzusprechen.
public static final String CM_DIALOG_TITLE
CaptionsChangeable
-Map anzusprechen.
public static final String CM_DIALOG_TABLEHEADER_QUANTITY
CaptionsChangeable
-Map anzusprechen.
public static final String CM_DIALOG_TABLEHEADER_COLOR
CaptionsChangeable
-Map anzusprechen.
public static final String CM_DIALOG_TABLEHEADER_LABEL
CaptionsChangeable
-Map anzusprechen.
public static final String CM_DIALOG_OK
CaptionsChangeable
-Map anzusprechen.
public static final String CM_DIALOG_CANCEL
CaptionsChangeable
-Map anzusprechen.
public static final String CM_DIALOG_SAVE
CaptionsChangeable
-Map anzusprechen.
public static final String CM_DIALOG_APPLY
CaptionsChangeable
-Map anzusprechen.
public static final String CM_SAVE_DIALOG_TITLE
CaptionsChangeable
-Map anzusprechen.
public static final String CM_SAVE_DIALOG_QUESTION
CaptionsChangeable
-Map anzusprechen.
public static final String FF_DIALOG_TITLE
CaptionsChangeable
-Map anzusprechen.
public static final String FF_DIALOG_ATTRIBUTE
CaptionsChangeable
-Map anzusprechen.
public static final String FF_DIALOG_RULE
CaptionsChangeable
-Map anzusprechen.
public static final String FF_DIALOG_RULE_TOOLTIP
CaptionsChangeable
-Map anzusprechen.
public static final String FF_DIALOG_OPERATORS
CaptionsChangeable
-Map anzusprechen.
public static final String FF_DIALOG_TEST
CaptionsChangeable
-Map anzusprechen.
public static final String FF_DIALOG_OK
CaptionsChangeable
-Map anzusprechen.
public static final String FF_DIALOG_CANCEL
CaptionsChangeable
-Map anzusprechen.
public static final String FF_DIALOG_APPLY
CaptionsChangeable
-Map anzusprechen.
protected JMapPane mapPane
Constructor Detail |
---|
public MapContextControlPane(JMapPane mapPane, ColorMapManager colorMaps)
mapPane
- Karten-Komponente, deren Layer kontrolliert wirdcolorMaps
- Raster-Farbpaletten, die durch die Kontrolle zugewiesen
werden koennenMethod Detail |
---|
public ColorMapManager getColorMapManager()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |