edu.columbia.cs.cgui.rjfc.swing
Interface RJTextArea

All Superinterfaces:
RComponent, RContainer, Remote, RJComponent, RJTextComponent
All Known Implementing Classes:
RJTextAreaImpl

public interface RJTextArea
extends RJTextComponent


Fields inherited from interface edu.columbia.cs.cgui.rjfc.swing.text.RJTextComponent
DEFAULT_KEYMAP, FOCUS_ACCELERATOR_KEY
 
Fields inherited from interface edu.columbia.cs.cgui.rjfc.swing.RJComponent
TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
 
Fields inherited from interface edu.columbia.cs.cgui.rjfc.awt.RComponent
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
 
Method Summary
 void append(String strvar0)
           
 AccessibleContext getAccessibleContext()
           
 int getColumns()
           
 int getLineCount()
           
 int getLineEndOffset(int linevar0)
           
 int getLineOfOffset(int offsetvar0)
           
 int getLineStartOffset(int linevar0)
           
 boolean getLineWrap()
           
 Dimension getPreferredScrollableViewportSize()
           
 Dimension getPreferredSize()
           
 int getRows()
           
 boolean getScrollableTracksViewportWidth()
           
 int getScrollableUnitIncrement(Rectangle visibleRectvar0, int orientationvar1, int directionvar2)
           
 int getTabSize()
           
 String getUIClassID()
           
 boolean getWrapStyleWord()
           
 void insert(String strvar0, int posvar1)
           
 boolean isManagingFocus()
           
 void replaceRange(String strvar0, int startvar1, int endvar2)
           
 void setColumns(int columnsvar0)
           
 void setFont(Font fvar0)
           
 void setLineWrap(boolean wrapvar0)
           
 void setRows(int rowsvar0)
           
 void setTabSize(int sizevar0)
           
 void setWrapStyleWord(boolean wordvar0)
           
 
Methods inherited from interface edu.columbia.cs.cgui.rjfc.swing.text.RJTextComponent
addCaretListener, addInputMethodListener, addKeymap, copy, cut, getActions, getCaret, getCaretColor, getCaretPosition, getDisabledTextColor, getDocument, getFocusAccelerator, getHighlighter, getInputMethodRequests, getKeymap, getKeymap, getMargin, getScrollableBlockIncrement, getScrollableTracksViewportHeight, getSelectedText, getSelectedTextColor, getSelectionColor, getSelectionEnd, getSelectionStart, getText, getText, getUI, isEditable, isFocusTraversable, loadKeymap, modelToView, moveCaretPosition, paste, read, removeCaretListener, removeKeymap, removeNotify, replaceSelection, select, selectAll, setCaret, setCaretColor, setCaretPosition, setDisabledTextColor, setDocument, setEditable, setFocusAccelerator, setHighlighter, setKeymap, setMargin, setSelectedTextColor, setSelectionColor, setSelectionEnd, setSelectionStart, setText, setUI, updateUI, viewToModel, write
 
Methods inherited from interface edu.columbia.cs.cgui.rjfc.swing.RJComponent
addAncestorListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAutoscrolls, getBorder, getBounds, getClientProperty, getConditionForKeyStroke, getDebugGraphicsOptions, getGraphics, getHeight, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getVerifyInputWhenFocusTarget, getVisibleRect, getWidth, getX, getY, grabFocus, hasFocus, hide, isDoubleBuffered, isFocusCycleRoot, isLightweightComponent, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isOptimizedDrawingEnabled, isPaintingTile, isPreferredSizeSet, isRequestFocusEnabled, isValidateRoot, paint, paintImmediately, paintImmediately, print, printAll, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setDebugGraphicsOptions, setDoubleBuffered, setEnabled, setForeground, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update
 
Methods inherited from interface edu.columbia.cs.cgui.rjfc.awt.RContainer
add, add, add, add, add, addContainerListener, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getLayout, insets, invalidate, isAncestorOf, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, remove, remove, removeAll, removeContainerListener, setLayout, validate
 
Methods inherited from interface edu.columbia.cs.cgui.rjfc.awt.RComponent
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addKeyListener, addMouseListener, addMouseMotionListener, bounds, checkImage, checkImage, contains, createImage, createImage, dispatchEvent, enable, enableInputMethods, getBackground, getBounds, getColorModel, getComponentOrientation, getCursor, getDropTarget, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getInputContext, getLocale, getLocation, getLocationOnScreen, getName, getParent, getPeer, getRJFCWrappedData, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, imageUpdate, inside, isDisplayable, isEnabled, isLightweight, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setData, setDropTarget, setHash, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, transferFocus
 

Method Detail

getUIClassID

public String getUIClassID()
                    throws RemoteException
Specified by:
getUIClassID in interface RJComponent

setTabSize

public void setTabSize(int sizevar0)
                throws RemoteException

getTabSize

public int getTabSize()
               throws RemoteException

setLineWrap

public void setLineWrap(boolean wrapvar0)
                 throws RemoteException

getLineWrap

public boolean getLineWrap()
                    throws RemoteException

setWrapStyleWord

public void setWrapStyleWord(boolean wordvar0)
                      throws RemoteException

getWrapStyleWord

public boolean getWrapStyleWord()
                         throws RemoteException

getLineOfOffset

public int getLineOfOffset(int offsetvar0)
                    throws RemoteException,
                           BadLocationException

getLineCount

public int getLineCount()
                 throws RemoteException

getLineStartOffset

public int getLineStartOffset(int linevar0)
                       throws RemoteException,
                              BadLocationException

getLineEndOffset

public int getLineEndOffset(int linevar0)
                     throws RemoteException,
                            BadLocationException

insert

public void insert(String strvar0,
                   int posvar1)
            throws RemoteException

append

public void append(String strvar0)
            throws RemoteException

replaceRange

public void replaceRange(String strvar0,
                         int startvar1,
                         int endvar2)
                  throws RemoteException

isManagingFocus

public boolean isManagingFocus()
                        throws RemoteException
Specified by:
isManagingFocus in interface RJComponent

getRows

public int getRows()
            throws RemoteException

setRows

public void setRows(int rowsvar0)
             throws RemoteException

getColumns

public int getColumns()
               throws RemoteException

setColumns

public void setColumns(int columnsvar0)
                throws RemoteException

getPreferredSize

public Dimension getPreferredSize()
                           throws RemoteException
Specified by:
getPreferredSize in interface RJComponent

setFont

public void setFont(Font fvar0)
             throws RemoteException
Specified by:
setFont in interface RJComponent

getScrollableTracksViewportWidth

public boolean getScrollableTracksViewportWidth()
                                         throws RemoteException
Specified by:
getScrollableTracksViewportWidth in interface RJTextComponent

getPreferredScrollableViewportSize

public Dimension getPreferredScrollableViewportSize()
                                             throws RemoteException
Specified by:
getPreferredScrollableViewportSize in interface RJTextComponent

getScrollableUnitIncrement

public int getScrollableUnitIncrement(Rectangle visibleRectvar0,
                                      int orientationvar1,
                                      int directionvar2)
                               throws RemoteException
Specified by:
getScrollableUnitIncrement in interface RJTextComponent

getAccessibleContext

public AccessibleContext getAccessibleContext()
                                       throws RemoteException
Specified by:
getAccessibleContext in interface RJTextComponent