Searched defs:content (Results 1 - 3 of 3) sorted by relevance

/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/swing/
H A DSettingsPanel.java60 * // Remove the spacing between the help and content panes
274 * Gets the content pane for this {@code SettingsPanel}. The content pane
357 public void setContent(Component content) { argument
358 setContent(content, true, false);
361 public void setContent(Component content, boolean center, boolean scroll) { argument
364 if (content != null) {
373 centered.add(content, c);
374 content = centered;
378 ExtScrollPane scrollPane = new ExtScrollPane(content);
[all...]
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/swing/view/
H A DObjectsPanel.java155 private JPanel content; field in class:ObjectsPanel
221 content = new JPanel(new ColumnLayout(VerticalAnchor.FILL));
222 content.setOpaque(false);
223 content.add(toolBar, c);
224 content.add(viewPane, c.setWeight(1));
229 add(content, BorderLayout.CENTER);
260 return content.getBorder() != null;
285 content.setBorder(!showContentBorder ? null :
/solaris-userland-s11u3/components/visual-panels/coreadm/src/java/vpanels/app/coreadm/com/oracle/solaris/vp/panels/coreadm/client/swing/
H A DCoreConfig.java41 * Core file content types, enumerated.
65 * Returns the natural language name of the content type.
67 * @return the natural language name of the content type.
82 * The default set of content types.
109 /* Needed for content and pattern */
113 * Converts a literal content type into an EnumSet containing
119 * content type literal
173 * Converts a list of content types in string form into a EnumSet
176 * @param lit the list of content types in string form
177 * @return an EnumSet containing the content type
211 ScopeConfig(EnumSet<ContentType> content, String pattern, boolean enabled, boolean setid) argument
331 setContent(Set<ContentType> content) argument
[all...]

Completed in 20 milliseconds