org.apache.batik.apps.svgbrowser

Class DOMViewer.Panel.CharacterPanel

protected class DOMViewer.Panel.CharacterPanel extends JPanel

The CharacterData panel text area.
Field Summary
protected Nodenode
Associated node.
protected JTextAreatextArea
The text area.
Constructor Summary
CharacterPanel(BorderLayout layout)
Constructor.
Method Summary
NodegetNode()
Gets the node.
JTextAreagetTextArea()
Gets the textArea.
voidsetNode(Node node)
Sets the node.
voidsetTextArea(JTextArea textArea)
Sets the textArea.

Field Detail

node

protected Node node
Associated node.

textArea

protected JTextArea textArea
The text area.

Constructor Detail

CharacterPanel

public CharacterPanel(BorderLayout layout)
Constructor.

Parameters: layout The LayoutManager

Method Detail

getNode

public Node getNode()
Gets the node.

Returns: node

getTextArea

public JTextArea getTextArea()
Gets the textArea.

Returns: textArea

setNode

public void setNode(Node node)
Sets the node.

Parameters: node the node to set

setTextArea

public void setTextArea(JTextArea textArea)
Sets the textArea.

Parameters: textArea the text area to set

Copyright B) 2008 Apache Software Foundation. All Rights Reserved.