Searched refs:sheet (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DInlineView.java47 StyleSheet sheet = getStyleSheet();
48 attr = sheet.getViewAttributes(this);
94 StyleSheet sheet = getStyleSheet();
95 attr = sheet.getViewAttributes(this);
H A DParagraphView.java88 StyleSheet sheet = getStyleSheet();
89 attr = sheet.getViewAttributes(this);
100 StyleSheet sheet = getStyleSheet();
101 attr = sheet.getViewAttributes(this);
102 painter = sheet.getBoxPainter(attr);
H A DBlockView.java292 StyleSheet sheet = getStyleSheet();
293 attr = sheet.getViewAttributes(this);
403 StyleSheet sheet = getStyleSheet();
404 attr = sheet.getViewAttributes(this);
407 painter = sheet.getBoxPainter(attr);
H A DHRuleView.java56 StyleSheet sheet = ((HTMLDocument)getDocument()).getStyleSheet();
58 attr = sheet.getViewAttributes(this);
H A DTableView.java231 StyleSheet sheet = getStyleSheet();
232 attr = sheet.getViewAttributes(this);
233 painter = sheet.getBoxPainter(attr);
752 StyleSheet sheet = getStyleSheet();
753 attr = sheet.getViewAttributes(this);
1661 StyleSheet sheet = getStyleSheet();
1662 attr = sheet.getViewAttributes(this);
1663 painter = sheet.getBoxPainter(attr);
H A DHTMLWriter.java897 void writeStyles(StyleSheet sheet) throws IOException { argument
898 if (sheet != null) {
899 Enumeration styles = sheet.getStyleNames();
906 writeStyle(name, sheet.getStyle(name), outputStyle)) {
H A DHTMLDocument.java2871 * and to set the name of the default style sheet.
2903 * as the meta tag can be used to specify an alternate style sheet,
3157 StyleSheet sheet = getStyleSheet();
3159 sheet.addCSSAttribute(charAttr, CSS.Attribute.FONT_WEIGHT, "bold");
3161 sheet.addCSSAttribute(charAttr, CSS.Attribute.FONT_STYLE, "italic");
3166 sheet.addCSSAttribute(charAttr, CSS.Attribute.TEXT_DECORATION, value);
3171 sheet.addCSSAttribute(charAttr, CSS.Attribute.TEXT_DECORATION, value);
3176 sheet.addCSSAttribute(charAttr, CSS.Attribute.VERTICAL_ALIGN, value);
3181 sheet.addCSSAttribute(charAttr, CSS.Attribute.VERTICAL_ALIGN, value);
3185 sheet
[all...]
H A DImageView.java263 StyleSheet sheet = getStyleSheet();
264 this.attr = sheet.getViewAttributes(this);
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DMBeansTab.java51 private XSheet sheet; field in class:MBeansTab
73 return sheet;
79 sheet.dispose();
177 // set up the split pane with the MBean tree and MBean sheet panels
199 // set up the MBean sheet panel (right pane)
201 sheet = new XSheet(this);
202 mainSplit.add(sheet, JSplitPane.RIGHT, 0);
234 sheet.dispose();
243 sheet.displayNode(node);
256 if (sheet
[all...]
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMXSLTTransform.java64 private void unmarshalParams(Element sheet) { argument
66 (new javax.xml.crypto.dom.DOMStructure(sheet));
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DParser.java1006 Stylesheet sheet = _xsltc.getStylesheet();
1007 if ((sheet != null) && (sheet.isExtension(uri))) {
1008 if (sheet != (SyntaxTreeNode)_parentStack.peek()) {
H A DStylesheet.java539 final Stylesheet sheet = stable.addStylesheet(_name, this);
540 if (sheet != null) {

Completed in 107 milliseconds