Searched refs:isFixed (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DXSFacet.java43 boolean isFixed(); method in interface:XSFacet
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DThreadPool.java54 private final boolean isFixed; field in class:ThreadPool
61 boolean isFixed,
65 this.isFixed = isFixed;
74 return isFixed;
60 ThreadPool(ExecutorService executor, boolean isFixed, int poolSize) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DFacetImpl.java53 public boolean isFixed() { return fixed; } method in class:FacetImpl
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DVariableHeightLayoutCache.java1467 boolean isFixed = isFixedRowHeight();
1506 if(isFixed)
1513 if(!isFixed) {
1533 if(!isFixed && ++i < getRowCount()) {
1564 boolean isFixed = isFixedRowHeight();
1566 if(isFixed)
1574 if(!isFixed) {
1614 if(!isFixed && (myRow + 1) < getRowCount() &&

Completed in 34 milliseconds