|
VNCj | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--javax.swing.JComponent | +--javax.swing.text.JTextComponent | +--javax.swing.JTextArea | +--gnu.awt.virtual.swing.SwingTextAreaPeer
AWT text area peer implemented as a JTextArea
.
Nested Class Summary |
Nested classes inherited from class javax.swing.JTextArea |
JTextArea.AccessibleJTextArea |
Nested classes inherited from class javax.swing.text.JTextComponent |
JTextComponent.AccessibleJTextComponent, JTextComponent.KeyBinding |
Nested classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary |
Fields inherited from class javax.swing.JTextArea |
|
Fields inherited from class javax.swing.text.JTextComponent |
DEFAULT_KEYMAP, FOCUS_ACCELERATOR_KEY |
Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Container |
|
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
SwingTextAreaPeer(TextArea textArea)
|
Method Summary | |
boolean |
canDetermineObscurity()
|
void |
coalescePaintEvent(PaintEvent e)
|
void |
createBuffers(int x,
BufferCapabilities bufferCapabilities)
|
void |
destroyBuffers()
|
void |
dispose()
|
long |
filterEvents(long mask)
|
void |
flip(BufferCapabilities.FlipContents flipContents)
|
Image |
getBackBuffer()
|
Rectangle |
getCharacterBounds(int i)
|
int |
getIndexAtPoint(int x,
int y)
|
Dimension |
getMinimumSize(int rows,
int columns)
|
Dimension |
getPreferredSize(int rows,
int columns)
|
void |
handleEvent(AWTEvent e)
|
boolean |
handlesWheelScrolling()
|
void |
insertText(String txt,
int pos)
|
boolean |
isObscured()
|
Dimension |
minimumSize(int rows,
int cols)
|
Dimension |
preferredSize(int rows,
int cols)
|
void |
replaceText(String txt,
int start,
int end)
|
boolean |
requestFocus(Component lightweightChild,
boolean temporary,
boolean focusedWindowChangeAllowed,
long time)
|
void |
updateCursorImmediately()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.awt.peer.TextAreaPeer |
insert, replaceRange |
Methods inherited from interface java.awt.peer.TextComponentPeer |
getCaretPosition, getSelectionEnd, getSelectionStart, getText, select, setCaretPosition, setEditable, setText |
Methods inherited from interface java.awt.peer.ComponentPeer |
checkImage, createImage, createImage, createVolatileImage, disable, enable, getColorModel, getFontMetrics, getGraphics, getGraphicsConfiguration, getLocationOnScreen, getMinimumSize, getPreferredSize, getToolkit, hide, isFocusable, minimumSize, paint, preferredSize, prepareImage, print, repaint, reshape, setBackground, setBounds, setEnabled, setFont, setForeground, setVisible, show |
Constructor Detail |
public SwingTextAreaPeer(TextArea textArea)
Method Detail |
public Dimension getPreferredSize(int rows, int columns)
getPreferredSize
in interface java.awt.peer.TextAreaPeer
public Dimension getMinimumSize(int rows, int columns)
getMinimumSize
in interface java.awt.peer.TextAreaPeer
public void insertText(String txt, int pos)
insertText
in interface java.awt.peer.TextAreaPeer
public void replaceText(String txt, int start, int end)
replaceText
in interface java.awt.peer.TextAreaPeer
public Dimension preferredSize(int rows, int cols)
preferredSize
in interface java.awt.peer.TextAreaPeer
public Dimension minimumSize(int rows, int cols)
minimumSize
in interface java.awt.peer.TextAreaPeer
public int getIndexAtPoint(int x, int y)
getIndexAtPoint
in interface java.awt.peer.TextComponentPeer
public Rectangle getCharacterBounds(int i)
getCharacterBounds
in interface java.awt.peer.TextComponentPeer
public long filterEvents(long mask)
filterEvents
in interface java.awt.peer.TextComponentPeer
public void handleEvent(AWTEvent e)
handleEvent
in interface java.awt.peer.ComponentPeer
public void coalescePaintEvent(PaintEvent e)
coalescePaintEvent
in interface java.awt.peer.ComponentPeer
public boolean handlesWheelScrolling()
handlesWheelScrolling
in interface java.awt.peer.ComponentPeer
public boolean isObscured()
isObscured
in interface java.awt.peer.ComponentPeer
public boolean canDetermineObscurity()
canDetermineObscurity
in interface java.awt.peer.ComponentPeer
public boolean requestFocus(Component lightweightChild, boolean temporary, boolean focusedWindowChangeAllowed, long time)
requestFocus
in interface java.awt.peer.ComponentPeer
public void createBuffers(int x, BufferCapabilities bufferCapabilities)
createBuffers
in interface java.awt.peer.ComponentPeer
public void destroyBuffers()
destroyBuffers
in interface java.awt.peer.ComponentPeer
public void flip(BufferCapabilities.FlipContents flipContents)
flip
in interface java.awt.peer.ComponentPeer
public Image getBackBuffer()
getBackBuffer
in interface java.awt.peer.ComponentPeer
public void updateCursorImmediately()
updateCursorImmediately
in interface java.awt.peer.ComponentPeer
public void dispose()
dispose
in interface java.awt.peer.ComponentPeer
|
VNCj | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |