Class GISAction

    • Constructor Detail

      • GISAction

        public GISAction(JeographyGIS gis,
                         String filename)
        Create a new GISAction.
        Parameters:
        gis - the JeographyGIS instance for this action.
        filename - the filename of an image or null
      • GISAction

        public GISAction(JeographyGIS gis,
                         String filename,
                         String title)
        Create a new GISAction
        Parameters:
        gis - the JeographyGIS instance for this action.
        filename - the filename of an image or null.
        title - the title for this action.
    • Method Detail

      • getGIS

        public JeographyGIS getGIS()
        Returns:
        the viewer this action is about.
      • getMainFrame

        public JFrame getMainFrame()
      • putValue

        public void putValue(String key,
                             Object value)
      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled(boolean b)