Uses of Class
com.threerings.editor.swing.EditorPanel.CategoryMode

Packages that use EditorPanel.CategoryMode
com.threerings.editor.swing   
 

Uses of EditorPanel.CategoryMode in com.threerings.editor.swing
 

Methods in com.threerings.editor.swing that return EditorPanel.CategoryMode
static EditorPanel.CategoryMode EditorPanel.CategoryMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EditorPanel.CategoryMode[] EditorPanel.CategoryMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.threerings.editor.swing with parameters of type EditorPanel.CategoryMode
static JDialog EditorPanel.createDialog(Component parent, EditorContext ctx, EditorPanel.CategoryMode catmode, String title, Object object)
          Creates and returns a simple dialog for editing the supplied object.
 

Constructors in com.threerings.editor.swing with parameters of type EditorPanel.CategoryMode
EditorPanel(EditorContext ctx, EditorPanel.CategoryMode catmode)
          Creates an empty editor panel.
EditorPanel(EditorContext ctx, EditorPanel.CategoryMode catmode, Property[] ancestors)
          Creates an empty editor panel.
EditorPanel(EditorContext ctx, EditorPanel.CategoryMode catmode, Property[] ancestors, boolean omitColumns)
          Creates an empty editor panel.
 



Copyright © 2011. All Rights Reserved.