Lines Matching refs:textPane

70     AWTTextPane textPane;
115 textPane = new AWTTextPane(jtext,this, target.getParent());
118 textPane.setVisible(true);
119 textPane.validate();
174 textPane.removeNotify();
211 textPane.setHorizontalScrollBarPolicy(JScrollPane.HORIZONTAL_SCROLLBAR_NEVER);
212 textPane.setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_NEVER);
217 textPane.setHorizontalScrollBarPolicy(JScrollPane.HORIZONTAL_SCROLLBAR_ALWAYS);
218 textPane.setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_ALWAYS);
221 textPane.setHorizontalScrollBarPolicy(JScrollPane.HORIZONTAL_SCROLLBAR_NEVER);
222 textPane.setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_ALWAYS);
226 textPane.setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_NEVER);
227 textPane.setHorizontalScrollBarPolicy(JScrollPane.HORIZONTAL_SCROLLBAR_ALWAYS);
257 JScrollBar vsb = textPane.getVerticalScrollBar();
262 JScrollBar hsb = textPane.getHorizontalScrollBar();
280 if (textPane != null)
281 textPane.setVisible(b);
305 if (textPane != null) {
306 //textPane.validate();
307 textPane.repaint();
312 if (textPane != null) {
313 textPane.paint(g);
319 if (textPane != null) {
323 * the coordinates is setting (to textPane): relatively to closest ANY parent
325 * the parent of textPane is the same
338 textPane.setBounds(childX,childY,width,height);
339 textPane.validate();
350 AWTAccessor.getComponentAccessor().processEvent(textPane,e);
406 textPane.validate();
491 textPane.validate();
493 JScrollBar bar = textPane.getVerticalScrollBar();
1313 outer.textPane.getViewport(), event.getPoint() );
1375 outer.pSetCursor( outer.textPane.getCursor(), true );
1421 if ( outer.textPane.getViewport().getBounds().contains( point ) ) {
1425 outer.textPane.getVerticalScrollBar(), point ) )
1428 outer.textPane.getHorizontalScrollBar(), point ) )