Searched refs:selectSingle (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DProperties.java179 public Property selectSingle(PropertyMatcher matcher) { method in class:Properties
220 public T selectSingle(final String name, final String value) { method in class:Properties.PropertySelector
221 return selectSingle(new StringPropertyMatcher(name, value));
224 public T selectSingle(PropertyMatcher matcher) { method in class:Properties.PropertySelector
227 Property p = t.getProperties().selectSingle(matcher);
243 Property p = t.getProperties().selectSingle(matcher);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DSCD.java124 public final XSComponent selectSingle(XSComponent contextNode) { method in class:SCD
138 public final XSComponent selectSingle(XSSchemaSet contextNode) { method in class:SCD
H A DXSComponent.java160 XSComponent selectSingle(String scd, NamespaceContext nsContext); method in interface:XSComponent
H A DXSSchemaSet.java114 XSComponent selectSingle(String scd, NamespaceContext nsContext); method in interface:XSSchemaSet
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DComponentImpl.java131 public XSComponent selectSingle(String scd, NamespaceContext nsContext) { method in class:ComponentImpl
133 return SCD.create(scd,nsContext).selectSingle(this);
H A DSchemaImpl.java302 public XSComponent selectSingle(String scd, NamespaceContext nsContext) { method in class:SchemaImpl
304 return SCD.create(scd,nsContext).selectSingle(this);
H A DSchemaSetImpl.java239 public XSComponent selectSingle(String scd, NamespaceContext nsContext) { method in class:SchemaSetImpl
241 return SCD.create(scd,nsContext).selectSingle(this);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/NetworkConnection/src/com/sun/hotspot/igv/connection/
H A DClient.java87 if (g.getProperties().selectSingle(matcher) != null && networkTextField.isEnabled()) {
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DDiagram.java235 Figure root = selector.selectSingle("name", "Root");
237 root = selector.selectSingle("name", "Start");
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DCombineFilter.java105 if (succ.getProperties().selectSingle(r.getSecondMatcher()) != null && succ.getOutputSlots().size() == 1) {

Completed in 39 milliseconds