|
StarOffice 5.2 API reverse engineered by classdoc |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.TextComponent | +--java.awt.TextArea | +--stardiv.js.ide.SJIDETextArea
Field Summary | |
(package private) static java.awt.Font |
aEditFont
|
(package private) static int |
aEditFontSize
|
(package private) java.lang.String |
aInsertStr
|
(package private) java.lang.String |
aReplaceStr
|
(package private) boolean |
bTextInsert
|
(package private) boolean |
bTextReplaced
|
(package private) int |
nInsertStart
|
(package private) int |
nReplaceEnd
|
(package private) int |
nReplaceStart
|
Fields inherited from class java.awt.TextArea |
SCROLLBARS_BOTH, SCROLLBARS_HORIZONTAL_ONLY, SCROLLBARS_NONE, SCROLLBARS_VERTICAL_ONLY, base, columns, nameCounter, rows, scrollbarVisibility, serialVersionUID |
Fields inherited from class java.awt.TextComponent |
editable, selectionEnd, selectionStart, text, textComponentSerializedDataVersion, textListener |
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, LOCK, RIGHT_ALIGNMENT, TOP_ALIGNMENT, actionListenerK, adjustmentListenerK, background, componentListener, componentListenerK, componentSerializedDataVersion, containerListenerK, cursor, enabled, eventMask, focusListener, focusListenerK, font, foreground, height, incRate, isInc, itemListenerK, keyListener, keyListenerK, locale, minSize, mouseListener, mouseListenerK, mouseMotionListener, mouseMotionListenerK, name, nameExplicitlySet, newEventsOnly, parent, peer, popups, prefSize, textListenerK, valid, visible, width, windowListenerK, x, y |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
(package private) |
SJIDETextArea(java.lang.String s)
|
(package private) |
SJIDETextArea(java.lang.String s,
int i1,
int i2)
|
(package private) |
SJIDETextArea(java.lang.String s,
int i1,
int i2,
boolean b)
|
Method Summary | |
void |
InsertText(java.lang.String s,
int i)
|
void |
RestoreInsertText()
|
void |
addNotify()
|
private void |
init(boolean b)
|
Methods inherited from class java.awt.TextArea |
append, appendText, constructComponentName, getColumns, getMinimumSize, getMinimumSize, getPreferredSize, getPreferredSize, getRows, getScrollbarVisibility, insert, insertText, minimumSize, minimumSize, paramString, preferredSize, preferredSize, replaceRange, replaceText, setColumns, setRows |
Methods inherited from class java.awt.TextComponent |
addTextListener, areInputMethodsEnabled, eventEnabled, getCaretPosition, getSelectedText, getSelectionEnd, getSelectionStart, getText, isEditable, processEvent, processTextEvent, readObject, removeNotify, removeTextListener, select, selectAll, setCaretPosition, setEditable, setSelectionEnd, setSelectionStart, setText, writeObject |
Methods inherited from class java.awt.Component |
action, add, addComponentListener, addFocusListener, addKeyListener, addMouseListener, addMouseMotionListener, bounds, checkImage, checkImage, contains, contains, createImage, createImage, deliverEvent, disable, disableEvents, dispatchEvent, dispatchEventImpl, doLayout, enable, enable, enableEvents, getAlignmentX, getAlignmentY, getBackground, getBounds, getColorModel, getComponentAt, getComponentAt, getCursor, getFont, getFontMetrics, getForeground, getGraphics, getInputContext, getLocale, getLocation, getLocationOnScreen, getMaximumSize, getName, getNativeContainer, getParent, getPeer, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hide, imageUpdate, inside, invalidate, isEnabled, isFocusTraversable, isShowing, isValid, isVisible, keyDown, keyUp, layout, lightweightPrint, list, list, list, list, list, locate, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paint, paintAll, postEvent, postsOldMouseEvents, prepareImage, prepareImage, print, printAll, processComponentEvent, processFocusEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, remove, removeComponentListener, removeFocusListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, repaint, repaint, repaint, repaint, requestFocus, reshape, resize, resize, setBackground, setBounds, setBounds, setCursor, setEnabled, setFont, setForeground, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, show, size, toString, transferFocus, update, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
static java.awt.Font aEditFont
static int aEditFontSize
java.lang.String aInsertStr
java.lang.String aReplaceStr
boolean bTextInsert
boolean bTextReplaced
int nInsertStart
int nReplaceEnd
int nReplaceStart
Constructor Detail |
SJIDETextArea(java.lang.String s)
SJIDETextArea(java.lang.String s, int i1, int i2)
SJIDETextArea(java.lang.String s, int i1, int i2, boolean b)
Method Detail |
public void InsertText(java.lang.String s, int i)
public void RestoreInsertText()
public void addNotify()
private void init(boolean b)
|
StarOffice 5.2 API reverse engineered by classdoc |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |