Package org.gvsig.symbology.swing
Interface SymbologyWindowManager
public interface SymbologyWindowManager
Responsible of the window management to show the panels of the
Symbology swing library.
- Version:
- $Id$
- Author:
- gvSIG Team
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionvoidshowWindow(JPanel panel, String title, int mode) Inserts a Panel in a window with a characteristic properties.
-
Field Details
-
MODE_DIALOG
static final int MODE_DIALOG- See Also:
-
MODE_WINDOW
static final int MODE_WINDOW- See Also:
-
MODE_TOOL
static final int MODE_TOOL- See Also:
-
-
Method Details
-
showWindow
Inserts a Panel in a window with a characteristic properties.- Parameters:
panel- JPanel with the content of the windowtitle- String with the title of the windowmode- int that defines the type of window
-