Interface LocalizationOptionsPanel

All Superinterfaces:
PamDialogPanel
All Known Implementing Classes:
ClickLocDialogPanel, CoordinateChoicePanel, CTMSettingsPanel, TMAOptionsPanel, TMSettingsPanel

public interface LocalizationOptionsPanel extends PamDialogPanel
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    boolean
    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 Link icon

    getDialogComponent, getParams, setParams
  • Method Details Link icon

    • isBig Link icon

      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.