Home
last modified time | relevance | path

Searched refs:componentTree (Results 1 – 2 of 2) sorted by relevance

/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/
H A DChooseComponents.java55 private JTree componentTree; field in ChooseComponents
77 componentTree = new JTree(root); in ChooseComponents()
78 componentTree.setShowsRootHandles(true); in ChooseComponents()
79 componentTree.setRootVisible(false); in ChooseComponents()
80 componentTree.setVisibleRowCount(3); in ChooseComponents()
81 componentTree.setCellRenderer(new TreeNodeRenderer()); in ChooseComponents()
82 componentTree.addMouseListener( this ); in ChooseComponents()
83 componentTree.addKeyListener( this ); in ChooseComponents()
85 componentTree.addTreeSelectionListener(this); in ChooseComponents()
106 add(new JScrollPane(componentTree), BorderLayout.CENTER); in ChooseComponents()
[all …]
H A DChooseUninstallationComponents.java56 private JTree componentTree; field in ChooseUninstallationComponents
78 componentTree = new JTree(root); in ChooseUninstallationComponents()
79 componentTree.setShowsRootHandles(true); in ChooseUninstallationComponents()
80 componentTree.setRootVisible(false); in ChooseUninstallationComponents()
81 componentTree.setVisibleRowCount(3); in ChooseUninstallationComponents()
82 componentTree.setCellRenderer(new TreeNodeRenderer()); in ChooseUninstallationComponents()
83 componentTree.addMouseListener( this ); in ChooseUninstallationComponents()
84 componentTree.addKeyListener( this ); in ChooseUninstallationComponents()
86 componentTree.addTreeSelectionListener(this); in ChooseUninstallationComponents()
108 add(new JScrollPane(componentTree), BorderLayout.CENTER); in ChooseUninstallationComponents()
[all …]

Completed in 22 milliseconds