Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
gnu.java.awt.peer.gtk.GtkGenericPeer
gnu.java.awt.peer.gtk.GtkComponentPeer
gnu.java.awt.peer.gtk.GtkTextAreaPeer
Field Summary |
Fields inherited from class gnu.java.awt.peer.gtk.GtkGenericPeer | |
awtWidget |
Constructor Summary | |
Method Summary | |
void | |
long |
|
int | |
Rectangle |
|
int |
|
InputMethodRequests | |
Dimension |
|
Dimension |
|
int | |
int | |
String |
|
protected void |
|
void | |
void |
|
Dimension |
|
Dimension |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
Methods inherited from class gnu.java.awt.peer.gtk.GtkGenericPeer | |
dispose , gtkWidgetModifyFont , gtkWidgetModifyFont , postActionEvent |
Methods inherited from class java.lang.Object | |
clone , equals , extends Object> getClass , finalize , hashCode , notify , notifyAll , toString , wait , wait , wait |
public long filterEvents(long filter)
- Specified by:
- filterEvents in interface TextComponentPeer
public int getCaretPosition()
- Specified by:
- getCaretPosition in interface TextComponentPeer
public Rectangle getCharacterBounds(int pos)
- Specified by:
- getCharacterBounds in interface TextComponentPeer
public int getIndexAtPoint(int x, int y)
- Specified by:
- getIndexAtPoint in interface TextComponentPeer
public InputMethodRequests getInputMethodRequests()
- Specified by:
- getInputMethodRequests in interface TextComponentPeer
public Dimension getMinimumSize(int rows, int cols)
- Specified by:
- getMinimumSize in interface TextAreaPeer
public Dimension getPreferredSize(int rows, int cols)
- Specified by:
- getPreferredSize in interface TextAreaPeer
public int getSelectionEnd()
- Specified by:
- getSelectionEnd in interface TextComponentPeer
public int getSelectionStart()
- Specified by:
- getSelectionStart in interface TextComponentPeer
protected void gtkWidgetModifyFont(String name, int style, int size)
Overridden to set Font for text widget inside scrolled window.
- Overrides:
- gtkWidgetModifyFont in interface GtkGenericPeer
public void insertText(String str, int pos)
- Specified by:
- insertText in interface TextAreaPeer
public Dimension minimumSize(int rows, int cols)
- Specified by:
- minimumSize in interface TextAreaPeer
public Dimension preferredSize(int rows, int cols)
- Specified by:
- preferredSize in interface TextAreaPeer
public void replaceRange(String str, int start, int end)
- Specified by:
- replaceRange in interface TextAreaPeer
public void replaceText(String str, int start, int end)
- Specified by:
- replaceText in interface TextAreaPeer
public void setCaretPosition(int pos)
- Specified by:
- setCaretPosition in interface TextComponentPeer
public void setEditable(boolean state)
- Specified by:
- setEditable in interface TextComponentPeer