| /vpanels/source/usr/src/java/util/org/opensolaris/os/vp/util/swing/ |
| Form.java | 15 * If applicable, add the following below this CDDL HEADER, with the 63 container.add(curRow, c); 72 container.add(curRow, c); 77 public void add(Component c) { method in class:Form 78 curRow.add(c); 81 public void add(Component c, Object constraint) { method in class:Form 82 curRow.add(c, constraint);
|
| SortedListModel.java | 15 * If applicable, add the following below this CDDL HEADER, with the 35 public void add(int index, Object element) { method in class:SortedListModel 62 super.add(i, obj);
|
| HeaderedCollapsiblePane.java | 15 * If applicable, add the following below this CDDL HEADER, with the 59 panel.add(new Spacer(), BorderLayout.NORTH); 60 panel.add(contentPane, BorderLayout.CENTER); 71 add(headerPane, BorderLayout.NORTH); method 72 add(cPane, BorderLayout.CENTER); method
|
| SortedSetComboBoxModel.java | 15 * If applicable, add the following below this CDDL HEADER, with the 86 public int add(T item) { method in class:SortedSetComboBoxModel 90 items.add(index, item);
|
| AnchorPanel.java | 15 * If applicable, add the following below this CDDL HEADER, with the 68 add(comp, constraint); method
|
| /vpanels/source/usr/src/java/vpanels/panels/sharemgr/org/opensolaris/os/vp/panels/sharemgr/server/module/ |
| SharemgrCommon.java | 15 * If applicable, add the following below this CDDL HEADER, with the 40 nfsSecOpts.add(OPTION_NFS_RO); 41 nfsSecOpts.add(OPTION_NFS_RW); 42 nfsSecOpts.add(OPTION_NFS_ROOT); 46 dhSecOpts.add(OPTION_NFS_WINDOW); 49 nfsSecModes.add(new SecurityMode( 51 nfsSecModes.add(new SecurityMode( 53 nfsSecModes.add(new SecurityMode( 55 nfsSecModes.add(new SecurityMode( 57 nfsSecModes.add(new SecurityMode [all...] |
| SharemgrGenerator.java | 15 * If applicable, add the following below this CDDL HEADER, with the 44 result.add(new Sharemgr());
|
| /vpanels/source/usr/src/java/util/org/opensolaris/os/vp/util/misc/event/ |
| PropertyChangeListeners.java | 15 * If applicable, add the following below this CDDL HEADER, with the 89 public void add(String propName, PropertyChangeListener listener) { method in class:PropertyChangeListeners 90 add(listener); 101 propNames.add(index, propName);
|
| /vpanels/source/usr/src/java/util/org/opensolaris/os/vp/util/swing/time/ |
| CenturyTableModel.java | 15 * If applicable, add the following below this CDDL HEADER, with the 82 row[c].add(Calendar.YEAR, 10 * (r * row.length + c) - offset); method 95 cal.add(Calendar.YEAR, 100 * intervals); 107 cal.add(Calendar.YEAR, -offset); 110 cal.add(Calendar.YEAR, 99); 128 cal.add(Calendar.YEAR, -offset); 131 cal.add(Calendar.YEAR, 9);
|
| DecadeTableModel.java | 15 * If applicable, add the following below this CDDL HEADER, with the 80 row[c].add(Calendar.YEAR, r * row.length + c - offset); method 93 cal.add(Calendar.YEAR, 10 * intervals); 105 cal.add(Calendar.YEAR, -offset); 108 cal.add(Calendar.YEAR, 9);
|
| MillenniumTableModel.java | 15 * If applicable, add the following below this CDDL HEADER, with the 86 row[c].add(Calendar.YEAR, 100 * (r * row.length + c) - offset); method 99 cal.add(Calendar.YEAR, 1000 * intervals); 111 cal.add(Calendar.YEAR, -offset); 114 cal.add(Calendar.YEAR, 999); 133 cal.add(Calendar.YEAR, -offset); 136 cal.add(Calendar.YEAR, 99);
|
| YearTableModel.java | 15 * If applicable, add the following below this CDDL HEADER, with the 79 row[c].add(Calendar.MONTH, r * row.length + c - offset); method 92 cal.add(Calendar.YEAR, intervals);
|
| /vpanels/source/usr/src/java/vpanels/server/org/opensolaris/os/vp/server/module/remotefile/ |
| FileGenerator.java | 15 * If applicable, add the following below this CDDL HEADER, with the 50 result.add(new FileBrowser());
|
| /vpanels/source/usr/src/java/util/org/opensolaris/os/vp/util/misc/ |
| AggregatingLoader.java | 15 * If applicable, add the following below this CDDL HEADER, with the 58 jars.add(url);
|
| /vpanels/source/usr/src/java/vpanels/client/org/opensolaris/os/vp/client/swing/ |
| NavBar.java | 15 * If applicable, add the following below this CDDL HEADER, with the 61 add(buttonPanel, r); method 62 add(addrPanel, r.setWeight(1)); method
|
| /vpanels/source/usr/src/java/vpanels/panels/coreadm/org/opensolaris/os/vp/panels/coreadm/client/swing/ |
| CoresPanel.java | 15 * If applicable, add the following below this CDDL HEADER, with the 65 keys.add(new RowSorter.SortKey(0, SortOrder.ASCENDING));
|
| /vpanels/source/usr/src/java/vpanels/panels/mysql/org/opensolaris/os/vp/panels/mysql/server/module/ |
| MysqlGenerator.java | 15 * If applicable, add the following below this CDDL HEADER, with the 43 result.add(new Mysql());
|
| /vpanels/source/usr/src/java/vpanels/panels/sysid/org/opensolaris/os/vp/panels/sysid/server/module/ |
| SysIdGenerator.java | 15 * If applicable, add the following below this CDDL HEADER, with the 44 result.add(new SysId());
|
| /vpanels/source/usr/src/java/vpanels/panels/time/org/opensolaris/os/vp/panels/time/server/module/ |
| TimeGenerator.java | 15 * If applicable, add the following below this CDDL HEADER, with the 41 result.add(new Time());
|
| /vpanels/source/usr/src/java/vpanels/server/org/opensolaris/os/vp/server/common/ |
| DefaultPanelFactory.java | 15 * If applicable, add the following below this CDDL HEADER, with the 64 descriptors.add(new SimpleResourceDescriptor(
|
| /vpanels/source/usr/src/java/vpanels/panels/examples/org/opensolaris/os/vp/panels/example/time2/server/module/ |
| TimeGenerator.java | 15 * If applicable, add the following below this CDDL HEADER, with the 40 result.add(new Time());
|
| /vpanels/source/usr/src/java/util/org/opensolaris/os/vp/util/misc/converter/ |
| ColorStringConverter.java | 15 * If applicable, add the following below this CDDL HEADER, with the 73 list.add(new Integer(groups[1]));
|
| /vpanels/source/usr/src/java/vpanels/panels/idmap/org/opensolaris/os/vp/panels/idmap/server/module/ |
| IdmapGenerator.java | 15 * If applicable, add the following below this CDDL HEADER, with the 41 result.add(new Idmap());
|
| /vpanels/source/usr/src/java/vpanels/panels/smf/org/opensolaris/os/vp/panels/smf/client/swing/ |
| InstanceEditPanel.java | 15 * If applicable, add the following below this CDDL HEADER, with the 70 logs.add(new JLabel("Nothing to see here")); 71 tabs.add(Finder.getString("smf.instance.tab.log"), logs);
|
| /vpanels/source/usr/src/java/vpanels/panels/firewall/org/opensolaris/os/vp/panels/firewall/server/module/ |
| NetworkingGenerator.java | 15 * If applicable, add the following below this CDDL HEADER, with the 41 result.add(new Networking());
|