com.threerings.admin.client
Interface DSetEditor.Accessor<F extends DSet.Entry>

All Known Implementing Classes:
DSetEditor.DObjectAccessor
Enclosing class:
DSetEditor<E extends DSet.Entry>

public static interface DSetEditor.Accessor<F extends DSet.Entry>

An interface for a plugin defining how the editor interacts with its underlying data.


Method Summary
 void added()
           
 ObjectEditorTable.FieldInterpreter getInterp(ObjectEditorTable.FieldInterpreter interp)
           
 void removed()
           
 void updateEntry(String setName, DSet.Entry entry)
           
 

Method Detail

added

void added()

removed

void removed()

updateEntry

void updateEntry(String setName,
                 DSet.Entry entry)

getInterp

ObjectEditorTable.FieldInterpreter getInterp(ObjectEditorTable.FieldInterpreter interp)