Package thing

Class ComponentChooser

java.lang.Object
thing.ComponentChooser

public class ComponentChooser extends Object
A simple modal dialog that shows all named components in the given Thinlet component tree and lets the user select a named component. The dialog is modal and blocks the calling frame/dialog. It is therefore displayed in a separate window.
Author:
Dirk Moebius
  • Constructor Details

  • Method Details

    • show

      public void show()
      Show the modal dialog. This halts the application until the user dismisses the dialog.
    • setSelectedComponent

      public void setSelectedComponent(String name)
    • getSelectedComponent

      public String getSelectedComponent()
    • isCancelled

      public boolean isCancelled()
    • selectionChanged

      public void selectionChanged(Object list, Object lSelected)
      Thinlet callback.
    • ok

      public void ok()
      Thinlet callback.
    • close

      public void close()