Package tethys.swing.export
Interface LocalizationOptionsPanel
- All Superinterfaces:
 PamDialogPanel
- All Known Implementing Classes:
 ClickLocDialogPanel,CoordinateChoicePanel,CTMSettingsPanel,TMAOptionsPanel,TMSettingsPanel
- 
Method Summary
Modifier and TypeMethodDescriptionbooleanisBig()Is the panel big enough that it needs opening in a separate dialog, or is it small enough to squish into the export panel ?Methods inherited from interface PamView.dialog.PamDialogPanel
getDialogComponent, getParams, setParams 
- 
Method Details
- 
isBig
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 ?Caller may chose to ignore this information.
- Returns:
 - true if it should open in it's own window.
 
 
 -