Serialized Form
-
Package com.lowagie.toolbox
-
Class com.lowagie.toolbox.Toolbox
class Toolbox extends JFrame implements Serializable- serialVersionUID:
- -3766198389452935073L
-
Serialized Fields
-
console
JScrollPane console
The ConsolePane of the toolbox. -
desktop
JDesktopPane desktop
The DesktopPane of the toolbox. -
locationX
int locationX
x-coordinate of the location of a new internal frame. -
locationY
int locationY
y-coordinate of the location of a new internal frame. -
menuitemlist
Vector<String> menuitemlist
-
menulist
Vector<String> menulist
-
toolarray
ArrayList<AbstractTool> toolarray
toolarray -
toolmap
Properties toolmap
The list of tools in the toolbox.
-
-
Class com.lowagie.toolbox.Versions
class Versions extends JFrame implements Serializable- serialVersionUID:
- 2925242862240301106L
-
Serialized Fields
-
library_versions
JLabel library_versions
A label with info about the library, JVM,... -
plugin_versions
JTable plugin_versions
The table with all the plug-ins (name, version and date). -
scroll_versions
JScrollPane scroll_versions
A scrollpane for the plugin_versions table.
-
-
-
Package com.lowagie.toolbox.swing
-
Class com.lowagie.toolbox.swing.FileList
class FileList extends JInternalFrame implements Serializable- serialVersionUID:
- -7238230038043975672L
-
Serialized Fields
-
borderLayout1
BorderLayout borderLayout1
-
borderLayout2
BorderLayout borderLayout2
-
borderLayout3
BorderLayout borderLayout3
-
dt
DropTarget dt
-
filevector
Vector<com.lowagie.toolbox.swing.FileList.RowContainer> filevector
-
jLabel1
JLabel jLabel1
-
jLabel2
JLabel jLabel2
-
jPanel1
JPanel jPanel1
-
jPanel2
JPanel jPanel2
-
jPanel3
JPanel jPanel3
-
jScrollPane1
JScrollPane jScrollPane1
-
jTable1
JTable jTable1
-
model
com.lowagie.toolbox.swing.FileList.FileTableModel model
-
sorter
RowSorter<TableModel> sorter
-
-
Class com.lowagie.toolbox.swing.PdfInformationPanel
class PdfInformationPanel extends JPanel implements Serializable- serialVersionUID:
- -4171577284617028707L
-
Serialized Fields
-
filename
String filename
The file name of the PDF we're going to label. -
label
JLabel label
the label containing the metadata -
panel
JPanel panel
the panel to witch the scrollpane will be added. -
scrollpane
JScrollPane scrollpane
the scrollpane to scroll through the label
-
-