com.threerings.admin.data
Class EditableConfigObject

java.lang.Object
  extended by com.threerings.presents.dobj.DObject
      extended by com.threerings.admin.data.ConfigObject
          extended by com.threerings.admin.data.EditableConfigObject
All Implemented Interfaces:
com.threerings.io.Streamable

public class EditableConfigObject
extends com.threerings.admin.data.ConfigObject

Extends ConfigObject to handle fields annotated as Editable.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
com.threerings.io.Streamable.Closure
 
Constructor Summary
EditableConfigObject()
           
 
Method Summary
 JPanel getEditor(com.threerings.presents.util.PresentsContext ctx, Field field)
           
 
Methods inherited from class com.threerings.presents.dobj.DObject
acquireLock, addListener, addListener, addSubscriber, addToSet, cancelTransaction, changeAttribute, checkPermissions, checkPermissions, commitTransaction, destroy, getAccessController, getAttribute, getLocal, getLocals, getManager, getOid, getSet, inTransaction, isActive, notifyListeners, notifyProxies, postEvent, postMessage, postMessage, readField__oid, releaseLock, removeFromSet, removeListener, removeSubscriber, setAccessController, setAttribute, setDestroyOnLastSubscriberRemoved, setLocal, setManager, setOid, startTransaction, toString, updateSet, which, writeField__oid
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EditableConfigObject

public EditableConfigObject()
Method Detail

getEditor

public JPanel getEditor(com.threerings.presents.util.PresentsContext ctx,
                        Field field)
Overrides:
getEditor in class com.threerings.admin.data.ConfigObject


Copyright © 2011. All Rights Reserved.