public static class Setting.Property<Z> extends Object
| Constructor and Description |
|---|
Setting.Property() |
| Modifier and Type | Method and Description |
|---|---|
void |
attach(Setting<?> setting) |
void |
detach() |
Setting<?> |
getSetting() |
Z |
getValue() |
boolean |
isValid() |
void |
notifyOnChange() |
protected void |
onAttach(Setting<?> setting) |
protected void |
onDetach() |
protected void |
onSetDefaultValue(Setting.SettingProperty settingProperty) |
void |
setValue(Z value) |
public void attach(Setting<?> setting)
public void detach()
public final Setting<?> getSetting()
public Z getValue()
public boolean isValid()
public final void notifyOnChange()
protected void onAttach(Setting<?> setting)
protected void onDetach()
protected void onSetDefaultValue(Setting.SettingProperty settingProperty)
public void setValue(Z value)
Copyright © 2012-2013. All Rights Reserved.