|
JSettlers v1.0.6 API Built ${date} |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.TextComponent
java.awt.TextArea
soc.client.SnippingTextArea
| Nested Class Summary |
| Nested classes inherited from class java.awt.TextArea |
java.awt.TextArea.AccessibleAWTTextArea |
| Nested classes inherited from class java.awt.TextComponent |
java.awt.TextComponent.AccessibleAWTTextComponent |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary |
| Fields inherited from class java.awt.TextArea |
SCROLLBARS_BOTH, SCROLLBARS_HORIZONTAL_ONLY, SCROLLBARS_NONE, SCROLLBARS_VERTICAL_ONLY |
| Fields inherited from class java.awt.TextComponent |
textListener |
| 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 | |
SnippingTextArea(int height,
int width,
int maxLines)
|
|
SnippingTextArea(java.lang.String contents,
int maxLines)
Creates a new SnippingTextArea object. |
|
SnippingTextArea(java.lang.String contents,
int height,
int width,
int maxLines)
Creates a new SnippingTextArea object. |
|
SnippingTextArea(java.lang.String contents,
int height,
int width,
int scrollType,
int maxLines)
Creates a new SnippingTextArea object. |
|
| Method Summary | |
void |
append(java.lang.String newString)
DOCUMENT ME! |
protected int |
countLines(java.lang.String s)
|
int |
getMaximumLines()
|
void |
insert(java.lang.String newString,
int x)
DOCUMENT ME! |
void |
replaceRange(java.lang.String newString,
int x,
int y)
DOCUMENT ME! |
void |
setMaximumLines(int newMax)
DOCUMENT ME! |
void |
setText(java.lang.String newString)
DOCUMENT ME! |
void |
snipText()
DOCUMENT ME! |
| Methods inherited from class java.awt.TextArea |
addNotify, appendText, getAccessibleContext, getColumns, getMinimumSize, getMinimumSize, getPreferredSize, getPreferredSize, getRows, getScrollbarVisibility, insertText, minimumSize, minimumSize, paramString, preferredSize, preferredSize, replaceText, setColumns, setRows |
| Methods inherited from class java.awt.TextComponent |
addTextListener, enableInputMethods, getBackground, getCaretPosition, getListeners, getSelectedText, getSelectionEnd, getSelectionStart, getText, getTextListeners, isEditable, processEvent, processTextEvent, removeNotify, removeTextListener, select, selectAll, setBackground, setCaretPosition, setEditable, setSelectionEnd, setSelectionStart |
| Methods inherited from class java.awt.Component |
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, deliverEvent, disable, disableEvents, dispatchEvent, doLayout, enable, enable, enableEvents, firePropertyChange, firePropertyChange, firePropertyChange, getAlignmentX, getAlignmentY, getBounds, getBounds, getColorModel, getComponentAt, getComponentAt, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeys, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocation, getLocationOnScreen, getMaximumSize, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, invalidate, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusCycleRoot, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isOpaque, isShowing, isValid, isVisible, keyDown, keyUp, layout, list, list, list, list, list, locate, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paint, paintAll, postEvent, prepareImage, prepareImage, print, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeys, setFocusTraversalKeysEnabled, setFont, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle, update, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SnippingTextArea(int height,
int width,
int maxLines)
public SnippingTextArea(java.lang.String contents,
int maxLines)
contents - DOCUMENT ME!maxLines - DOCUMENT ME!
public SnippingTextArea(java.lang.String contents,
int height,
int width,
int maxLines)
contents - DOCUMENT ME!height - DOCUMENT ME!width - DOCUMENT ME!maxLines - DOCUMENT ME!
public SnippingTextArea(java.lang.String contents,
int height,
int width,
int scrollType,
int maxLines)
contents - DOCUMENT ME!height - DOCUMENT ME!width - DOCUMENT ME!scrollType - DOCUMENT ME!maxLines - DOCUMENT ME!| Method Detail |
public int getMaximumLines()
public void setMaximumLines(int newMax)
newMax - DOCUMENT ME!public void setText(java.lang.String newString)
newString - DOCUMENT ME!
public void replaceRange(java.lang.String newString,
int x,
int y)
newString - DOCUMENT ME!x - DOCUMENT ME!y - DOCUMENT ME!
public void insert(java.lang.String newString,
int x)
newString - DOCUMENT ME!x - DOCUMENT ME!public void append(java.lang.String newString)
newString - DOCUMENT ME!protected int countLines(java.lang.String s)
public void snipText()
|
JSettlers v1.0.6 API Built ${date} |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||