com.threerings.tudey.tools
Class Selector.Options

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.tudey.tools.Selector.Options
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
Selector

protected static class Selector.Options
extends DeepObject
implements Exportable

Allows us to edit the tool options.


Field Summary
 EditorTool.Filter filter
          The filter that determines which entries to select.
 
Constructor Summary
protected Selector.Options()
           
 
Method Summary
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

filter

@Editable
public EditorTool.Filter filter
The filter that determines which entries to select.

Constructor Detail

Selector.Options

protected Selector.Options()