|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjautil.install.AvatarsAccessChooser.AccessChoice
public static class AvatarsAccessChooser.AccessChoice
Defines the choices for access to avatar definitions: local vs. remote avatar definitions, and, in the former case, existing vs. newly installed definitions.
| Field Summary | |
|---|---|
boolean |
existing
In the case of local definitions, the choice is for existing ones, not new ones. |
boolean |
local
The choice is for local definitions, not remote ones. |
| Constructor Summary | |
|---|---|
AvatarsAccessChooser.AccessChoice()
Constructs a new access choice record, with the default settings, that is, remote avatar definitions. |
|
AvatarsAccessChooser.AccessChoice(boolean local,
boolean existing)
Constructs a new access choice reccord, initialised with the given values. |
|
| Method Summary | |
|---|---|
void |
set(boolean local,
boolean existing)
Sets the choice flags to the given values. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public boolean local
public boolean existing
| Constructor Detail |
|---|
public AvatarsAccessChooser.AccessChoice()
public AvatarsAccessChooser.AccessChoice(boolean local,
boolean existing)
| Method Detail |
|---|
public void set(boolean local,
boolean existing)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||