Searched refs:TreeModel (Results 1 - 16 of 16) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/treetable/
H A DTreeTableModel.java27 import javax.swing.tree.TreeModel;
30 * TreeTableModel is the model used by a JTreeTable. It extends TreeModel
40 public interface TreeTableModel extends TreeModel
H A DJTreeTable.java232 public TreeTableCellRenderer(TreeModel model) {
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A Djavax_swing_JTree.java33 import javax.swing.tree.TreeModel;
55 public static final class MyModel implements TreeModel {
H A DTest4631471.java34 import javax.swing.tree.TreeModel;
109 public static TreeModel getModel() {
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DTreeModel.java33 * <code>TreePath</code>s for indentifying nodes in the <code>TreeModel</code>.
34 * If a <code>TreeModel</code> returns the same object, as compared by
61 public interface TreeModel interface
H A DAbstractLayoutCache.java51 protected TreeModel treeModel;
91 * Sets the <code>TreeModel</code> that will provide the data.
93 * @param newModel the <code>TreeModel</code> that is to
96 public void setModel(TreeModel newModel) {
101 * Returns the <code>TreeModel</code> that is providing the data.
103 * @return the <code>TreeModel</code> that is providing the data
105 public TreeModel getModel() {
111 * the <code>TreeModel</code> is visible.
118 * from the TreeModel is visible.
H A DDefaultTreeModel.java52 public class DefaultTreeModel implements Serializable, TreeModel {
70 * @see TreeModel#isLeaf
198 * @see TreeModel#isLeaf
218 * the TreeModel you're going to need to subclass this and
H A DVariableHeightLayoutCache.java99 * Sets the <code>TreeModel</code> that will provide the data.
101 * @param newModel the <code>TreeModel</code> that is to provide the data
104 * description: The TreeModel that will provide the data.
106 public void setModel(TreeModel newModel) {
113 * the <code>TreeModel</code> is visible.
120 * from the TreeModel is visible.
1413 TreeModel treeModel = getModel();
1477 TreeModel treeModel = getModel();
H A DDefaultTreeCellEditor.java270 TreeModel treeModel = tree.getModel();
H A DFixedHeightLayoutCache.java87 * Sets the TreeModel that will provide the data.
89 * @param newModel the TreeModel that is to provide the data
91 public void setModel(TreeModel newModel) {
98 * the TreeModel is visible.
741 * FHTreeStateNode result in the TreeModel being queried. And it
1192 TreeModel model = getModel();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/tree/
H A DSimpleTreeModel.java37 public class SimpleTreeModel implements TreeModel {
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTree.java55 * <code>TreeModel.isLeaf(node)</code> returning false) that will displays
156 transient protected TreeModel treeModel;
496 * Creates and returns a sample <code>TreeModel</code>.
499 * @return the default <code>TreeModel</code>
501 protected static TreeModel getDefaultTreeModel() {
529 * Returns a <code>TreeModel</code> wrapping the specified object.
539 * the <code>TreeModel</code>
540 * @return a <code>TreeModel</code> wrapping the specified object
542 protected static TreeModel createTreeModel(Object value) {
650 * @param newModel the <code>TreeModel</cod
[all...]
/openjdk7/jdk/src/share/demo/jfc/Notepad/
H A DElementTreePanel.java67 import javax.swing.tree.TreeModel;
235 // Recreate the TreeModel.
282 TreeModel model = getTreeModel();
364 * @return TreeModel implementation used to represent the elements.
377 TreeModel model = getTreeModel();
468 * ElementTreeModel is an implementation of TreeModel to handle displaying
478 * <p>This subclasses DefaultTreeModel. The majority of the TreeModel
/openjdk7/jdk/test/javax/swing/JTree/6263446/
H A Dbug6263446.java146 private static TreeModel createTreeModel() {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthTreeUI.java48 import javax.swing.tree.TreeModel;
321 TreeModel treeModel = tree.getModel();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java140 protected TreeModel treeModel;
399 * Sets the TreeModel.
401 protected void setModel(TreeModel model) {
417 protected TreeModel getModel() {
1297 TreeModel model = getModel();
1447 TreeModel model = getModel();
2629 * Forwards all TreeModel events to the TreeState.
3218 TreeModel model = tree.getModel();
3417 setModel((TreeModel)event.getNewValue());

Completed in 1486 milliseconds