| java.lang.Object sun.awt.qt.QtComponentPeer sun.awt.qt.QtTextComponentPeer sun.awt.qt.QtTextAreaPeer
Method Summary | |
protected void | create(QtComponentPeer parentPeer) | native protected void | create(QtComponentPeer parentPeer, boolean wordwrap) | native int | getExtraHeight() | native int | getExtraWidth() | public Dimension | getMinimumSize(int rows, int columns) | public Dimension | getPreferredSize(int rows, int columns) | public void | insert(String text, int pos) | native protected void | insertNative(String text, int pos) | public void | insertText(String txt, int pos) DEPRECATED: Replaced by insert(String, int). | public boolean | isFocusable() | public Dimension | minimumSize(int rows, int cols) DEPRECATED: Replaced by getMinimumSize(int, int). | public Dimension | preferredSize(int rows, int cols) DEPRECATED: Replaced by getPreferredSize(int, int). | public void | replaceRange(String text, int start, int end) | native protected void | replaceRangeNative(String text, int start, int end) | public void | replaceText(String txt, int start, int end) DEPRECATED: Replaced by ReplaceRange(String, int, int). |
getExtraHeight | native int getExtraHeight()(Code) | | |
getExtraWidth | native int getExtraWidth()(Code) | | |
getPreferredSize | public Dimension getPreferredSize(int rows, int columns)(Code) | | |
insertNative | native protected void insertNative(String text, int pos)(Code) | | |
insertText | public void insertText(String txt, int pos)(Code) | | DEPRECATED: Replaced by insert(String, int).
|
isFocusable | public boolean isFocusable()(Code) | | |
minimumSize | public Dimension minimumSize(int rows, int cols)(Code) | | DEPRECATED: Replaced by getMinimumSize(int, int).
|
preferredSize | public Dimension preferredSize(int rows, int cols)(Code) | | DEPRECATED: Replaced by getPreferredSize(int, int).
|
replaceRange | public void replaceRange(String text, int start, int end)(Code) | | |
replaceRangeNative | native protected void replaceRangeNative(String text, int start, int end)(Code) | | |
replaceText | public void replaceText(String txt, int start, int end)(Code) | | DEPRECATED: Replaced by ReplaceRange(String, int, int).
|
Methods inherited from sun.awt.qt.QtComponentPeer | static boolean canBeFocusedByClick(Component component)(Code)(Java Doc) protected boolean canHavePixmapBackground()(Code)(Java Doc) public int checkImage(Image img, int w, int h, ImageObserver o)(Code)(Java Doc) abstract protected void create(QtComponentPeer parentPeer)(Code)(Java Doc) public Image createImage(ImageProducer producer)(Code)(Java Doc) public Image createImage(int width, int height)(Code)(Java Doc) public VolatileImage createVolatileImage(int width, int height)(Code)(Java Doc) public void dispose()(Code)(Java Doc) public ColorModel getColorModel()(Code)(Java Doc) public FontMetrics getFontMetrics(Font font)(Code)(Java Doc) public Graphics getGraphics()(Code)(Java Doc) native public Point getLocationOnScreen()(Code)(Java Doc) public Dimension getMinimumSize()(Code)(Java Doc) public long getNativeComponent()(Code)(Java Doc) native public Dimension getPreferredSize()(Code)(Java Doc) public Toolkit getToolkit()(Code)(Java Doc) public void handleEvent(AWTEvent event)(Code)(Java Doc) native void hide()(Code)(Java Doc) public boolean isFocusTraversable()(Code)(Java Doc) public boolean isFocusable()(Code)(Java Doc) native static boolean isPacked(Component component)(Code)(Java Doc) public void lostOwnership(Clipboard clipboard, Transferable contents)(Code)(Java Doc) native public boolean nativeRequestFocus(Component lightweightChild, boolean temporary, boolean focusedWindowChangeAllowed, long time)(Code)(Java Doc) public void paint(Graphics g)(Code)(Java Doc) void postEvent(AWTEvent event)(Code)(Java Doc) void postMouseEvent(int id, long when, int modifiers, int x, int y, int clickCount, boolean popupTrigger, int nativeEvent)(Code)(Java Doc) void postPaintEvent(int x, int y, int width, int height)(Code)(Java Doc) public boolean prepareImage(Image img, int w, int h, ImageObserver o)(Code)(Java Doc) public void print(Graphics g)(Code)(Java Doc) public void repaint(long tm, int x, int y, int width, int height)(Code)(Java Doc) public boolean requestFocus(Component child, Window parent, boolean temporary, boolean focusedWindowChangeAllowed, long time)(Code)(Java Doc) public void setBackground(Color c)(Code)(Java Doc) public void setBounds(int x, int y, int width, int height)(Code)(Java Doc) native void setBoundsNative(int x, int y, int width, int height)(Code)(Java Doc) public void setCursor(Cursor cursor)(Code)(Java Doc) native public void setEnabled(boolean b)(Code)(Java Doc) native public void setFocusable(boolean focusable)(Code)(Java Doc) public void setFont(Font f)(Code)(Java Doc) public void setForeground(Color c)(Code)(Java Doc) public void setVisible(boolean b)(Code)(Java Doc) protected boolean shouldFocusOnClick()(Code)(Java Doc) native void show()(Code)(Java Doc) protected byte[] stringToNulMultiByte(String string)(Code)(Java Doc) public void update(Graphics g)(Code)(Java Doc) public void updateClient(Object arg)(Code)(Java Doc)
|
|
|