Package thing

Class Handler

java.lang.Object
thing.Handler
Direct Known Subclasses:
gvSIGHandler

public class Handler extends Object
ThinG GUI logic handler/controller.
Author:
Dirk Moebius
  • Method Details

    • addComponent

      public void addComponent(Object toolbarButton)
    • moveComponentUp

      public void moveComponentUp()
    • moveComponentDown

      public void moveComponentDown()
    • treeSelectionChanged

      public void treeSelectionChanged()
    • tableSelectionChanged

      public void tableSelectionChanged()
    • propEditBooleanChanged

      public void propEditBooleanChanged(String text, boolean isSelected)
    • propEditIntegerChanged

      public void propEditIntegerChanged(String value)
    • propEditChoiceChanged

      public void propEditChoiceChanged(Object combobox, int selected)
    • propEditStringChanged

      public void propEditStringChanged(String text)
    • propEditChooseButtonClicked

      public void propEditChooseButtonClicked()
    • propEditReset

      public void propEditReset()
    • tabSelected

      public void tabSelected(int tabNo)
      serialize the current components tree every time the user switches to the XML panel.
    • focusgained

      public void focusgained(Object component)
    • load

      protected void load()
    • save

      protected boolean save(boolean askForFile)
      Save the current document.
      Parameters:
      askForFile - if true present a "Save As" dialog.
      Returns:
      true if the file has been saved, false if the save operation has been cancelled because of an error or user interaction.
    • setSelectedFile

      protected void setSelectedFile(File selectedFile)