com.lowagie.tools.plugins.treeview

Class TreeViewInternalFrame

public class TreeViewInternalFrame extends JInternalFrame implements PropertyChangeListener, IUpdatenodeview

Nested Class Summary
classTreeViewInternalFrame.PDFTreeCellRenderer
Field Summary
AnalyzePDFanalyzer
BorderLayoutborderLayout1
BorderLayoutborderLayout2
BorderLayoutborderLayout3
BorderLayoutborderLayout4
BorderLayoutborderLayout5
BorderLayoutborderLayout6
BorderLayoutborderLayout7
CardLayoutcardLayout2
DefaultTreeModeldefaultree
JLabeljLabel1
JPaneljPanel1
JPaneljPanel2
JPaneljPanel3
JPaneljPanel4
JPaneljPanel5
JPaneljPanel6
JScrollPanejScrollPane1
JScrollPanejScrollPane2
JScrollPanejScrollPane3
JScrollPanejScrollPane4
JSplitPanejSplitPane1
JSplitPanejSplitPane2
JTablejTable1
JTextPanejTextPane1
JTreejTree1
static longserialVersionUID
TableColumnModeltableColumnModel1
Constructor Summary
TreeViewInternalFrame(String title, boolean resizable, boolean closable, boolean maximizable)
Method Summary
voidjbInit()
voidjTree1_valueChanged(TreeSelectionEvent e)
voidpropertyChange(PropertyChangeEvent evt)
This method gets called when a bound property is changed.
voidsetTreemodel(TreeModel treemodel)
voidshowempty()
This method clears the bottom window IUpdatenodeview method
voidshowtext(String text)
This method fills the bottom window with the given text in a JtextPane IUpdatenodeview method
voidshowvalues(String text)
This method fills the bottom window with the given text in a JLabel IUpdatenodeview method

Field Detail

analyzer

AnalyzePDF analyzer

borderLayout1

BorderLayout borderLayout1

borderLayout2

BorderLayout borderLayout2

borderLayout3

BorderLayout borderLayout3

borderLayout4

BorderLayout borderLayout4

borderLayout5

BorderLayout borderLayout5

borderLayout6

BorderLayout borderLayout6

borderLayout7

BorderLayout borderLayout7

cardLayout2

CardLayout cardLayout2

defaultree

DefaultTreeModel defaultree

jLabel1

JLabel jLabel1

jPanel1

JPanel jPanel1

jPanel2

JPanel jPanel2

jPanel3

JPanel jPanel3

jPanel4

JPanel jPanel4

jPanel5

JPanel jPanel5

jPanel6

JPanel jPanel6

jScrollPane1

JScrollPane jScrollPane1

jScrollPane2

JScrollPane jScrollPane2

jScrollPane3

JScrollPane jScrollPane3

jScrollPane4

JScrollPane jScrollPane4

jSplitPane1

JSplitPane jSplitPane1

jSplitPane2

JSplitPane jSplitPane2

jTable1

JTable jTable1

jTextPane1

JTextPane jTextPane1

jTree1

JTree jTree1

serialVersionUID

private static final long serialVersionUID

tableColumnModel1

TableColumnModel tableColumnModel1

Constructor Detail

TreeViewInternalFrame

public TreeViewInternalFrame(String title, boolean resizable, boolean closable, boolean maximizable)

Method Detail

jbInit

private void jbInit()

jTree1_valueChanged

public void jTree1_valueChanged(TreeSelectionEvent e)

propertyChange

public void propertyChange(PropertyChangeEvent evt)
This method gets called when a bound property is changed.

Parameters: evt A PropertyChangeEvent object describing the event source and the property that has changed.

setTreemodel

public void setTreemodel(TreeModel treemodel)

showempty

public void showempty()
This method clears the bottom window IUpdatenodeview method

showtext

public void showtext(String text)
This method fills the bottom window with the given text in a JtextPane IUpdatenodeview method

Parameters: text String Plain text

showvalues

public void showvalues(String text)
This method fills the bottom window with the given text in a JLabel IUpdatenodeview method

Parameters: text String HTML formatted text