类分层结构
- java.lang.Object
- javax.swing.AbstractCellEditor (implements javax.swing.CellEditor, java.io.Serializable)
- com.fr.design.designer.properties.DelegateEditor (implements javax.swing.table.TableCellEditor)
- com.fr.design.mainframe.widget.editors.PropertyCellEditor (implements java.io.Serializable, javax.swing.table.TableCellEditor)
- com.fr.design.mainframe.widget.editors.AbstractPropertyEditor (implements com.fr.design.mainframe.widget.editors.ExtendedPropertyEditor)
- java.awt.Component (implements java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable)
- java.awt.Container
- javax.swing.JComponent (implements java.io.Serializable)
- com.fr.design.mainframe.widget.editors.ColorTextField (implements com.fr.design.mainframe.widget.editors.ITextComponent)
- com.fr.design.mainframe.widget.editors.DataTableConfigPane (implements com.fr.stable.core.PropertyChangeListener<T>)
- com.fr.design.editor.editor.Editor<T>
- javax.swing.JPanel (implements javax.accessibility.Accessible)
- javax.swing.text.JTextComponent (implements javax.accessibility.Accessible, javax.swing.Scrollable)
- javax.swing.JTextField (implements javax.swing.SwingConstants)
- com.fr.design.mainframe.widget.editors.DecorationEditor
接口分层结构
- com.fr.design.mainframe.widget.editors.ITextComponent
- java.beans.PropertyEditor