org.jgraph.graph
Class DefaultGraphCellEditor.DefaultTextField
JTextField
org.jgraph.graph.DefaultGraphCellEditor.DefaultTextField
- DefaultGraphCellEditor
public class DefaultGraphCellEditor.DefaultTextField
extends JTextField
TextField used when no editor is supplied. This textfield locks into
the border it is constructed with. It also prefers its parents
font over its font. And if the renderer is not null and no font
has been specified the preferred height is that of the renderer.
protected Border | border - Border to use.
|
DefaultTextField(Border border) - Constructs a DefaultTreeCellEditor$DefaultTextField object.
|
Border | getBorder() - Overrides
JComponent.getBorder to
returns the current border.
|
Font | getFont()
|
border
protected Border border
Border to use.
DefaultTextField
public DefaultTextField(Border border)
Constructs a DefaultTreeCellEditor$DefaultTextField object.
getBorder
public Border getBorder()
Overrides JComponent.getBorder
to
returns the current border.
getFont
public Font getFont()
Copyright (C) 2001-2006 Gaudenz Alder. All rights reserved.