|
Holger's Java API |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Enabled
specifies methods that allow to determine and alter the status of an object in regards to it being enabled or not
| Field Summary | |
|---|---|
static Filter<Enabled> |
FILTER
|
| Method Summary | |
|---|---|
boolean |
isEnabled()
determines whether this object is currently enabled |
void |
setEnabled(boolean flag)
allows to enable/disable this instance |
| Field Detail |
|---|
static final Filter<Enabled> FILTER
| Method Detail |
|---|
boolean isEnabled()
void setEnabled(boolean flag)
throws UnsupportedOperationException
UnsupportedOperationException - if this operation is not allowed on the given instance
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||