invokesStopCellEditing,,,,"Determines what happens when editing is interrupted, selecting another node in the tree, a change in the tree's data, or some other means.",boolean,getInvokesStopCellEditing,setInvokesStopCellEditing,true,,
cellEditor,,,,"The cell editor. A null value implies the tree cannot be edited.",com.sun.java.swing.tree.TreeCellEditor,getCellEditor,setCellEditor,true,,
cellRenderer,,,,"The TreeCellRenderer that will be used to draw each cell.",com.sun.java.swing.tree.TreeCellRenderer,getCellRenderer,setCellRenderer,true,,
requestFocusEnabled,,true,,"Whether the component can obtain the focus by calling requestFocus.",boolean,isRequestFocusEnabled,setRequestFocusEnabled,true,,
managingFocus,,,,,boolean,isManagingFocus,,true,,
width,,,,,int,getWidth,,true,,
height,,,,,int,getHeight,,true,,
maximumSize,,,,"The maximum size of the component.",java.awt.Dimension,getMaximumSize,setMaximumSize,true,,
alignmentY,,,,"The preferred vertical alignment of the component",float,getAlignmentY,setAlignmentY,true,,
nextFocusableComponent,,true,,"The next component to get focus after this one.",java.awt.Component,getNextFocusableComponent,setNextFocusableComponent,true,,
alignmentX,,,,"The preferred horizontal alignment of the component",float,getAlignmentX,setAlignmentX,true,,