Class JDrawableList

java.lang.Object
fr.esrf.tangoatk.widget.util.jdraw.JDrawableList

public class JDrawableList extends Object
A class to add JDrawable JDSwingObject to the editor.
See Also:
  • Constructor Details

    • JDrawableList

      public JDrawableList()
  • Method Details

    • addClass

      public static void addClass(String className)
      Add a JDrawable to the editor, It must be called before the JDrawEditor frame is constructed.
      Parameters:
      className - JDrawable object to add.
      See Also:
    • getDrawalbeList

      public static String[] getDrawalbeList()
      Returns:
      the list of drawable object known by the editor.