Package tethys.swing.export
Class CoordinateChoicePanel
java.lang.Object
tethys.swing.export.CoordinateChoicePanel
- All Implemented Interfaces:
PamDialogPanel
,LocalizationOptionsPanel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the awt component which will be incorporated into a larger display panel / component.boolean
boolean
isBig()
Is the panel big enough that it needs opening in a separate dialog, or is it small enough to squish into the export panel ?void
Set the initial parameter values in the panel.
-
Constructor Details
-
Method Details
-
getDialogComponent
Description copied from interface:PamDialogPanel
Get the awt component which will be incorporated into a larger display panel / component.- Specified by:
getDialogComponent
in interfacePamDialogPanel
- Returns:
- an awt component.
-
setParams
public void setParams()Description copied from interface:PamDialogPanel
Set the initial parameter values in the panel. Since this interface is purely abstract, the type of parameter is unknown, so concrete implementations will somehow have to pass the class containing the parameter information in some other way.- Specified by:
setParams
in interfacePamDialogPanel
-
getParams
public boolean getParams()- Specified by:
getParams
in interfacePamDialogPanel
- Returns:
- true if parameters all have acceptable values and the dialog can close.
-
isBig
public boolean isBig()Description copied from interface:LocalizationOptionsPanel
Is the panel big enough that it needs opening in a separate dialog, or is it small enough to squish into the export panel ?Caller may chose to ignore this information.
- Specified by:
isBig
in interfaceLocalizationOptionsPanel
- Returns:
- true if it should open in it's own window.
-