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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DScrollPaneLayout.java199 protected Component addSingletonComponent(Component oldC, Component newC) method in class:ScrollPaneLayout
230 viewport = (JViewport)addSingletonComponent(viewport, c);
233 vsb = (JScrollBar)addSingletonComponent(vsb, c);
236 hsb = (JScrollBar)addSingletonComponent(hsb, c);
239 rowHead = (JViewport)addSingletonComponent(rowHead, c);
242 colHead = (JViewport)addSingletonComponent(colHead, c);
245 lowerLeft = addSingletonComponent(lowerLeft, c);
248 lowerRight = addSingletonComponent(lowerRight, c);
251 upperLeft = addSingletonComponent(upperLeft, c);
254 upperRight = addSingletonComponent(upperRigh
[all...]

Completed in 28 milliseconds