|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModelerGUI
This interface must be implemented for classes that wish to display an
alternate GUI for the Modeler.
API Stability: Stable.
Method Summary | |
---|---|
void |
displayGUI(Hierarchy config,
Visible drawable)
Constructs and displays the GUI components to display a Visible object. |
java.lang.String[] |
getVersion()
Provides the version String array for this ModelerGUI. |
Method Detail |
---|
void displayGUI(Hierarchy config, Visible drawable)
config
- the Hierarchy object that contains configuration
information for displaying drawable.drawable
- the Visible object to display.java.lang.String[] getVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |