|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.idv.control.FlaggedDisplayable
public class FlaggedDisplayable
A class to encapsulate a displayable with an attribute flags.
| Field Summary | |
|---|---|
Displayable |
displayable
The displayable |
int |
flag
the flag |
| Constructor Summary | |
|---|---|
FlaggedDisplayable(Displayable displayable,
int flag)
Create a flagged displayable. |
|
| Method Summary | |
|---|---|
boolean |
ok(int f)
Check if a flag matches this instances flag. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Displayable displayable
public int flag
| Constructor Detail |
|---|
public FlaggedDisplayable(Displayable displayable,
int flag)
displayable - the displayableflag - the flag| Method Detail |
|---|
public boolean ok(int f)
f - flag to check
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||