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

/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/swing/
H A DListCellOverlay.java231 private Style style = Style.MULTI_POPUP; field in class:ListCellOverlay
416 * Gets the style to use when displaying the overlay.
419 return style;
423 * Sets the style to use when displaying the overlay. {@link
427 * changes shape to accommodate the overlay. The latter style may appear
431 public void setStyle(Style style) { argument
432 this.style = style;
531 switch (style) {

Completed in 35 milliseconds