public interface Hidable
Modifier and Type | Method and Description |
---|---|
boolean |
isKeepHidden()
Reads the keepHidden property.
|
void |
setKeepHidden(boolean keepHidden)
Sets the keepHidden property so that the object is not visible and does not respond to
the setVisible(b) method.
|