Class Dialog

    • Constructor Detail

      • Dialog

        public Dialog(JFrame parent,
                      String title,
                      JeographyGIS gis,
                      SelectionAdapter selectionAdapter,
                      PolySelectionAdapter polySelectionAdapter)
        Create a new dialog.
        Parameters:
        parent - the parent frame or null.
        title - the title of the dialog.
        gis - the JeographyGIS instance this is for.
        selectionAdapter - the selectionAdapter to display information for.
        polySelectionAdapter - the polygonal selectionAdapter to display information for.
    • Method Detail

      • showTab

        public void showTab(Tab tab)
        Show the denoted tab.
        Parameters:
        tab - the tab to show.