Searched defs:expandButton (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DCategoryPanel.java54 private CategoryButton expandButton; field in class:CategoryPanel
73 expandButton = new CategoryButton(category);
74 expandButton.setSelected(isExpanded());
75 expandButton.addChangeListener(new CollapseListener());
76 add(expandButton, BorderLayout.NORTH);
91 expandButton.setSelected(expanded);
137 if (expandButton != null)
139 expandButton.setForeground(foreground);
154 setExpanded(expandButton.isSelected());
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DCategoryPanel.java53 private CategoryButton expandButton; field in class:CategoryPanel
72 expandButton = new CategoryButton(category);
73 expandButton.setSelected(isExpanded());
74 expandButton.addChangeListener(new CollapseListener());
75 add(expandButton, BorderLayout.NORTH);
90 expandButton.setSelected(expanded);
136 if (expandButton != null)
138 expandButton.setForeground(foreground);
153 setExpanded(expandButton.isSelected());
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DCategoryPanel.java54 private CategoryButton expandButton; field in class:CategoryPanel
73 expandButton = new CategoryButton(category);
74 expandButton.setSelected(isExpanded());
75 expandButton.addChangeListener(new CollapseListener());
76 add(expandButton, BorderLayout.NORTH);
91 expandButton.setSelected(expanded);
137 if (expandButton != null)
139 expandButton.setForeground(foreground);
154 setExpanded(expandButton.isSelected());
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DCategoryPanel.java53 private CategoryButton expandButton; field in class:CategoryPanel
72 expandButton = new CategoryButton(category);
73 expandButton.setSelected(isExpanded());
74 expandButton.addChangeListener(new CollapseListener());
75 add(expandButton, BorderLayout.NORTH);
90 expandButton.setSelected(expanded);
136 if (expandButton != null)
138 expandButton.setForeground(foreground);
153 setExpanded(expandButton.isSelected());
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DCategoryPanel.java54 private CategoryButton expandButton; field in class:CategoryPanel
73 expandButton = new CategoryButton(category);
74 expandButton.setSelected(isExpanded());
75 expandButton.addChangeListener(new CollapseListener());
76 add(expandButton, BorderLayout.NORTH);
91 expandButton.setSelected(expanded);
137 if (expandButton != null)
139 expandButton.setForeground(foreground);
154 setExpanded(expandButton.isSelected());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/components/
H A DCategoryPanel.java54 private CategoryButton expandButton; field in class:CategoryPanel
73 expandButton = new CategoryButton(category);
74 expandButton.setSelected(isExpanded());
75 expandButton.addChangeListener(new CollapseListener());
76 add(expandButton, BorderLayout.NORTH);
91 expandButton.setSelected(expanded);
135 if (expandButton != null)
137 expandButton.setForeground(foreground);
146 setExpanded(expandButton.isSelected());

Completed in 30 milliseconds