public class DictionaryStateWrapper extends Object implements DictionaryWrapper
Constructor and Description |
---|
DictionaryStateWrapper(Dictionary _obj) |
DictionaryStateWrapper(Dictionary _obj,
boolean _selected,
boolean _enabled) |
Modifier and Type | Method and Description |
---|---|
jgloss.ui.StateWrapper<T> |
clone() |
T |
getObject() |
Dictionary |
getWrappedDictionary() |
boolean |
isEnabled() |
boolean |
isSelected() |
void |
setEnabled(boolean _enabled) |
void |
setSelected(boolean _selected) |
public DictionaryStateWrapper(Dictionary _obj)
public DictionaryStateWrapper(Dictionary _obj, boolean _selected, boolean _enabled)
public Dictionary getWrappedDictionary()
getWrappedDictionary
in interface DictionaryWrapper
public T getObject()
public boolean isSelected()
public boolean isEnabled()
public void setSelected(boolean _selected)
public void setEnabled(boolean _enabled)
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.