|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentHandler
net.sf.jguiraffe.gui.platform.swing.builder.components.SwingTextHandler
net.sf.jguiraffe.gui.platform.swing.builder.components.SwingTextAreaHandler
class SwingTextAreaHandler
A specific Swing component handler implementation that deals with text area components.
This class inherits most of its functionality from its ancestor, the base handler class for text components. The main difference to this class is the fact that a text area is wrapped in a scroll pane.
| Constructor Summary | |
|---|---|
SwingTextAreaHandler(javax.swing.JTextArea textArea)
Creates a new instance of SwingTextAreaHandler and
initializes it with the text area to manage. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getOuterComponent()
Returns the outer most component. |
| Methods inherited from class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingTextHandler |
|---|
changedUpdate, getData, getTextComponent, getType, insertUpdate, registerChangeListener, removeUpdate, setData, unregisterChangeListener |
| Methods inherited from class net.sf.jguiraffe.gui.platform.swing.builder.components.SwingComponentHandler |
|---|
addActionListener, addChangeListener, addFocusListener, fireChangeEvent, getComponent, getJComponent, isEnabled, removeActionListener, removeChangeListener, removeFocusListener, setEnabled |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SwingTextAreaHandler(javax.swing.JTextArea textArea)
SwingTextAreaHandler and
initializes it with the text area to manage.
textArea - the text area| Method Detail |
|---|
public java.lang.Object getOuterComponent()
getOuterComponent in interface ComponentHandlergetOuterComponent in class SwingComponentHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||