bugged stringlengths 6 599k | fixed stringlengths 6 40.8M | __index_level_0__ int64 0 3.24M |
|---|---|---|
public Object getProperty (String id) throws SAXNotRecognizedException, SAXNotSupportedException { return ae2.getProperty (id); } | public Object getProperty(String id) throws SAXNotRecognizedException, SAXNotSupportedException { return ae2.getProperty (id); } | 18,732 |
public Object getProperty (String id) throws SAXNotRecognizedException, SAXNotSupportedException { return ae2.getProperty (id); } | public Object getProperty (String id) throws SAXNotRecognizedException, SAXNotSupportedException { return ae2.getProperty (id); } | 18,733 |
public XMLReader getXMLReader () throws SAXException { return ae2; } | public XMLReader getXMLReader () throws SAXException { return ae2; } | 18,734 |
public boolean isNamespaceAware () { try { return ae2.getFeature (SAXDriver.FEATURE + "namespaces"); } catch (Exception e) { throw new Error (); } } | public boolean isNamespaceAware () { try { return ae2.getFeature (SAXDriver.FEATURE + "namespaces"); } catch (Exception e) { throw new Error (); } } | 18,735 |
public boolean isNamespaceAware () { try { return ae2.getFeature (SAXDriver.FEATURE + "namespaces"); } catch (Exception e) { throw new Error (); } } | public boolean isNamespaceAware () { try { return ae2.getFeature (SAXDriver.FEATURE + "namespaces"); } catch (Exception e) { throw new Error (); } } | 18,736 |
public boolean isValidating () { try { return ae2.getFeature (SAXDriver.FEATURE + "validation"); } catch (Exception e) { throw new Error (); } } | public boolean isValidating () { try { return ae2.getFeature (SAXDriver.FEATURE + "validation"); } catch (Exception e) { throw new Error (); } } | 18,737 |
public boolean isValidating () { try { return ae2.getFeature (SAXDriver.FEATURE + "validation"); } catch (Exception e) { throw new Error (); } } | public boolean isValidating () { try { return ae2.getFeature (SAXDriver.FEATURE + "validation"); } catch (Exception e) { throw new Error (); } } | 18,738 |
public void setProperty (String id, Object value) throws SAXNotRecognizedException, SAXNotSupportedException { ae2.setProperty (id, value); } | public void setProperty(String id, Object value) throws SAXNotRecognizedException, SAXNotSupportedException { ae2.setProperty (id, value); } | 18,739 |
public void setProperty (String id, Object value) throws SAXNotRecognizedException, SAXNotSupportedException { ae2.setProperty (id, value); } | public void setProperty (String id, Object value) throws SAXNotRecognizedException, SAXNotSupportedException { ae2.setProperty (id, value); } | 18,740 |
public JAXPFactory () { } | public JAXPFactory () { } | 18,741 |
public boolean getFeature (String name) throws ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException { Boolean value = (Boolean) flags.get (name); if (value != null) return value.booleanValue (); else try { return new JaxpParser ().getXMLReader ().getFeature (name); ... | public boolean getFeature (String name) throws ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException { Boolean value = (Boolean) flags.get (name); if (value != null) return value.booleanValue (); else try { return new JaxpParser ().getXMLReader ().getFeature (name); ... | 18,742 |
public boolean getFeature (String name) throws ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException { Boolean value = (Boolean) flags.get (name); if (value != null) return value.booleanValue (); else try { return new JaxpParser ().getXMLReader ().getFeature (name); ... | public boolean getFeature (String name) throws ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException { Boolean value = (Boolean) flags.get (name); if (value != null) return value.booleanValue (); else try { return new JaxpParser ().getXMLReader ().getFeature (name); ... | 18,743 |
public boolean getFeature (String name) throws ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException { Boolean value = (Boolean) flags.get (name); if (value != null) return value.booleanValue (); else try { return new JaxpParser ().getXMLReader ().getFeature (name); ... | public boolean getFeature (String name) throws ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException { Boolean value = (Boolean) flags.get (name); if (value != null) return value.booleanValue (); else try { return new JaxpParser ().getXMLReader ().getFeature (name); ... | 18,744 |
public boolean getFeature (String name) throws ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException { Boolean value = (Boolean) flags.get (name); if (value != null) return value.booleanValue (); else try { return new JaxpParser ().getXMLReader ().getFeature (name); ... | public boolean getFeature (String name) throws ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException { Boolean value = (Boolean) flags.get (name); if (value != null) return value.booleanValue (); else try { return new JaxpParser ().getXMLReader ().getFeature (name); ... | 18,745 |
public boolean getFeature (String name) throws ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException { Boolean value = (Boolean) flags.get (name); if (value != null) return value.booleanValue (); else try { return new JaxpParser ().getXMLReader ().getFeature (name); ... | public boolean getFeature (String name) throws ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException { Boolean value = (Boolean) flags.get (name); if (value != null) return value.booleanValue (); else try { return new JaxpParser ().getXMLReader ().getFeature (name); ... | 18,746 |
public SAXParser newSAXParser () throws ParserConfigurationException, SAXException { JaxpParser jaxp = new JaxpParser (); Enumeration e = flags.keys (); XMLReader parser = jaxp.getXMLReader (); parser.setFeature ( SAXDriver.FEATURE + "namespaces", isNamespaceAware ()); parser.setFeature ( SAXDriver.FEATURE... | public SAXParser newSAXParser() throws ParserConfigurationException, SAXException { JaxpParser jaxp = new JaxpParser (); Enumeration e = flags.keys (); XMLReader parser = jaxp.getXMLReader (); parser.setFeature ( SAXDriver.FEATURE + "namespaces", isNamespaceAware ()); parser.setFeature ( SAXDriver.FEATURE ... | 18,747 |
public SAXParser newSAXParser () throws ParserConfigurationException, SAXException { JaxpParser jaxp = new JaxpParser (); Enumeration e = flags.keys (); XMLReader parser = jaxp.getXMLReader (); parser.setFeature ( SAXDriver.FEATURE + "namespaces", isNamespaceAware ()); parser.setFeature ( SAXDriver.FEATURE... | public SAXParser newSAXParser () throws ParserConfigurationException, SAXException { JaxpParser jaxp = new JaxpParser (); Enumeration e = flags.keys (); XMLReader parser = jaxp.getXMLReader (); parser.setFeature ( SAXDriver.FEATURE + "namespaces", isNamespaceAware ()); parser.setFeature ( SAXDriver.FEATURE... | 18,748 |
public SAXParser newSAXParser () throws ParserConfigurationException, SAXException { JaxpParser jaxp = new JaxpParser (); Enumeration e = flags.keys (); XMLReader parser = jaxp.getXMLReader (); parser.setFeature ( SAXDriver.FEATURE + "namespaces", isNamespaceAware ()); parser.setFeature ( SAXDriver.FEATURE... | public SAXParser newSAXParser () throws ParserConfigurationException, SAXException { JaxpParser jaxp = new JaxpParser (); Enumeration e = flags.keys (); XMLReader parser = jaxp.getXMLReader (); parser.setFeature ( SAXDriver.FEATURE + "namespaces", isNamespaceAware ()); parser.setFeature ( SAXDriver.FEATURE... | 18,749 |
public SAXParser newSAXParser () throws ParserConfigurationException, SAXException { JaxpParser jaxp = new JaxpParser (); Enumeration e = flags.keys (); XMLReader parser = jaxp.getXMLReader (); parser.setFeature ( SAXDriver.FEATURE + "namespaces", isNamespaceAware ()); parser.setFeature ( SAXDriver.FEATURE... | public SAXParser newSAXParser () throws ParserConfigurationException, SAXException { JaxpParser jaxp = new JaxpParser (); Enumeration e = flags.keys (); XMLReader parser = jaxp.getXMLReader (); parser.setFeature ( SAXDriver.FEATURE + "namespaces", isNamespaceAware ()); parser.setFeature ( SAXDriver.FEATURE... | 18,750 |
public void setFeature (String name, boolean value) throws ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException { try { // force "early" detection of errors where possible // (flags can't necessarily be set before parsing) new JaxpParser ().getXMLReader ().setFeature ... | public void setFeature (String name, boolean value) throws ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException { try { // force "early" detection of errors where possible // (flags can't necessarily be set before parsing) new JaxpParser ().getXMLReader ().setFeature ... | 18,751 |
public void setFeature (String name, boolean value) throws ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException { try { // force "early" detection of errors where possible // (flags can't necessarily be set before parsing) new JaxpParser ().getXMLReader ().setFeature ... | public void setFeature (String name, boolean value) throws ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException { try { // force "early" detection of errors where possible // (flags can't necessarily be set before parsing) new JaxpParser ().getXMLReader ().setFeature ... | 18,752 |
public void setFeature (String name, boolean value) throws ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException { try { // force "early" detection of errors where possible // (flags can't necessarily be set before parsing) new JaxpParser ().getXMLReader ().setFeature ... | public void setFeature (String name, boolean value) throws ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException { try { // force "early" detection of errors where possible // (flags can't necessarily be set before parsing) new JaxpParser ().getXMLReader ().setFeature ... | 18,753 |
public void setFeature (String name, boolean value) throws ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException { try { // force "early" detection of errors where possible // (flags can't necessarily be set before parsing) new JaxpParser ().getXMLReader ().setFeature ... | public void setFeature (String name, boolean value) throws ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException { try { // force "early" detection of errors where possible // (flags can't necessarily be set before parsing) new JaxpParser ().getXMLReader ().setFeature ... | 18,754 |
public void setFeature (String name, boolean value) throws ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException { try { // force "early" detection of errors where possible // (flags can't necessarily be set before parsing) new JaxpParser ().getXMLReader ().setFeature ... | public void setFeature (String name, boolean value) throws ParserConfigurationException, SAXNotRecognizedException, SAXNotSupportedException { try { // force "early" detection of errors where possible // (flags can't necessarily be set before parsing) new JaxpParser ().getXMLReader ().setFeature ... | 18,755 |
public XmlReader () { } | public XmlReader () { } | 18,756 |
public XMLReaderAdapter (XMLReader xmlReader) { setup(xmlReader); } | public XMLReaderAdapter () throws SAXException { setup(xmlReader); } | 18,757 |
public XMLReaderAdapter (XMLReader xmlReader) { setup(xmlReader); } | public XMLReaderAdapter (XMLReader xmlReader) { setup(XMLReaderFactory.createXMLReader()); } | 18,758 |
public Object getProperty (String propertyId) throws SAXNotRecognizedException { if ((SAXDriver.PROPERTY + "declaration-handler") .equals (propertyId) || (SAXDriver.PROPERTY + "lexical-handler") .equals (propertyId)) return filter.getProperty (propertyId); throw new SAXNotRecognizedException (propert... | public Object getProperty(String propertyId) throws SAXNotRecognizedException { if ((SAXDriver.PROPERTY + "declaration-handler") .equals (propertyId) || (SAXDriver.PROPERTY + "lexical-handler") .equals (propertyId)) return filter.getProperty (propertyId); throw new SAXNotRecognizedException (property... | 18,759 |
public Object getProperty (String propertyId) throws SAXNotRecognizedException { if ((SAXDriver.PROPERTY + "declaration-handler") .equals (propertyId) || (SAXDriver.PROPERTY + "lexical-handler") .equals (propertyId)) return filter.getProperty (propertyId); throw new SAXNotRecognizedException (propert... | public Object getProperty (String propertyId) throws SAXNotRecognizedException { if ((SAXDriver.PROPERTY + "declaration-handler") .equals (propertyId) || (SAXDriver.PROPERTY + "lexical-handler") .equals (propertyId)) return filter.getProperty (propertyId); throw new SAXNotRecognizedException (propert... | 18,760 |
public boolean getFeature (String featureId) throws SAXNotRecognizedException, SAXNotSupportedException { if ((SAXDriver.FEATURE + "validation").equals (featureId)) return isValidating; return aelfred2.getFeature (featureId); } | public boolean getFeature(String featureId) throws SAXNotRecognizedException, SAXNotSupportedException { if ((SAXDriver.FEATURE + "validation").equals (featureId)) return isValidating; return aelfred2.getFeature (featureId); } | 18,761 |
public boolean getFeature (String featureId) throws SAXNotRecognizedException, SAXNotSupportedException { if ((SAXDriver.FEATURE + "validation").equals (featureId)) return isValidating; return aelfred2.getFeature (featureId); } | public boolean getFeature (String featureId) throws SAXNotRecognizedException, SAXNotSupportedException { if ((SAXDriver.FEATURE + "validation").equals (featureId)) return isValidating; return aelfred2.getFeature (featureId); } | 18,762 |
public boolean getFeature (String featureId) throws SAXNotRecognizedException, SAXNotSupportedException { if ((SAXDriver.FEATURE + "validation").equals (featureId)) return isValidating; return aelfred2.getFeature (featureId); } | public boolean getFeature (String featureId) throws SAXNotRecognizedException, SAXNotSupportedException { if ((SAXDriver.FEATURE + "validation").equals (featureId)) return isValidating; return aelfred2.getFeature(featureId); } | 18,763 |
public void setProperty (String propertyId, Object value) throws SAXNotRecognizedException, SAXNotSupportedException { if (active) throw new IllegalStateException ("already parsing"); if (getProperty (propertyId) != value) filter.setProperty (propertyId, value); } | public void setProperty(String propertyId, Object value) throws SAXNotRecognizedException, SAXNotSupportedException { if (active) throw new IllegalStateException ("already parsing"); if (getProperty (propertyId) != value) filter.setProperty (propertyId, value); } | 18,764 |
public void setProperty (String propertyId, Object value) throws SAXNotRecognizedException, SAXNotSupportedException { if (active) throw new IllegalStateException ("already parsing"); if (getProperty (propertyId) != value) filter.setProperty (propertyId, value); } | public void setProperty (String propertyId, Object value) throws SAXNotRecognizedException, SAXNotSupportedException { if (active) throw new IllegalStateException ("already parsing"); if (getProperty (propertyId) != value) filter.setProperty (propertyId, value); } | 18,765 |
public void cancelEditing(JTree tree) { // FIXME: not implemented } | public void cancelEditing(JTree tree) { // FIXME: not implemented } | 18,766 |
public static ComponentUI createUI(JComponent c) { return new BasicTreeUI(); } | public static ComponentUI createUI(JComponent c) { return new BasicTreeUI(); } | 18,767 |
public TreePath getClosestPathForLocation(JTree tree, int x, int y) { return null; // FIXME: not implemented } | public TreePath getClosestPathForLocation(JTree tree, int x, int y) { return null; // FIXME: not implemented } | 18,768 |
public TreePath getEditingPath(JTree tree) { return null; // FIXME: not implemented } | public TreePath getEditingPath(JTree tree) { return null; // FIXME: not implemented } | 18,769 |
public Rectangle getPathBounds(JTree tree, TreePath path) { return null; // FIXME: not implemented } | public Rectangle getPathBounds(JTree tree, TreePath path) { return null; // FIXME: not implemented } | 18,770 |
public TreePath getPathForRow(JTree tree, int row) { return null; // FIXME: not implemented } | public TreePath getPathForRow(JTree tree, int row) { return null; // FIXME: not implemented } | 18,771 |
public Dimension getPreferredSize(JComponent c) { return new Dimension(200,200); } | public Dimension getPreferredSize(JComponent c) { return new Dimension(200,200); } | 18,772 |
public int getRowCount(JTree tree) { return 0; // FIXME: not implemented } | public int getRowCount(JTree tree) { return 0; // FIXME: not implemented } | 18,773 |
public int getRowForPath(JTree tree, TreePath path) { return -1; // FIXME: not implemented } | public int getRowForPath(JTree tree, TreePath path) { return -1; // FIXME: not implemented } | 18,774 |
protected void installDefaults(JTree tree) { UIDefaults defaults = UIManager.getLookAndFeelDefaults(); tree.setFont(defaults.getFont("Tree.font")); tree.setForeground(defaults.getColor("Tree.foreground")); tree.setBackground(defaults.getColor("Tree.background")); tree.setOpaque(true); hashColor = ... | protected void installDefaults(JTree tree) { UIDefaults defaults = UIManager.getLookAndFeelDefaults(); tree.setFont(defaults.getFont("Tree.font")); tree.setForeground(defaults.getColor("Tree.foreground")); tree.setBackground(defaults.getColor("Tree.background")); tree.setOpaque(true); hashColor = ... | 18,775 |
protected void installDefaults(JTree tree) { UIDefaults defaults = UIManager.getLookAndFeelDefaults(); tree.setFont(defaults.getFont("Tree.font")); tree.setForeground(defaults.getColor("Tree.foreground")); tree.setBackground(defaults.getColor("Tree.background")); tree.setOpaque(true); hashColor = ... | protected void installDefaults(JTree tree) { UIDefaults defaults = UIManager.getLookAndFeelDefaults(); tree.setFont(defaults.getFont("Tree.font")); tree.setForeground(defaults.getColor("Tree.foreground")); tree.setBackground(defaults.getColor("Tree.background")); tree.setOpaque(true); hashColor = ... | 18,776 |
protected void installDefaults(JTree tree) { UIDefaults defaults = UIManager.getLookAndFeelDefaults(); tree.setFont(defaults.getFont("Tree.font")); tree.setForeground(defaults.getColor("Tree.foreground")); tree.setBackground(defaults.getColor("Tree.background")); tree.setOpaque(true); hashColor = ... | protected void installDefaults(JTree tree) { UIDefaults defaults = UIManager.getLookAndFeelDefaults(); tree.setFont(defaults.getFont("Tree.font")); tree.setForeground(defaults.getColor("Tree.foreground")); tree.setBackground(defaults.getColor("Tree.background")); tree.setOpaque(true); hashColor = ... | 18,777 |
protected void installKeyboardActions() { } | protected void installKeyboardActions() { } | 18,778 |
protected void installListeners() { } | protected void installListeners() { } | 18,779 |
public void installUI(JComponent c) { installDefaults((JTree) c); } | public void installUI(JComponent c) { installDefaults((JTree) c); } | 18,780 |
public boolean isEditing(JTree tree) { return false; // FIXME: not implemented } | public boolean isEditing(JTree tree) { return false; // FIXME: not implemented } | 18,781 |
public void paint(Graphics g, JComponent c) { JTree tree = (JTree) c; TreeModel mod = tree.getModel(); g.translate(10, 10); paintRecursive(g, 0, 0, 0, 0, tree, mod, mod.getRoot()); g.translate(-10, -10); } | public void paint(Graphics g, JComponent c) { JTree tree = (JTree) c; TreeModel mod = tree.getModel(); g.translate(10, 10); paintRecursive(g, 0, 0, 0, 0, tree, mod, mod.getRoot()); g.translate(-10, -10); } | 18,782 |
protected void paintLeaf(Graphics g, int x, int y, JTree tree, Object leaf) { Component c = tree.getCellRenderer().getTreeCellRendererComponent(tree, leaf, false, // selected... | private void paintLeaf(Graphics g, int x, int y, JTree tree, Object leaf) { TreePath tp = new TreePath(((DefaultMutableTreeNode) leaf).getPath()); boolean selected = tree.isPathSelected(tp); if (selected) { Component comp = tree.getCellRenderer() .getTreeCellRendererComponent(tree, leaf, true, false, true, 0, false)... | 18,783 |
protected void paintLeaf(Graphics g, int x, int y, JTree tree, Object leaf) { Component c = tree.getCellRenderer().getTreeCellRendererComponent(tree, leaf, false, // selected... | protected void paintLeaf(Graphics g, int x, int y, JTree tree, Object leaf) { Component c = tree.getCellRenderer().getTreeCellRendererComponent(tree, leaf, false, // selected... | 18,784 |
protected void paintNonLeaf(Graphics g, int x, int y, JTree tree, Object nonLeaf) { Component c = tree.getCellRenderer().getTreeCellRendererComponent(tree, nonLeaf, false, //... | private void paintNonLeaf(Graphics g, int x, int y, JTree tree, Object nonLeaf) { TreePath tp = new TreePath(((DefaultMutableTreeNode) nonLeaf).getPath()); boolean selected = tree.isPathSelected(tp); if (selected) { Component comp = tree.getCellRenderer() .getTreeCellRendererComponent(tree, nonLeaf, true, false, tru... | 18,786 |
protected void paintNonLeaf(Graphics g, int x, int y, JTree tree, Object nonLeaf) { Component c = tree.getCellRenderer().getTreeCellRendererComponent(tree, nonLeaf, false, //... | protected void paintNonLeaf(Graphics g, int x, int y, JTree tree, Object nonLeaf) { Component c = tree.getCellRenderer().getTreeCellRendererComponent(tree, nonLeaf, false, //... | 18,787 |
protected int paintRecursive(Graphics g, int indentation, int descent, int childNumber, int depth, JTree tree, TreeModel mod, ... | protected int paintRecursive(Graphics g, int indentation, int descent, int childNumber, int depth, JTree tree, TreeModel mod, ... | 18,789 |
protected int paintRecursive(Graphics g, int indentation, int descent, int childNumber, int depth, JTree tree, TreeModel mod, ... | protected int paintRecursive(Graphics g, int indentation, int descent, int childNumber, int depth, JTree tree, TreeModel mod, ... | 18,790 |
protected int paintRecursive(Graphics g, int indentation, int descent, int childNumber, int depth, JTree tree, TreeModel mod, ... | protected int paintRecursive(Graphics g, int indentation, int descent, int childNumber, int depth, JTree tree, TreeModel mod, ... | 18,791 |
protected int paintRecursive(Graphics g, int indentation, int descent, int childNumber, int depth, JTree tree, TreeModel mod, ... | protected int paintRecursive(Graphics g, int indentation, int descent, int childNumber, int depth, JTree tree, TreeModel mod, ... | 18,792 |
protected int paintRecursive(Graphics g, int indentation, int descent, int childNumber, int depth, JTree tree, TreeModel mod, ... | protected int paintRecursive(Graphics g, int indentation, int descent, int childNumber, int depth, JTree tree, TreeModel mod, ... | 18,793 |
protected int paintRecursive(Graphics g, int indentation, int descent, int childNumber, int depth, JTree tree, TreeModel mod, ... | protected int paintRecursive(Graphics g, int indentation, int descent, int childNumber, int depth, JTree tree, TreeModel mod, ... | 18,794 |
protected int paintRecursive(Graphics g, int indentation, int descent, int childNumber, int depth, JTree tree, TreeModel mod, ... | protected int paintRecursive(Graphics g, int indentation, int descent, int childNumber, int depth, JTree tree, TreeModel mod, ... | 18,795 |
protected int paintRecursive(Graphics g, int indentation, int descent, int childNumber, int depth, JTree tree, TreeModel mod, ... | protected int paintRecursive(Graphics g, int indentation, int descent, int childNumber, int depth, JTree tree, TreeModel mod, ... | 18,796 |
public void startEditingAtPath(JTree tree, TreePath path) { // FIXME: not implemented } | public void startEditingAtPath(JTree tree, TreePath path) { // FIXME: not implemented } | 18,797 |
public boolean stopEditing(JTree tree) { return true; // FIXME: not implemented } | public boolean stopEditing(JTree tree) { return true; // FIXME: not implemented } | 18,798 |
protected void uninstallDefaults(JTree tree) { tree.setFont(null); tree.setForeground(null); tree.setBackground(null); tree.setCellRenderer(null); } | protected void uninstallDefaults(JTree tree) { tree.setFont(null); tree.setForeground(null); tree.setBackground(null); tree.setCellRenderer(null); } | 18,799 |
public void uninstallUI(JComponent c) { uninstallDefaults((JTree) c); } | public void uninstallUI(JComponent c) { uninstallDefaults((JTree) c); } | 18,800 |
DOMSource resolveDOM(Source source, String base, String href) throws TransformerException { if (source != null && source instanceof DOMSource) { return (DOMSource) source; } String systemId = (source == null) ? null : source.getSystemId(); long lastModified = 0L, lastLastModified = 0L; ... | DOMSource resolveDOM(Source source, String base, String href) throws TransformerException { if (source != null && source instanceof DOMSource) { return (DOMSource) source; } String systemId = (source == null) ? null : source.getSystemId(); long lastModified = 0L, lastLastModified = 0L; ... | 18,801 |
protected void initComponentDefaults(UIDefaults defaults) { Object[] uiDefaults; Color highLight = new Color(249, 247, 246); Color light = new Color(239, 235, 231); Color shadow = new Color(139, 136, 134); Color darkShadow = new Color(16, 16, 16); uiDefaults = new Object[] { "AbstractU... | protected void initComponentDefaults(UIDefaults defaults) { Object[] uiDefaults; Color highLight = new Color(249, 247, 246); Color light = new Color(239, 235, 231); Color shadow = new Color(139, 136, 134); Color darkShadow = new Color(16, 16, 16); uiDefaults = new Object[] { "AbstractU... | 18,804 |
protected void initComponentDefaults(UIDefaults defaults) { Object[] uiDefaults; Color highLight = new Color(249, 247, 246); Color light = new Color(239, 235, 231); Color shadow = new Color(139, 136, 134); Color darkShadow = new Color(16, 16, 16); uiDefaults = new Object[] { "AbstractU... | protected void initComponentDefaults(UIDefaults defaults) { Object[] uiDefaults; Color highLight = new Color(249, 247, 246); Color light = new Color(239, 235, 231); Color shadow = new Color(139, 136, 134); Color darkShadow = new Color(16, 16, 16); uiDefaults = new Object[] { "AbstractU... | 18,805 |
protected void initComponentDefaults(UIDefaults defaults) { Object[] uiDefaults; Color highLight = new Color(249, 247, 246); Color light = new Color(239, 235, 231); Color shadow = new Color(139, 136, 134); Color darkShadow = new Color(16, 16, 16); uiDefaults = new Object[] { "AbstractU... | protected void initComponentDefaults(UIDefaults defaults) { Object[] uiDefaults; Color highLight = new Color(249, 247, 246); Color light = new Color(239, 235, 231); Color shadow = new Color(139, 136, 134); Color darkShadow = new Color(16, 16, 16); uiDefaults = new Object[] { "AbstractU... | 18,806 |
protected void initComponentDefaults(UIDefaults defaults) { Object[] uiDefaults; Color highLight = new Color(249, 247, 246); Color light = new Color(239, 235, 231); Color shadow = new Color(139, 136, 134); Color darkShadow = new Color(16, 16, 16); uiDefaults = new Object[] { "AbstractU... | protected void initComponentDefaults(UIDefaults defaults) { Object[] uiDefaults; Color highLight = new Color(249, 247, 246); Color light = new Color(239, 235, 231); Color shadow = new Color(139, 136, 134); Color darkShadow = new Color(16, 16, 16); uiDefaults = new Object[] { "AbstractU... | 18,807 |
protected void initComponentDefaults(UIDefaults defaults) { Object[] uiDefaults; Color highLight = new Color(249, 247, 246); Color light = new Color(239, 235, 231); Color shadow = new Color(139, 136, 134); Color darkShadow = new Color(16, 16, 16); uiDefaults = new Object[] { "AbstractU... | protected void initComponentDefaults(UIDefaults defaults) { Object[] uiDefaults; Color highLight = new Color(249, 247, 246); Color light = new Color(239, 235, 231); Color shadow = new Color(139, 136, 134); Color darkShadow = new Color(16, 16, 16); uiDefaults = new Object[] { "AbstractU... | 18,808 |
protected void initComponentDefaults(UIDefaults defaults) { Object[] uiDefaults; Color highLight = new Color(249, 247, 246); Color light = new Color(239, 235, 231); Color shadow = new Color(139, 136, 134); Color darkShadow = new Color(16, 16, 16); uiDefaults = new Object[] { "AbstractU... | protected void initComponentDefaults(UIDefaults defaults) { Object[] uiDefaults; Color highLight = new Color(249, 247, 246); Color light = new Color(239, 235, 231); Color shadow = new Color(139, 136, 134); Color darkShadow = new Color(16, 16, 16); uiDefaults = new Object[] { "AbstractU... | 18,809 |
protected void initComponentDefaults(UIDefaults defaults) { Object[] uiDefaults; Color highLight = new Color(249, 247, 246); Color light = new Color(239, 235, 231); Color shadow = new Color(139, 136, 134); Color darkShadow = new Color(16, 16, 16); uiDefaults = new Object[] { "AbstractU... | protected void initComponentDefaults(UIDefaults defaults) { Object[] uiDefaults; Color highLight = new Color(249, 247, 246); Color light = new Color(239, 235, 231); Color shadow = new Color(139, 136, 134); Color darkShadow = new Color(16, 16, 16); uiDefaults = new Object[] { "AbstractU... | 18,810 |
protected void initComponentDefaults(UIDefaults defaults) { Object[] uiDefaults; Color highLight = new Color(249, 247, 246); Color light = new Color(239, 235, 231); Color shadow = new Color(139, 136, 134); Color darkShadow = new Color(16, 16, 16); uiDefaults = new Object[] { "AbstractU... | protected void initComponentDefaults(UIDefaults defaults) { Object[] uiDefaults; Color highLight = new Color(249, 247, 246); Color light = new Color(239, 235, 231); Color shadow = new Color(139, 136, 134); Color darkShadow = new Color(16, 16, 16); uiDefaults = new Object[] { "AbstractU... | 18,811 |
protected void initComponentDefaults(UIDefaults defaults) { Object[] uiDefaults; Color highLight = new Color(249, 247, 246); Color light = new Color(239, 235, 231); Color shadow = new Color(139, 136, 134); Color darkShadow = new Color(16, 16, 16); uiDefaults = new Object[] { "AbstractU... | protected void initComponentDefaults(UIDefaults defaults) { Object[] uiDefaults; Color highLight = new Color(249, 247, 246); Color light = new Color(239, 235, 231); Color shadow = new Color(139, 136, 134); Color darkShadow = new Color(16, 16, 16); uiDefaults = new Object[] { "AbstractU... | 18,812 |
protected void initComponentDefaults(UIDefaults defaults) { Object[] uiDefaults; Color highLight = new Color(249, 247, 246); Color light = new Color(239, 235, 231); Color shadow = new Color(139, 136, 134); Color darkShadow = new Color(16, 16, 16); uiDefaults = new Object[] { "AbstractU... | protected void initComponentDefaults(UIDefaults defaults) { Object[] uiDefaults; Color highLight = new Color(249, 247, 246); Color light = new Color(239, 235, 231); Color shadow = new Color(139, 136, 134); Color darkShadow = new Color(16, 16, 16); uiDefaults = new Object[] { "AbstractU... | 18,813 |
protected void initComponentDefaults(UIDefaults defaults) { Object[] uiDefaults; Color highLight = new Color(249, 247, 246); Color light = new Color(239, 235, 231); Color shadow = new Color(139, 136, 134); Color darkShadow = new Color(16, 16, 16); uiDefaults = new Object[] { "AbstractU... | protected void initComponentDefaults(UIDefaults defaults) { Object[] uiDefaults; Color highLight = new Color(249, 247, 246); Color light = new Color(239, 235, 231); Color shadow = new Color(139, 136, 134); Color darkShadow = new Color(16, 16, 16); uiDefaults = new Object[] { "AbstractU... | 18,814 |
protected void initComponentDefaults(UIDefaults defaults) { Object[] uiDefaults; Color highLight = new Color(249, 247, 246); Color light = new Color(239, 235, 231); Color shadow = new Color(139, 136, 134); Color darkShadow = new Color(16, 16, 16); uiDefaults = new Object[] { "AbstractU... | protected void initComponentDefaults(UIDefaults defaults) { Object[] uiDefaults; Color highLight = new Color(249, 247, 246); Color light = new Color(239, 235, 231); Color shadow = new Color(139, 136, 134); Color darkShadow = new Color(16, 16, 16); uiDefaults = new Object[] { "AbstractU... | 18,815 |
protected void initComponentDefaults(UIDefaults defaults) { Object[] uiDefaults; Color highLight = new Color(249, 247, 246); Color light = new Color(239, 235, 231); Color shadow = new Color(139, 136, 134); Color darkShadow = new Color(16, 16, 16); uiDefaults = new Object[] { "AbstractU... | protected void initComponentDefaults(UIDefaults defaults) { Object[] uiDefaults; Color highLight = new Color(249, 247, 246); Color light = new Color(239, 235, 231); Color shadow = new Color(139, 136, 134); Color darkShadow = new Color(16, 16, 16); uiDefaults = new Object[] { "AbstractU... | 18,816 |
protected void initComponentDefaults(UIDefaults defaults) { Object[] uiDefaults; Color highLight = new Color(249, 247, 246); Color light = new Color(239, 235, 231); Color shadow = new Color(139, 136, 134); Color darkShadow = new Color(16, 16, 16); uiDefaults = new Object[] { "AbstractU... | protected void initComponentDefaults(UIDefaults defaults) { Object[] uiDefaults; Color highLight = new Color(249, 247, 246); Color light = new Color(239, 235, 231); Color shadow = new Color(139, 136, 134); Color darkShadow = new Color(16, 16, 16); uiDefaults = new Object[] { "AbstractU... | 18,817 |
public String toString() { return "Edge: " + x0 + ", " + y0 + ", " + x1 + ", " + y1 + ", slope: " + slope + ", xIntersection: " + xIntersection; } | public String toString() { return "Edge: " + x0 + ", " + y0 + ", " + x1 + ", " + y1 + ", slope: " + slope + ", xIntersection: " + xIntersection + ", isClip: " + isClip; } | 18,818 |
public Binding(NameComponent[] a_name, BindingType a_type) { binding_name = a_name; binding_type = a_type; } | public Binding() { binding_name = a_name; binding_type = a_type; } | 18,819 |
public Binding(NameComponent[] a_name, BindingType a_type) { binding_name = a_name; binding_type = a_type; } | public Binding(NameComponent[] a_name, BindingType a_type) { binding_name = a_name; binding_type = a_type; } | 18,820 |
public Dimension getPreferredScrollableViewportSize() { int vis = getVisibleRowCount(); int nrows = getModel() == null ? 0 : getModel().getSize(); // FIXME: this is a somewhat arbitrary default, but.. ? Dimension single = new Dimension(10, 10);; Rectangle bounds = null; if (vis > nrows) { ... | public Dimension getPreferredScrollableViewportSize() { int vis = getVisibleRowCount(); int nrows = getModel() == null ? 0 : getModel().getSize(); // FIXME: this is a somewhat arbitrary default, but.. ? Dimension single = new Dimension(10, 10);; Rectangle bounds = null; if (vis > nrows) { ... | 18,821 |
public Dimension getPreferredScrollableViewportSize() { int vis = getVisibleRowCount(); int nrows = getModel() == null ? 0 : getModel().getSize(); // FIXME: this is a somewhat arbitrary default, but.. ? Dimension single = new Dimension(10, 10);; Rectangle bounds = null; if (vis > nrows) { ... | public Dimension getPreferredScrollableViewportSize() { int vis = getVisibleRowCount(); int nrows = getModel() == null ? 0 : getModel().getSize(); // FIXME: this is a somewhat arbitrary default, but.. ? Dimension single = new Dimension(10, 10);; Rectangle bounds = null; Dimension retVal = getPrefer... | 18,822 |
public Dimension getPreferredScrollableViewportSize() { int vis = getVisibleRowCount(); int nrows = getModel() == null ? 0 : getModel().getSize(); // FIXME: this is a somewhat arbitrary default, but.. ? Dimension single = new Dimension(10, 10);; Rectangle bounds = null; if (vis > nrows) { ... | public Dimension getPreferredScrollableViewportSize() { int vis = getVisibleRowCount(); int nrows = getModel() == null ? 0 : getModel().getSize(); // FIXME: this is a somewhat arbitrary default, but.. ? Dimension single = new Dimension(10, 10);; Rectangle bounds = null; if (vis > nrows) { ... | 18,823 |
public Dimension getPreferredScrollableViewportSize() { int vis = getVisibleRowCount(); int nrows = getModel() == null ? 0 : getModel().getSize(); // FIXME: this is a somewhat arbitrary default, but.. ? Dimension single = new Dimension(10, 10);; Rectangle bounds = null; if (vis > nrows) { ... | public Dimension getPreferredScrollableViewportSize() { int vis = getVisibleRowCount(); int nrows = getModel() == null ? 0 : getModel().getSize(); // FIXME: this is a somewhat arbitrary default, but.. ? Dimension single = new Dimension(10, 10);; Rectangle bounds = null; if (vis > nrows) { ... | 18,824 |
public Dimension getPreferredScrollableViewportSize() { int vis = getVisibleRowCount(); int nrows = getModel() == null ? 0 : getModel().getSize(); // FIXME: this is a somewhat arbitrary default, but.. ? Dimension single = new Dimension(10, 10);; Rectangle bounds = null; if (vis > nrows) { ... | public Dimension getPreferredScrollableViewportSize() { int vis = getVisibleRowCount(); int nrows = getModel() == null ? 0 : getModel().getSize(); // FIXME: this is a somewhat arbitrary default, but.. ? Dimension single = new Dimension(10, 10);; Rectangle bounds = null; if (vis > nrows) { ... | 18,825 |
public Dimension getPreferredScrollableViewportSize() { int vis = getVisibleRowCount(); int nrows = getModel() == null ? 0 : getModel().getSize(); // FIXME: this is a somewhat arbitrary default, but.. ? Dimension single = new Dimension(10, 10);; Rectangle bounds = null; if (vis > nrows) { ... | public Dimension getPreferredScrollableViewportSize() { int vis = getVisibleRowCount(); int nrows = getModel() == null ? 0 : getModel().getSize(); // FIXME: this is a somewhat arbitrary default, but.. ? Dimension single = new Dimension(10, 10);; Rectangle bounds = null; if (vis > nrows) { ... | 18,826 |
public boolean getScrollableTracksViewportHeight() { return false; } | public boolean getScrollableTracksViewportHeight() { Component parent = getParent(); boolean retVal = false; if (parent instanceof JViewport) { JViewport viewport = (JViewport) parent; Dimension pref = getPreferredSize(); if (viewport.getSize().height > pref.height) retVal = true; if ((getLayoutOrientation() == V... | 18,827 |
public boolean getScrollableTracksViewportWidth() { return false; } | public boolean getScrollableTracksViewportWidth() { Component parent = getParent(); boolean retVal = false; if (parent instanceof JViewport) { JViewport viewport = (JViewport) parent; Dimension pref = getPreferredSize(); if (viewport.getSize().width > pref.width) retVal = true; if ((getLayoutOrientation() == HORI... | 18,828 |
public final Class getCategory() { return PrinterInfo.class; } | public Class getCategory() { return PrinterInfo.class; } | 18,829 |
public final String getName() { return "printer-info"; } | public String getName() { return "printer-info"; } | 18,830 |
public abstract boolean addOwner(Principal caller, Principal owner) throws NotOwnerException; | boolean addOwner(Principal caller, Principal owner) throws NotOwnerException; | 18,831 |
public abstract boolean deleteOwner(Principal caller, Principal owner) throws NotOwnerException, LastOwnerException; | boolean deleteOwner(Principal caller, Principal owner) throws NotOwnerException, LastOwnerException; | 18,832 |
public abstract boolean isOwner(Principal owner); | public abstract boolean isOwner(Principal owner); | 18,833 |
public WordBreakIterator () { iter = null; } | public WordBreakIterator () { iter = null; } | 18,834 |
public final Class getCategory() { return PrinterLocation.class; } | public Class getCategory() { return PrinterLocation.class; } | 18,835 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.