Package com.threerings.admin.client

Interface Summary
AdminService Defines the client side of the admin invocation services.
AdminService.ConfigInfoListener Used to communicate a response to a AdminService.getConfigInfo(com.threerings.admin.client.AdminService.ConfigInfoListener) request.
DSetEditor.Accessor<F extends DSet.Entry> An interface for a plugin defining how the editor interacts with its underlying data.
FieldEditor.Accessor The interface defining how the editor interacts with its data.
TabbedDSetEditor.AccessorFactory Defines how DSetEditor data-access plugins should be created.
 

Class Summary
AsStringFieldEditor Used to display and edit a particular distributed object field.
BooleanFieldEditor Provides "editing" of boolean fields.
ConfigEditorPanel Fetches a list of the configuration objects in use by the server and displays their fields in a tree widget to be viewed and edited.
ConfigObjectManager Handles subscribing to admin config objects.
DSetEditor<E extends DSet.Entry> Allows simple editing of DSets within a distributed object.
FieldEditor Used to display and edit a particular distributed object field.
ObjectEditorPanel Used to edit the distributed object fields of a particular configuration object.
PulldownFieldEditor Allows editing of a dobj field using a pulldown.
PulldownFieldEditor.Choice An object that nicely represents a pulldown choice.
TabbedDSetEditor<E extends DSet.Entry> Allows simple editing of DSets within a distributed object and easily groups entries into tabs based on the content of some field.
TabbedDSetEditor.EntryGrouper<E extends DSet.Entry> Used to divide various entires into different groups.
TabbedDSetEditor.FieldGrouper<E extends DSet.Entry>