GraphLab Project

Uses of Interface
graphlab.ui.components.gpropertyeditor.GBasicCellEditor

Packages that use GBasicCellEditor
graphlab.plugins.main.core.actions   
graphlab.plugins.main.ui   
graphlab.ui   
graphlab.ui.components.gpropertyeditor   
graphlab.ui.components.gpropertyeditor.editors   
graphlab.ui.components.gpropertyeditor.editors.inplace   
 

Uses of GBasicCellEditor in graphlab.plugins.main.core.actions
 

Classes in graphlab.plugins.main.core.actions that implement GBasicCellEditor
 class GMergedColorEditor
          author: Azin Azadi Email:
 

Uses of GBasicCellEditor in graphlab.plugins.main.ui
 

Classes in graphlab.plugins.main.ui that implement GBasicCellEditor
 class ArrowEditor
           
 class GShapeEditor
          User: root
 class GStrokeEditor
           
 

Uses of GBasicCellEditor in graphlab.ui
 

Methods in graphlab.ui that return GBasicCellEditor
 GBasicCellEditor AttributeSetView.getEditor(java.lang.String name)
           
static GBasicCellEditor UIUtils.getEditorFor(java.lang.Object value)
           
 

Methods in graphlab.ui with parameters of type GBasicCellEditor
static void UIUtils.registerEditor(java.lang.Class clazz, GBasicCellEditor editor)
           
 void AttributeSetView.setEditor(java.lang.String name, GBasicCellEditor editor)
           
 

Uses of GBasicCellEditor in graphlab.ui.components.gpropertyeditor
 

Fields in graphlab.ui.components.gpropertyeditor with type parameters of type GBasicCellEditor
protected static java.util.HashMap<java.lang.Class,GBasicCellEditor> GCellEditor.knownEditors
           
 

Methods in graphlab.ui.components.gpropertyeditor that return GBasicCellEditor
static GBasicCellEditor GCellEditor.getEditorFor(java.lang.Object value)
          gets an editor for the given object, the editor should be registered before,...
 

Methods in graphlab.ui.components.gpropertyeditor that return types with arguments of type GBasicCellEditor
static java.util.Map<java.lang.Class,GBasicCellEditor> GCellEditor.getKnownEditors()
           
 

Methods in graphlab.ui.components.gpropertyeditor with parameters of type GBasicCellEditor
static void GCellEditor.registerEditor(java.lang.Class clazz, GBasicCellEditor editor)
           
 

Uses of GBasicCellEditor in graphlab.ui.components.gpropertyeditor.editors
 

Classes in graphlab.ui.components.gpropertyeditor.editors that implement GBasicCellEditor
 class GColorEditor
          author: Azin Azadi Email:
 class GDialogEditor<t>
          User: root
 class GFileEditor
           
 class GFontEditor
          User: root
 class GHashMapEditor
           
 class GStringEditor
           
 

Uses of GBasicCellEditor in graphlab.ui.components.gpropertyeditor.editors.inplace
 

Classes in graphlab.ui.components.gpropertyeditor.editors.inplace that implement GBasicCellEditor
 class ArrayXEditor
           
 class BoundedIntegerEditor
           
 class GBooleanEditor
          User: root
 class GComboEditor
          User: root
 class GDimensionEditor
           
 class GSimpleComboEditor
          a simple combo editor, with specific values
 


GraphLab Project