public interface REpiceaUIObjectWithParent
Modifier and Type | Method and Description |
---|---|
java.awt.Component |
getUI(java.awt.Container parent)
This method returns the GUI interface of the class that implements this interface.
|
boolean |
isVisible()
This method returns true if the GUI is visible.
|
java.awt.Component getUI(java.awt.Container parent)
parent
- a parent Container instance (can be null)boolean isVisible()