source: javadoc/genius/core/jtreetable/JTreeTable.html@ 1

Last change on this file since 1 was 1, checked in by Wouter Pasman, 7 years ago

Initial import : Genius 9.0.0

File size: 27.5 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<!-- NewPage -->
3<html lang="en">
4<head>
5<!-- Generated by javadoc (1.8.0_112) on Thu Jun 21 12:05:57 CEST 2018 -->
6<title>JTreeTable (Genius Core Documentation)</title>
7<meta name="date" content="2018-06-21">
8<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
9<script type="text/javascript" src="../../../script.js"></script>
10</head>
11<body>
12<script type="text/javascript"><!--
13 try {
14 if (location.href.indexOf('is-external=true') == -1) {
15 parent.document.title="JTreeTable (Genius Core Documentation)";
16 }
17 }
18 catch(err) {
19 }
20//-->
21var methods = {"i0":10,"i1":10,"i2":10,"i3":10};
22var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
23var altColor = "altColor";
24var rowColor = "rowColor";
25var tableTab = "tableTab";
26var activeTableTab = "activeTableTab";
27</script>
28<noscript>
29<div>JavaScript is disabled on your browser.</div>
30</noscript>
31<!-- ========= START OF TOP NAVBAR ======= -->
32<div class="topNav"><a name="navbar.top">
33<!-- -->
34</a>
35<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
36<a name="navbar.top.firstrow">
37<!-- -->
38</a>
39<ul class="navList" title="Navigation">
40<li><a href="../../../overview-summary.html">Overview</a></li>
41<li><a href="package-summary.html">Package</a></li>
42<li class="navBarCell1Rev">Class</li>
43<li><a href="class-use/JTreeTable.html">Use</a></li>
44<li><a href="package-tree.html">Tree</a></li>
45<li><a href="../../../deprecated-list.html">Deprecated</a></li>
46<li><a href="../../../index-all.html">Index</a></li>
47<li><a href="../../../help-doc.html">Help</a></li>
48</ul>
49</div>
50<div class="subNav">
51<ul class="navList">
52<li><a href="../../../genius/core/jtreetable/AbstractTreeTableModel.html" title="class in genius.core.jtreetable"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
53<li><a href="../../../genius/core/jtreetable/JTreeTable.TreeTableCellEditor.html" title="class in genius.core.jtreetable"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
54</ul>
55<ul class="navList">
56<li><a href="../../../index.html?genius/core/jtreetable/JTreeTable.html" target="_top">Frames</a></li>
57<li><a href="JTreeTable.html" target="_top">No&nbsp;Frames</a></li>
58</ul>
59<ul class="navList" id="allclasses_navbar_top">
60<li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
61</ul>
62<div>
63<script type="text/javascript"><!--
64 allClassesLink = document.getElementById("allclasses_navbar_top");
65 if(window==top) {
66 allClassesLink.style.display = "block";
67 }
68 else {
69 allClassesLink.style.display = "none";
70 }
71 //-->
72</script>
73</div>
74<div>
75<ul class="subNavList">
76<li>Summary:&nbsp;</li>
77<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
78<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
79<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
80<li><a href="#method.summary">Method</a></li>
81</ul>
82<ul class="subNavList">
83<li>Detail:&nbsp;</li>
84<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
85<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
86<li><a href="#method.detail">Method</a></li>
87</ul>
88</div>
89<a name="skip.navbar.top">
90<!-- -->
91</a></div>
92<!-- ========= END OF TOP NAVBAR ========= -->
93<!-- ======== START OF CLASS DATA ======== -->
94<div class="header">
95<div class="subTitle">genius.core.jtreetable</div>
96<h2 title="Class JTreeTable" class="title">Class JTreeTable</h2>
97</div>
98<div class="contentContainer">
99<ul class="inheritance">
100<li>java.lang.Object</li>
101<li>
102<ul class="inheritance">
103<li>java.awt.Component</li>
104<li>
105<ul class="inheritance">
106<li>java.awt.Container</li>
107<li>
108<ul class="inheritance">
109<li>javax.swing.JComponent</li>
110<li>
111<ul class="inheritance">
112<li>javax.swing.JTable</li>
113<li>
114<ul class="inheritance">
115<li>genius.core.jtreetable.JTreeTable</li>
116</ul>
117</li>
118</ul>
119</li>
120</ul>
121</li>
122</ul>
123</li>
124</ul>
125</li>
126</ul>
127<div class="description">
128<ul class="blockList">
129<li class="blockList">
130<dl>
131<dt>All Implemented Interfaces:</dt>
132<dd>java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable, java.util.EventListener, javax.accessibility.Accessible, javax.swing.event.CellEditorListener, javax.swing.event.ListSelectionListener, javax.swing.event.RowSorterListener, javax.swing.event.TableColumnModelListener, javax.swing.event.TableModelListener, javax.swing.Scrollable</dd>
133</dl>
134<hr>
135<br>
136<pre>public class <span class="typeNameLabel">JTreeTable</span>
137extends javax.swing.JTable</pre>
138<div class="block">This example shows how to create a simple JTreeTable component,
139 by using a JTree as a renderer (and editor) for the cells in a
140 particular column in the JTable.</div>
141<dl>
142<dt><span class="simpleTagLabel">Version:</span></dt>
143<dd>1.2 10/27/98</dd>
144<dt><span class="simpleTagLabel">Author:</span></dt>
145<dd>Philip Milne, Scott Violet</dd>
146<dt><span class="seeLabel">See Also:</span></dt>
147<dd><a href="../../../serialized-form.html#genius.core.jtreetable.JTreeTable">Serialized Form</a></dd>
148</dl>
149</li>
150</ul>
151</div>
152<div class="summary">
153<ul class="blockList">
154<li class="blockList">
155<!-- ======== NESTED CLASS SUMMARY ======== -->
156<ul class="blockList">
157<li class="blockList"><a name="nested.class.summary">
158<!-- -->
159</a>
160<h3>Nested Class Summary</h3>
161<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
162<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
163<tr>
164<th class="colFirst" scope="col">Modifier and Type</th>
165<th class="colLast" scope="col">Class and Description</th>
166</tr>
167<tr class="altColor">
168<td class="colFirst"><code>class&nbsp;</code></td>
169<td class="colLast"><code><span class="memberNameLink"><a href="../../../genius/core/jtreetable/JTreeTable.TreeTableCellEditor.html" title="class in genius.core.jtreetable">JTreeTable.TreeTableCellEditor</a></span></code>
170<div class="block">TreeTableCellEditor implementation.</div>
171</td>
172</tr>
173<tr class="rowColor">
174<td class="colFirst"><code>class&nbsp;</code></td>
175<td class="colLast"><code><span class="memberNameLink"><a href="../../../genius/core/jtreetable/JTreeTable.TreeTableCellRenderer.html" title="class in genius.core.jtreetable">JTreeTable.TreeTableCellRenderer</a></span></code>
176<div class="block">A TreeCellRenderer that displays a JTree.</div>
177</td>
178</tr>
179</table>
180<ul class="blockList">
181<li class="blockList"><a name="nested.classes.inherited.from.class.javax.swing.JTable">
182<!-- -->
183</a>
184<h3>Nested classes/interfaces inherited from class&nbsp;javax.swing.JTable</h3>
185<code>javax.swing.JTable.AccessibleJTable, javax.swing.JTable.DropLocation, javax.swing.JTable.PrintMode</code></li>
186</ul>
187<ul class="blockList">
188<li class="blockList"><a name="nested.classes.inherited.from.class.javax.swing.JComponent">
189<!-- -->
190</a>
191<h3>Nested classes/interfaces inherited from class&nbsp;javax.swing.JComponent</h3>
192<code>javax.swing.JComponent.AccessibleJComponent</code></li>
193</ul>
194<ul class="blockList">
195<li class="blockList"><a name="nested.classes.inherited.from.class.java.awt.Container">
196<!-- -->
197</a>
198<h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Container</h3>
199<code>java.awt.Container.AccessibleAWTContainer</code></li>
200</ul>
201<ul class="blockList">
202<li class="blockList"><a name="nested.classes.inherited.from.class.java.awt.Component">
203<!-- -->
204</a>
205<h3>Nested classes/interfaces inherited from class&nbsp;java.awt.Component</h3>
206<code>java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy</code></li>
207</ul>
208</li>
209</ul>
210<!-- =========== FIELD SUMMARY =========== -->
211<ul class="blockList">
212<li class="blockList"><a name="field.summary">
213<!-- -->
214</a>
215<h3>Field Summary</h3>
216<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
217<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
218<tr>
219<th class="colFirst" scope="col">Modifier and Type</th>
220<th class="colLast" scope="col">Field and Description</th>
221</tr>
222<tr class="altColor">
223<td class="colFirst"><code>protected <a href="../../../genius/core/jtreetable/JTreeTable.TreeTableCellRenderer.html" title="class in genius.core.jtreetable">JTreeTable.TreeTableCellRenderer</a></code></td>
224<td class="colLast"><code><span class="memberNameLink"><a href="../../../genius/core/jtreetable/JTreeTable.html#tree">tree</a></span></code>
225<div class="block">A subclass of JTree.</div>
226</td>
227</tr>
228</table>
229<ul class="blockList">
230<li class="blockList"><a name="fields.inherited.from.class.javax.swing.JTable">
231<!-- -->
232</a>
233<h3>Fields inherited from class&nbsp;javax.swing.JTable</h3>
234<code>AUTO_RESIZE_ALL_COLUMNS, AUTO_RESIZE_LAST_COLUMN, AUTO_RESIZE_NEXT_COLUMN, AUTO_RESIZE_OFF, AUTO_RESIZE_SUBSEQUENT_COLUMNS, autoCreateColumnsFromModel, autoResizeMode, cellEditor, cellSelectionEnabled, columnModel, dataModel, defaultEditorsByColumnClass, defaultRenderersByColumnClass, editingColumn, editingRow, editorComp, gridColor, preferredViewportSize, rowHeight, rowMargin, rowSelectionAllowed, selectionBackground, selectionForeground, selectionModel, showHorizontalLines, showVerticalLines, tableHeader</code></li>
235</ul>
236<ul class="blockList">
237<li class="blockList"><a name="fields.inherited.from.class.javax.swing.JComponent">
238<!-- -->
239</a>
240<h3>Fields inherited from class&nbsp;javax.swing.JComponent</h3>
241<code>listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW</code></li>
242</ul>
243<ul class="blockList">
244<li class="blockList"><a name="fields.inherited.from.class.java.awt.Component">
245<!-- -->
246</a>
247<h3>Fields inherited from class&nbsp;java.awt.Component</h3>
248<code>accessibleContext, BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT</code></li>
249</ul>
250<ul class="blockList">
251<li class="blockList"><a name="fields.inherited.from.class.java.awt.image.ImageObserver">
252<!-- -->
253</a>
254<h3>Fields inherited from interface&nbsp;java.awt.image.ImageObserver</h3>
255<code>ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH</code></li>
256</ul>
257</li>
258</ul>
259<!-- ======== CONSTRUCTOR SUMMARY ======== -->
260<ul class="blockList">
261<li class="blockList"><a name="constructor.summary">
262<!-- -->
263</a>
264<h3>Constructor Summary</h3>
265<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
266<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
267<tr>
268<th class="colOne" scope="col">Constructor and Description</th>
269</tr>
270<tr class="altColor">
271<td class="colOne"><code><span class="memberNameLink"><a href="../../../genius/core/jtreetable/JTreeTable.html#JTreeTable-genius.core.jtreetable.TreeTableModel-">JTreeTable</a></span>(<a href="../../../genius/core/jtreetable/TreeTableModel.html" title="interface in genius.core.jtreetable">TreeTableModel</a>&nbsp;treeTableModel)</code>&nbsp;</td>
272</tr>
273</table>
274</li>
275</ul>
276<!-- ========== METHOD SUMMARY =========== -->
277<ul class="blockList">
278<li class="blockList"><a name="method.summary">
279<!-- -->
280</a>
281<h3>Method Summary</h3>
282<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
283<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
284<tr>
285<th class="colFirst" scope="col">Modifier and Type</th>
286<th class="colLast" scope="col">Method and Description</th>
287</tr>
288<tr id="i0" class="altColor">
289<td class="colFirst"><code>int</code></td>
290<td class="colLast"><code><span class="memberNameLink"><a href="../../../genius/core/jtreetable/JTreeTable.html#getEditingRow--">getEditingRow</a></span>()</code>&nbsp;</td>
291</tr>
292<tr id="i1" class="rowColor">
293<td class="colFirst"><code>javax.swing.JTree</code></td>
294<td class="colLast"><code><span class="memberNameLink"><a href="../../../genius/core/jtreetable/JTreeTable.html#getTree--">getTree</a></span>()</code>
295<div class="block">Returns the tree that is being shared between the model.</div>
296</td>
297</tr>
298<tr id="i2" class="altColor">
299<td class="colFirst"><code>void</code></td>
300<td class="colLast"><code><span class="memberNameLink"><a href="../../../genius/core/jtreetable/JTreeTable.html#setRowHeight-int-">setRowHeight</a></span>(int&nbsp;rowHeight)</code>
301<div class="block">Overridden to pass the new rowHeight to the tree.</div>
302</td>
303</tr>
304<tr id="i3" class="rowColor">
305<td class="colFirst"><code>void</code></td>
306<td class="colLast"><code><span class="memberNameLink"><a href="../../../genius/core/jtreetable/JTreeTable.html#updateUI--">updateUI</a></span>()</code>
307<div class="block">Overridden to message super and forward the method to the tree.</div>
308</td>
309</tr>
310</table>
311<ul class="blockList">
312<li class="blockList"><a name="methods.inherited.from.class.javax.swing.JTable">
313<!-- -->
314</a>
315<h3>Methods inherited from class&nbsp;javax.swing.JTable</h3>
316<code>addColumn, addColumnSelectionInterval, addNotify, addRowSelectionInterval, changeSelection, clearSelection, columnAdded, columnAtPoint, columnMarginChanged, columnMoved, columnRemoved, columnSelectionChanged, configureEnclosingScrollPane, convertColumnIndexToModel, convertColumnIndexToView, convertRowIndexToModel, convertRowIndexToView, createDefaultColumnModel, createDefaultColumnsFromModel, createDefaultDataModel, createDefaultEditors, createDefaultRenderers, createDefaultSelectionModel, createDefaultTableHeader, createScrollPaneForTable, doLayout, editCellAt, editCellAt, editingCanceled, editingStopped, getAccessibleContext, getAutoCreateColumnsFromModel, getAutoCreateRowSorter, getAutoResizeMode, getCellEditor, getCellEditor, getCellRect, getCellRenderer, getCellSelectionEnabled, getColumn, getColumnClass, getColumnCount, getColumnModel, getColumnName, getColumnSelectionAllowed, getDefaultEditor, getDefaultRenderer, getDragEnabled, getDropLocation, getDropMode, getEditingColumn, getEditorComponent, getFillsViewportHeight, getGridColor, getIntercellSpacing, getModel, getPreferredScrollableViewportSize, getPrintable, getRowCount, getRowHeight, getRowHeight, getRowMargin, getRowSelectionAllowed, getRowSorter, getScrollableBlockIncrement, getScrollableTracksViewportHeight, getScrollableTracksViewportWidth, getScrollableUnitIncrement, getSelectedColumn, getSelectedColumnCount, getSelectedColumns, getSelectedRow, getSelectedRowCount, getSelectedRows, getSelectionBackground, getSelectionForeground, getSelectionModel, getShowHorizontalLines, getShowVerticalLines, getSurrendersFocusOnKeystroke, getTableHeader, getToolTipText, getUI, getUIClassID, getUpdateSelectionOnSort, getValueAt, initializeLocalVars, isCellEditable, isCellSelected, isColumnSelected, isEditing, isRowSelected, moveColumn, paramString, prepareEditor, prepareRenderer, print, print, print, print, print, processKeyBinding, removeColumn, removeColumnSelectionInterval, removeEditor, removeNotify, removeRowSelectionInterval, resizeAndRepaint, rowAtPoint, selectAll, setAutoCreateColumnsFromModel, setAutoCreateRowSorter, setAutoResizeMode, setCellEditor, setCellSelectionEnabled, setColumnModel, setColumnSelectionAllowed, setColumnSelectionInterval, setDefaultEditor, setDefaultRenderer, setDragEnabled, setDropMode, setEditingColumn, setEditingRow, setFillsViewportHeight, setGridColor, setIntercellSpacing, setModel, setPreferredScrollableViewportSize, setRowHeight, setRowMargin, setRowSelectionAllowed, setRowSelectionInterval, setRowSorter, setSelectionBackground, setSelectionForeground, setSelectionMode, setSelectionModel, setShowGrid, setShowHorizontalLines, setShowVerticalLines, setSurrendersFocusOnKeystroke, setTableHeader, setUI, setUpdateSelectionOnSort, setValueAt, sizeColumnsToFit, sizeColumnsToFit, sorterChanged, tableChanged, unconfigureEnclosingScrollPane, valueChanged</code></li>
317</ul>
318<ul class="blockList">
319<li class="blockList"><a name="methods.inherited.from.class.javax.swing.JComponent">
320<!-- -->
321</a>
322<h3>Methods inherited from class&nbsp;javax.swing.JComponent</h3>
323<code>addAncestorListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, hide, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingOrigin, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintComponent, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update</code></li>
324</ul>
325<ul class="blockList">
326<li class="blockList"><a name="methods.inherited.from.class.java.awt.Container">
327<!-- -->
328</a>
329<h3>Methods inherited from class&nbsp;java.awt.Container</h3>
330<code>add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusDownCycle, validate, validateTree</code></li>
331</ul>
332<ul class="blockList">
333<li class="blockList"><a name="methods.inherited.from.class.java.awt.Component">
334<!-- -->
335</a>
336<h3>Methods inherited from class&nbsp;java.awt.Component</h3>
337<code>action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle</code></li>
338</ul>
339<ul class="blockList">
340<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
341<!-- -->
342</a>
343<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
344<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
345</ul>
346</li>
347</ul>
348</li>
349</ul>
350</div>
351<div class="details">
352<ul class="blockList">
353<li class="blockList">
354<!-- ============ FIELD DETAIL =========== -->
355<ul class="blockList">
356<li class="blockList"><a name="field.detail">
357<!-- -->
358</a>
359<h3>Field Detail</h3>
360<a name="tree">
361<!-- -->
362</a>
363<ul class="blockListLast">
364<li class="blockList">
365<h4>tree</h4>
366<pre>protected&nbsp;<a href="../../../genius/core/jtreetable/JTreeTable.TreeTableCellRenderer.html" title="class in genius.core.jtreetable">JTreeTable.TreeTableCellRenderer</a> tree</pre>
367<div class="block">A subclass of JTree.</div>
368</li>
369</ul>
370</li>
371</ul>
372<!-- ========= CONSTRUCTOR DETAIL ======== -->
373<ul class="blockList">
374<li class="blockList"><a name="constructor.detail">
375<!-- -->
376</a>
377<h3>Constructor Detail</h3>
378<a name="JTreeTable-genius.core.jtreetable.TreeTableModel-">
379<!-- -->
380</a>
381<ul class="blockListLast">
382<li class="blockList">
383<h4>JTreeTable</h4>
384<pre>public&nbsp;JTreeTable(<a href="../../../genius/core/jtreetable/TreeTableModel.html" title="interface in genius.core.jtreetable">TreeTableModel</a>&nbsp;treeTableModel)</pre>
385</li>
386</ul>
387</li>
388</ul>
389<!-- ============ METHOD DETAIL ========== -->
390<ul class="blockList">
391<li class="blockList"><a name="method.detail">
392<!-- -->
393</a>
394<h3>Method Detail</h3>
395<a name="updateUI--">
396<!-- -->
397</a>
398<ul class="blockList">
399<li class="blockList">
400<h4>updateUI</h4>
401<pre>public&nbsp;void&nbsp;updateUI()</pre>
402<div class="block">Overridden to message super and forward the method to the tree.
403 Since the tree is not actually in the component hieachy it will
404 never receive this unless we forward it in this manner.</div>
405<dl>
406<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
407<dd><code>updateUI</code>&nbsp;in class&nbsp;<code>javax.swing.JTable</code></dd>
408</dl>
409</li>
410</ul>
411<a name="getEditingRow--">
412<!-- -->
413</a>
414<ul class="blockList">
415<li class="blockList">
416<h4>getEditingRow</h4>
417<pre>public&nbsp;int&nbsp;getEditingRow()</pre>
418<dl>
419<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
420<dd><code>getEditingRow</code>&nbsp;in class&nbsp;<code>javax.swing.JTable</code></dd>
421</dl>
422</li>
423</ul>
424<a name="setRowHeight-int-">
425<!-- -->
426</a>
427<ul class="blockList">
428<li class="blockList">
429<h4>setRowHeight</h4>
430<pre>public&nbsp;void&nbsp;setRowHeight(int&nbsp;rowHeight)</pre>
431<div class="block">Overridden to pass the new rowHeight to the tree.</div>
432<dl>
433<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
434<dd><code>setRowHeight</code>&nbsp;in class&nbsp;<code>javax.swing.JTable</code></dd>
435</dl>
436</li>
437</ul>
438<a name="getTree--">
439<!-- -->
440</a>
441<ul class="blockListLast">
442<li class="blockList">
443<h4>getTree</h4>
444<pre>public&nbsp;javax.swing.JTree&nbsp;getTree()</pre>
445<div class="block">Returns the tree that is being shared between the model.</div>
446</li>
447</ul>
448</li>
449</ul>
450</li>
451</ul>
452</div>
453</div>
454<!-- ========= END OF CLASS DATA ========= -->
455<!-- ======= START OF BOTTOM NAVBAR ====== -->
456<div class="bottomNav"><a name="navbar.bottom">
457<!-- -->
458</a>
459<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
460<a name="navbar.bottom.firstrow">
461<!-- -->
462</a>
463<ul class="navList" title="Navigation">
464<li><a href="../../../overview-summary.html">Overview</a></li>
465<li><a href="package-summary.html">Package</a></li>
466<li class="navBarCell1Rev">Class</li>
467<li><a href="class-use/JTreeTable.html">Use</a></li>
468<li><a href="package-tree.html">Tree</a></li>
469<li><a href="../../../deprecated-list.html">Deprecated</a></li>
470<li><a href="../../../index-all.html">Index</a></li>
471<li><a href="../../../help-doc.html">Help</a></li>
472</ul>
473</div>
474<div class="subNav">
475<ul class="navList">
476<li><a href="../../../genius/core/jtreetable/AbstractTreeTableModel.html" title="class in genius.core.jtreetable"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
477<li><a href="../../../genius/core/jtreetable/JTreeTable.TreeTableCellEditor.html" title="class in genius.core.jtreetable"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
478</ul>
479<ul class="navList">
480<li><a href="../../../index.html?genius/core/jtreetable/JTreeTable.html" target="_top">Frames</a></li>
481<li><a href="JTreeTable.html" target="_top">No&nbsp;Frames</a></li>
482</ul>
483<ul class="navList" id="allclasses_navbar_bottom">
484<li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
485</ul>
486<div>
487<script type="text/javascript"><!--
488 allClassesLink = document.getElementById("allclasses_navbar_bottom");
489 if(window==top) {
490 allClassesLink.style.display = "block";
491 }
492 else {
493 allClassesLink.style.display = "none";
494 }
495 //-->
496</script>
497</div>
498<div>
499<ul class="subNavList">
500<li>Summary:&nbsp;</li>
501<li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
502<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
503<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
504<li><a href="#method.summary">Method</a></li>
505</ul>
506<ul class="subNavList">
507<li>Detail:&nbsp;</li>
508<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
509<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
510<li><a href="#method.detail">Method</a></li>
511</ul>
512</div>
513<a name="skip.navbar.bottom">
514<!-- -->
515</a></div>
516<!-- ======== END OF BOTTOM NAVBAR ======= -->
517</body>
518</html>
Note: See TracBrowser for help on using the repository browser.