org.jgraph.graph
Class DefaultRealEditor
DefaultCellEditororg.jgraph.graph.DefaultRealEditor
- CellEditor, GraphCellEditor
public class DefaultRealEditor
extends DefaultCellEditor
The default editor for graph cells.
DefaultRealEditor(JCheckBox checkBox)- Constructs a DefaultCellEditor object that uses a check box.
|
DefaultRealEditor(JComboBox comboBox)- Constructs a DefaultCellEditor object that uses a combo box.
|
DefaultRealEditor(JTextField textField)- Constructs a DefaultCellEditor that uses a text field.
|
DefaultRealEditor
public DefaultRealEditor(JCheckBox checkBox)
Constructs a DefaultCellEditor object that uses a check box.
checkBox - a JCheckBox object
DefaultRealEditor
public DefaultRealEditor(JComboBox comboBox)
Constructs a DefaultCellEditor object that uses a combo box.
comboBox - a JComboBox object
DefaultRealEditor
public DefaultRealEditor(JTextField textField)
Constructs a DefaultCellEditor that uses a text field.
textField - a JTextField object used as the editor
Copyright (C) 2001-2008 Gaudenz Alder. All rights reserved.