/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/swing/ |
H A D | SettingsButtonBar.java | 15 * If applicable, add the following below this CDDL HEADER, with the 130 buttons.add(quitButton); 134 buttons.add(helpButton); 138 buttons.add(applyButton); 142 buttons.add(backButton); 146 buttons.add(forwardButton); 150 buttons.add(cancelButton); 154 buttons.add(resetButton); 158 buttons.add(okayButton); 162 buttons.add(closeButto [all...] |
H A D | Form.java | 15 * If applicable, add the following below this CDDL HEADER, with the 62 container.add(curRow, c); 71 container.add(curRow, c); 76 public void add(Component c) { method in class:Form 77 curRow.add(c); 80 public void add(Component c, Object constraint) { method in class:Form 81 curRow.add(c, constraint);
|
H A D | HeaderedCollapsiblePane.java | 15 * If applicable, add the following below this CDDL HEADER, with the 58 panel.add(new Spacer(), BorderLayout.NORTH); 59 panel.add(contentPane, BorderLayout.CENTER); 70 add(headerPane, BorderLayout.NORTH); 71 add(cPane, BorderLayout.CENTER);
|
H A D | ScrollComponentAnimation.java | 15 * If applicable, add the following below this CDDL HEADER, with the 148 view.add(beforeLabel, BorderLayout.NORTH); 149 view.add(afterLabel, BorderLayout.SOUTH); 153 view.add(beforeLabel, BorderLayout.SOUTH); 154 view.add(afterLabel, BorderLayout.NORTH); 158 view.add(beforeLabel, BorderLayout.WEST); 159 view.add(afterLabel, BorderLayout.EAST); 163 view.add(beforeLabel, BorderLayout.EAST); 164 view.add(afterLabel, BorderLayout.WEST);
|
H A D | SortedListModel.java | 15 * If applicable, add the following below this CDDL HEADER, with the 34 public void add(int index, Object element) { method in class:SortedListModel 61 super.add(i, obj);
|
H A D | HyperlinkPanel.java | 15 * If applicable, add the following below this CDDL HEADER, with the 74 components.add(comp); 81 components.add(comp); 104 add(comp);
|
H A D | ValidatingListSelectionModel.java | 15 * If applicable, add the following below this CDDL HEADER, with the 105 selection.add(first); 111 selection.add(null); 114 selection.add(last);
|
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/swing/smf/ |
H A D | ComponentList.java | 15 * If applicable, add the following below this CDDL HEADER, with the 60 "service.settings.menu.add")); 75 list.add(index + 1); 95 menu.add(addItem); 96 menu.add(removeItem); 130 "service.settings.menu.add")); 136 add(0); 141 menu.add(addItem); 182 public ComponentListItem add(Component comp) { method in class:ComponentList 183 return add(com 187 public ComponentListItem add(Component comp, int index) { method in class:ComponentList 199 public void add() { method in class:ComponentList 204 public void add(int index) { method in class:ComponentList [all...] |
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/swing/time/ |
H A D | TimeModelUpdater.java | 15 * If applicable, add the following below this CDDL HEADER, with the 51 add(clocks); 90 public void add(TimeModel... clocks) { method in class:TimeModelUpdater 93 this.clocks.add(clock);
|
H A D | CenturyTableModel.java | 15 * If applicable, add the following below this CDDL HEADER, with the 81 row[c].add(Calendar.YEAR, 10 * (r * row.length + c) - offset); 94 cal.add(Calendar.YEAR, 100 * intervals); 106 cal.add(Calendar.YEAR, -offset); 109 cal.add(Calendar.YEAR, 99); 127 cal.add(Calendar.YEAR, -offset); 130 cal.add(Calendar.YEAR, 9);
|
H A D | MillenniumTableModel.java | 15 * If applicable, add the following below this CDDL HEADER, with the 85 row[c].add(Calendar.YEAR, 100 * (r * row.length + c) - offset); 98 cal.add(Calendar.YEAR, 1000 * intervals); 110 cal.add(Calendar.YEAR, -offset); 113 cal.add(Calendar.YEAR, 999); 132 cal.add(Calendar.YEAR, -offset); 135 cal.add(Calendar.YEAR, 99);
|
/solaris-userland-s11u3/components/visual-panels/apache/src/java/vpanels/app/apache/com/oracle/solaris/vp/panels/apache/client/swing/ |
H A D | VirtualHostGeneralPanel.java | 15 * If applicable, add the following below this CDDL HEADER, with the 201 domainPanel.add(domainField, BorderLayout.CENTER); 202 domainPanel.add(domainChange, BorderLayout.EAST); 211 fileChoosers.add(chooser); 221 docRootPanel.add(docRootField, BorderLayout.CENTER); 222 docRootPanel.add(docRootChange, BorderLayout.EAST); 246 fileChoosers.add(customFilePanel.getFileChooser()); 279 form.add(enableCheckBox, r); 280 form.add(enableChange, r); 281 form.add(portChang [all...] |
H A D | MimeTypePanel.java | 15 * If applicable, add the following below this CDDL HEADER, with the 139 form.add(typeLabel, a); 140 form.add(typeField, a); 141 form.add(typeChange, a); 143 form.add(subtypeLabel, a); 144 form.add(subtypeField, a); 145 form.add(subtypeChange, a); 147 form.add(extensionsLabel, a); 148 form.add(extensionsField, a); 149 form.add(extensionsChang [all...] |
H A D | VirtualHostSSLPanel.java | 15 * If applicable, add the following below this CDDL HEADER, with the 164 fileChoosers.add(certPanel.getFileChooser()); 176 fileChoosers.add(keyPanel.getFileChooser()); 202 form.add(enabledCheckBox, r); 203 form.add(enabledChange, r); 206 form.add(iPLabel, a); 207 form.add(getRow(hGap, iPField, iPChange), a); 208 form.add(portLabel, a); 209 form.add(getRow(hGap, portSpinner, portChange), a); 210 form.add(certLabe [all...] |
H A D | ModulePanel.java | 15 * If applicable, add the following below this CDDL HEADER, with the 127 filePanel.add(fileField, BorderLayout.CENTER); 128 filePanel.add(fileChange, BorderLayout.EAST); 142 form.add(nameLabel, a); 143 form.add(nameField, a); 144 form.add(nameChange, a); 146 form.add(fileLabel, a); 147 form.add(filePanel, a); 148 form.add(fileChange, a);
|
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/swing/view/ |
H A D | SimplePopupMenu.java | 15 * If applicable, add the following below this CDDL HEADER, with the 50 add(action);
|
H A D | ScrollingTransitionHandler.java | 15 * If applicable, add the following below this CDDL HEADER, with the 72 view.add(beforeLabel, BorderLayout.NORTH); 73 view.add(afterLabel, BorderLayout.SOUTH); 77 view.add(beforeLabel, BorderLayout.SOUTH); 78 view.add(afterLabel, BorderLayout.NORTH); 82 view.add(beforeLabel, BorderLayout.WEST); 83 view.add(afterLabel, BorderLayout.EAST); 87 view.add(beforeLabel, BorderLayout.EAST); 88 view.add(afterLabel, BorderLayout.WEST); 97 label.add(viewpor [all...] |
H A D | PanelFrame.java | 15 * If applicable, add the following below this CDDL HEADER, with the 72 top.add(header, BorderLayout.NORTH); 77 top.add(navBar, BorderLayout.CENTER); 86 panel.add(top, BorderLayout.NORTH); 89 panel.add(mainPanel, BorderLayout.CENTER); 99 contentPane.add(panel, BorderLayout.CENTER); 163 row.add(statusLabel, r); 164 row.add(statusTextLabel, r); 165 row.add(authPanel, r.setWeight(1).setHorizontalAnchor(
|
H A D | FilterField.java | 15 * If applicable, add the following below this CDDL HEADER, with the 72 add(label); 73 add(createHorizontalStrut(GUIUtil.getHalfGap())); 74 add(field_);
|
/solaris-userland-s11u3/components/visual-panels/coreadm/src/java/vpanels/app/coreadm/com/oracle/solaris/vp/panels/coreadm/client/swing/ |
H A D | CoreAdmOptionsPanel.java | 15 * If applicable, add the following below this CDDL HEADER, with the 116 pathPanel.add(pathScroll, r); 117 pathPanel.add(pathCombo, r.setWeight(0)); 175 form.add(enabledChange, a); 176 form.add(new Spacer(), a); 177 form.add(enabledCheckBox, a); 179 form.add(pathChange, a); 180 form.add(pathLabel, a); 181 form.add(pathPanel, a); 183 form.add(ne [all...] |
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/cli/ |
H A D | CommandUtil.java | 15 * If applicable, add the following below this CDDL HEADER, with the 41 messages.add(usage.getCommand()); 45 messages.add(t.getMessage());
|
/solaris-userland-s11u3/components/visual-panels/time/src/java/vpanels/app/time/com/oracle/solaris/vp/panels/time/client/swing/ |
H A D | TimePanel.java | 15 * If applicable, add the following below this CDDL HEADER, with the 88 datePanel.add(dateLabel, r); 89 datePanel.add(dateSpinner, r); 108 timePanel.add(timeLabel, r); 109 timePanel.add(timeSpinner, r); 127 form.add(datePanel, anchor); 128 form.add(timePanel, anchor); 130 form.add(calendar, anchor.setVerticalAnchor(VerticalAnchor.TOP)); 131 form.add(clock, anchor);
|
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/common/api/auth/ |
H A D | AuthorizationHint.java | 15 * If applicable, add the following below this CDDL HEADER, with the 52 authorizations_.add(auth);
|
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/event/ |
H A D | PropertyChangeListeners.java | 15 * If applicable, add the following below this CDDL HEADER, with the 88 public void add(String propName, PropertyChangeListener listener) { method in class:PropertyChangeListeners 89 add(listener); 100 propNames.add(index, propName);
|
/solaris-userland-s11u3/components/visual-panels/usermgr/src/java/vpanels/app/usermgr/com/oracle/solaris/vp/panels/usermgr/client/swing/ |
H A D | DoubleTrees.java | 15 * If applicable, add the following below this CDDL HEADER, with the 90 panel.add(srcLabel); 101 panel.add(srcScroll); 141 buttonPanel.add(addItem, buttonConstraints); 142 buttonPanel.add(spacer1, buttonConstraints); 143 buttonPanel.add(delItem, buttonConstraints); 144 buttonPanel.add(spacer2, buttonConstraints); 145 buttonPanel.add(addAllItem, buttonConstraints); 146 buttonPanel.add(spacer3, buttonConstraints); 147 buttonPanel.add(delAllIte [all...] |