Serialized Form
|
Package com.threerings.admin.client |
_value
JTextField _value
_value
JCheckBox _value
_ctx
PresentsContext _ctx
- Our client context.
_oeditors
JTabbedPane _oeditors
- Holds our object editors.
_defaultPane
String _defaultPane
- Our default tab pane.
_setName
String _setName
- The name of the set in that object.
_entryFilter
Predicate<T> _entryFilter
- An optional predicate to decide whether actually care about displaying a given entry.
_accessor
DSetEditor.Accessor<F extends DSet.Entry> _accessor
- Provides access to our data we're editing.
_table
ObjectEditorTable _table
- The table used to edit.
_keys
ComparableArrayList<T extends Comparable<? super T>> _keys
- An array we use to track our entries' positions by key.
_entryClass
Class<T> _entryClass
_editableFields
String[] _editableFields
_interp
ObjectEditorTable.FieldInterpreter _interp
_displayFields
String[] _displayFields
_ctx
PresentsContext _ctx
_field
Field _field
_accessor
FieldEditor.Accessor _accessor
_label
JLabel _label
_ctx
PresentsContext _ctx
_key
String _key
_safesub
SafeSubscriber<T extends DObject> _safesub
_object
ConfigObject _object
_value
JComboBox _value
- Holds the value we're editing.
_setter
DObject _setter
_setName
String _setName
_entryClass
Class<T> _entryClass
_editableFields
String[] _editableFields
_interp
ObjectEditorTable.FieldInterpreter _interp
_grouper
TabbedDSetEditor.EntryGrouper<E extends DSet.Entry> _grouper
_accessorFactory
TabbedDSetEditor.AccessorFactory _accessorFactory
_tabs
JTabbedPane _tabs
_editors
HashMap<K,V> _editors
|
Package com.threerings.admin.server.persist |
node
String node
object
String object
field
String field
value
String value
|
Package com.threerings.admin.web.server |
_confReg
ConfigRegistry _confReg
_omgr
RootDObjectManager _omgr
|
Package com.threerings.crowd.chat.client |
_obs
ObserverList<T> _obs
- A list of
HistoryList.Observers interested in history changes.
_historyUpdatedOp
HistoryList.HistoryUpdatedOp _historyUpdatedOp
- An operation used to notify observers of history updates.
|
Package com.threerings.crowd.client |
_controller
PlaceController _controller
- A reference to the controller with which we interoperate.
|
Package com.threerings.nio.conman |
conn
Connection conn
- The connection for which we're managing overflow.
_partial
ByteBuffer _partial
- The remains of a message that was only partially written on its first attempt.
_msgs
int _msgs
- A couple of counters.
_partials
int _partials
- A couple of counters.
|
Package com.threerings.presents.client |
_stillInProgress
boolean _stillInProgress
|
Package com.threerings.presents.dobj |
|
Package com.threerings.presents.peer.server.persist |
nodeName
String nodeName
- The unique name assigned to this node.
hostName
String hostName
- The DNS name used to connect to this node by other peers.
publicHostName
String publicHostName
- The DNS name used to connect to this node by normal clients.
region
String region
- The region in which the node exists. Nodes in different regions must connect through the
public host name.
port
int port
- The port on which to connect to this node.
lastUpdated
Timestamp lastUpdated
- The last time this node has reported in.
shutdown
boolean shutdown
- Whether or not this node is explicitly shut down.
|
Package com.threerings.presents.server |
|
Package com.threerings.presents.util |
_result
Object _result
- The result to return from get()
_exception
Throwable _exception
- The exception to throw from get()
|
Package com.threerings.util |
_msg
String _msg
readObject
public void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Reads our custom streamable fields.
- Throws:
IOException
ClassNotFoundException
writeObject
public void writeObject(ObjectOutputStream out)
throws IOException
- Writes our custom streamable fields.
- Throws:
IOException
readObject
public void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Reads our custom streamable fields.
- Throws:
IOException
ClassNotFoundException
writeObject
public void writeObject(ObjectOutputStream out)
throws IOException
- Writes our custom streamable fields.
- Throws:
IOException
readObject
public void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Reads our custom streamable fields.
- Throws:
IOException
ClassNotFoundException
writeObject
public void writeObject(ObjectOutputStream out)
throws IOException
- Writes our custom streamable fields.
- Throws:
IOException
readObject
public void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Reads our custom streamable fields.
- Throws:
IOException
ClassNotFoundException
writeObject
public void writeObject(ObjectOutputStream out)
throws IOException
- Writes our custom streamable fields.
- Throws:
IOException
readObject
public void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Reads our custom streamable fields.
- Throws:
IOException
ClassNotFoundException
writeObject
public void writeObject(ObjectOutputStream out)
throws IOException
- Writes our custom streamable fields.
- Throws:
IOException
readObject
public void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Reads our custom streamable fields.
- Throws:
IOException
ClassNotFoundException
writeObject
public void writeObject(ObjectOutputStream out)
throws IOException
- Writes our custom streamable fields.
- Throws:
IOException
|
Package com.threerings.web.gwt |
_message
String _message