PATH |
- Inherits from:
- javax.swing.JScrollPane : javax.swing.JComponent : java.awt.Container : java.awt.Component : Object
- Implements:
- EOTextComponentAccess
- java.io.Serializable
- java.awt.image.ImageObserver
- java.awt.MenuContainer
- Package:
- com.webobjects.eointerface.swing
EOTextArea, a subclass of javax.swing.JScrollPane, is used to represent scrolling text regions. An EOTextArea object uses a JTextArea to do its work. The main business of an EOTextArea is to configure the JTextArea's behavior and appearance. An EOTextArea's JTextArea has a vertical scroll bar but not a horizontal scroll bar and it wraps its lines of text. If you want to perform additional configuration on an EOTextArea's JTextArea, you can access the JTextArea with the method textArea.
- EOTextComponentAccess
- textComponent
- java.io.Serializable
- java.awt.image.ImageObserver
- java.awt.MenuContainer
- All methods
- EOTextArea
- setEditable
- setOpaque
- setSize
- setSize
- setText
- textArea
public EOTextArea()
public void setEditable(boolean flag)
public void setOpaque(boolean flag)
public void setSize(java.awt.Dimension aDimension)
public void setSize( int width, int height)
public void setText(String text)
public javax.swing.JTextArea textArea()
public javax.swing.text.JTextComponent textComponent()
© 2001 Apple Computer, Inc. (Last Published April 21, 2001)