| Package | Description |
|---|---|
| org.orbisgis.sif |
The SIF library gathers classes that are used to build user interfaces in
OrbisGIS.
|
| org.orbisgis.sif.components | |
| org.orbisgis.sif.multiInputPanel |
| Modifier and Type | Method and Description |
|---|---|
UIPanel |
SimplePanel.getUIPanel() |
| Modifier and Type | Method and Description |
|---|---|
static SIFDialog |
UIFactory.getSimpleDialog(UIPanel panel) |
static SIFDialog |
UIFactory.getSimpleDialog(UIPanel panel,
boolean b) |
static SIFDialog |
UIFactory.getSimpleDialog(UIPanel panel,
Window owner) |
static SIFDialog |
UIFactory.getSimpleDialog(UIPanel panel,
Window owner,
boolean okCancel) |
static SIFWizard |
UIFactory.getWizard(UIPanel[] panels) |
static boolean |
UIFactory.showApplyDialog(UIPanel panel,
ActionListener applyListener,
boolean modal)
Builds an apply dialog.
|
static boolean |
UIFactory.showDialog(UIPanel panel)
Create a dialog and specify if the dialog shows the ok cancel buttons
and on top of all swing GUI.
|
static boolean |
UIFactory.showDialog(UIPanel[] panels) |
static boolean |
UIFactory.showDialog(UIPanel[] panels,
boolean okCancel) |
static boolean |
UIFactory.showDialog(UIPanel[] panels,
boolean okCancel,
boolean onTop)
Create a dialog and specify if the dialog shows the ok cancel buttons
and if its on top of all swing GUI.
|
static boolean |
UIFactory.showDialog(UIPanel panel,
boolean okCancel,
boolean onTop)
Create a dialog and specify if the dialog shows the ok cancel buttons
and if its on top of all swing GUI.
|
static void |
UIFactory.showOkDialog(UIPanel panel)
Create a dialog with ok button on top of all swing GUI.
|
| Constructor and Description |
|---|
SimplePanel(AbstractOutsideFrame frame,
UIPanel panel)
This is the default constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOpenPanel
Contains utility methods by both OpenFilePanel and OpenFolderPanel.
|
class |
CategorizedChoosePanel |
class |
ChoosePanel |
class |
ColorPicker
ColorPicker.java
Created on 23 de febrero de 2008, 16:53
|
class |
OpenFilePanel |
class |
OpenFolderPanel
This class handles the panel used to import the content of a folder in the
geocatalog
|
class |
RadioButtonPanel
An
UIPanel that will let the user choose one option in a list of
String instances. |
class |
SaveFilePanel |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiInputPanel
MultiInputPanel is a fast and simple way to create user interface to ask user
input.
|
Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.