com.lowagie.tools.plugins.treeview
public class TreeViewInternalFrame extends JInternalFrame implements PropertyChangeListener, IUpdatenodeview
Nested Class Summary | |
---|---|
class | TreeViewInternalFrame.PDFTreeCellRenderer |
Field Summary | |
---|---|
AnalyzePDF | analyzer |
BorderLayout | borderLayout1 |
BorderLayout | borderLayout2 |
BorderLayout | borderLayout3 |
BorderLayout | borderLayout4 |
BorderLayout | borderLayout5 |
BorderLayout | borderLayout6 |
BorderLayout | borderLayout7 |
CardLayout | cardLayout2 |
DefaultTreeModel | defaultree |
JLabel | jLabel1 |
JPanel | jPanel1 |
JPanel | jPanel2 |
JPanel | jPanel3 |
JPanel | jPanel4 |
JPanel | jPanel5 |
JPanel | jPanel6 |
JScrollPane | jScrollPane1 |
JScrollPane | jScrollPane2 |
JScrollPane | jScrollPane3 |
JScrollPane | jScrollPane4 |
JSplitPane | jSplitPane1 |
JSplitPane | jSplitPane2 |
JTable | jTable1 |
JTextPane | jTextPane1 |
JTree | jTree1 |
static long | serialVersionUID |
TableColumnModel | tableColumnModel1 |
Constructor Summary | |
---|---|
TreeViewInternalFrame(String title, boolean resizable, boolean closable, boolean maximizable) |
Method Summary | |
---|---|
void | jbInit() |
void | jTree1_valueChanged(TreeSelectionEvent e) |
void | propertyChange(PropertyChangeEvent evt)
This method gets called when a bound property is changed.
|
void | setTreemodel(TreeModel treemodel) |
void | showempty()
This method clears the bottom window IUpdatenodeview method |
void | showtext(String text)
This method fills the bottom window with the given text in a JtextPane
IUpdatenodeview method
|
void | showvalues(String text)
This method fills the bottom window with the given text in a JLabel
IUpdatenodeview method
|
Parameters: evt A PropertyChangeEvent object describing the event source and the property that has changed.
Parameters: text String Plain text
Parameters: text String HTML formatted text