|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Displayable
An object that can be displayed or made to be hidden.
| Field Summary | |
|---|---|
static java.lang.String |
DISPLAYED_PROPERTY
The bound property of whether the object is displayed or has no representation, taking up no space. |
| Method Summary | |
|---|---|
boolean |
isDisplayed()
|
void |
setDisplayed(boolean newDisplayed)
Sets whether the object is displayed or has no representation, taking up no space. |
| Field Detail |
|---|
static final java.lang.String DISPLAYED_PROPERTY
| Method Detail |
|---|
boolean isDisplayed()
void setDisplayed(boolean newDisplayed)
Boolean.
newDisplayed - true if the object should be displayed, else false if the object should take up no space.DISPLAYED_PROPERTY
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||