Searched refs:aScrollPane (Results 1 – 5 of 5) sorted by relevance
180 JScrollPane aScrollPane = (JScrollPane)aViewport.getParent(); in setupTransformation() local184 if (aScrollPane.getHorizontalScrollBarPolicy() in setupTransformation()186 aScrollPane.setHorizontalScrollBarPolicy ( in setupTransformation()188 if (aScrollPane.getVerticalScrollBarPolicy() in setupTransformation()190 aScrollPane.setVerticalScrollBarPolicy ( in setupTransformation()195 if (aScrollPane.getHorizontalScrollBarPolicy() in setupTransformation()197 aScrollPane.setHorizontalScrollBarPolicy ( in setupTransformation()199 if (aScrollPane.getVerticalScrollBarPolicy() in setupTransformation()201 aScrollPane.setVerticalScrollBarPolicy ( in setupTransformation()
271 JScrollPane aScrollPane = (JScrollPane)aViewport.getParent(); in setupTransformation() local275 if (aScrollPane.getHorizontalScrollBarPolicy() in setupTransformation()277 aScrollPane.setHorizontalScrollBarPolicy (JScrollPane.HORIZONTAL_SCROLLBAR_NEVER); in setupTransformation()278 if (aScrollPane.getVerticalScrollBarPolicy() in setupTransformation()280 aScrollPane.setVerticalScrollBarPolicy (JScrollPane.VERTICAL_SCROLLBAR_NEVER); in setupTransformation()284 if (aScrollPane.getHorizontalScrollBarPolicy() in setupTransformation()286 … aScrollPane.setHorizontalScrollBarPolicy (JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED); in setupTransformation()287 if (aScrollPane.getVerticalScrollBarPolicy() in setupTransformation()289 aScrollPane.setVerticalScrollBarPolicy (JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED); in setupTransformation()
152 JScrollPane aScrollPane; in Layout() local
75 JScrollPane aScrollPane = new JScrollPane ( in ServiceInterfaceView() local82 add (aScrollPane); in ServiceInterfaceView()
160 JScrollPane aScrollPane; in Layout() local
Completed in 26 milliseconds