com.lowagie.toolbox
public class Toolbox extends JFrame implements ActionListener
Since: 2.1.1 (imported from itexttoolbox project)
| Nested Class Summary | |
|---|---|
| class | Toolbox.Console
A Class that redirects output to System.out and System.err. |
| Field Summary | |
|---|---|
| JScrollPane | console The ConsolePane of the toolbox. |
| JDesktopPane | desktop The DesktopPane of the toolbox. |
| int | locationX x-coordinate of the location of a new internal frame. |
| int | locationY y-coordinate of the location of a new internal frame. |
| Vector<String> | menuitemlist |
| Vector<String> | menulist |
| static long | serialVersionUID A serial version ID |
| ArrayList<AbstractTool> | toolarray
toolarray |
| Properties | toolmap The list of tools in the toolbox. |
| Constructor Summary | |
|---|---|
| Toolbox()
Constructs the Toolbox object. | |
| Method Summary | |
|---|---|
| void | actionPerformed(ActionEvent evt) |
| void | buildPluginMenuItems(Map<Object,Object> tmp, JMenu tools)
BuildPluginMenuItems
|
| static void | centerFrame(Frame f)
Centers a JFrame.
|
| AbstractTool | createFrame(String name)
Creates an Internal Frame.
|
| JMenuBar | getMenubar()
Gets the menubar.
|
| Vector<String> | getMenulist() |
| static void | main(String[] args)
Starts the Toolbox utility.
use as first argument the name of the plugin,
then the arguments of the plugin used.
e.g.
java -jar itext.jar Burst inputfile.pdf
That way you can call plugins by name directly.
|
Parameters: evt ActionEvent
See Also: java.awt.event.ActionListener#actionPerformed(java.awt.event.ActionEvent)
Parameters: tmp Map tools JMenu
Parameters: f JFrame
Parameters: name the name of the application
Returns: AbstractTool
Throws: InstantiationException IllegalAccessException ClassNotFoundException PropertyVetoException
Returns: a menubar
Parameters: args no arguments needed