Class JDrawableList
java.lang.Object
fr.esrf.tangoatk.widget.util.jdraw.JDrawableList
A class to add JDrawable JDSwingObject to the editor.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidAdd a JDrawable to the editor, It must be called before the JDrawEditor frame is constructed.static String[]
-
Constructor Details
-
JDrawableList
public JDrawableList()
-
-
Method Details
-
addClass
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
- Returns:
- the list of drawable object known by the editor.
-