org.siebengeisslein.pgui.userlocal
Class ComboBoxUserData
java.lang.Object
org.siebengeisslein.client.Persistent
org.siebengeisslein.pgui.userlocal.UserScopeData
org.siebengeisslein.pgui.userlocal.ComboBoxUserData
- All Implemented Interfaces:
- Instrumented
public class ComboBoxUserData
- extends UserScopeData
|
Constructor Summary |
ComboBoxUserData(javax.swing.ComboBoxModel model,
boolean enabled)
|
| Methods inherited from class org.siebengeisslein.client.Persistent |
abort, clearUserLocals, clone, commit, disposeTransient, getGroup, getRef, getTransientValue, hashCode, initTransient, isWriteTransaction, joinWriteTransaction, readLock, setGroup, setTransientValue, toPersistent, toRef, writeExternal, writeLock |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ComboBoxUserData
public ComboBoxUserData(javax.swing.ComboBoxModel model,
boolean enabled)
getModel
public javax.swing.ComboBoxModel getModel()
setModel
public void setModel(javax.swing.ComboBoxModel model)
isEnabled
public boolean isEnabled()
setEnabled
public void setEnabled(boolean enabled)