All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gjt.Toolbox

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----gjt.Toolbox

public abstract class Toolbox
extends Frame
implements WindowListener

Constructor Index

 o Toolbox(Frame, String)
 o Toolbox(Frame, String, int)

Method Index

 o add(Image)
 o getFrame()
 o setVisible(boolean)
 o show(int, int)
 o windowActivated(WindowEvent)
 o windowClosed(WindowEvent)
 o windowClosing(WindowEvent)
 o windowDeactivated(WindowEvent)
 o windowDeiconified(WindowEvent)
 o windowIconified(WindowEvent)
 o windowOpened(WindowEvent)

Constructors

 o Toolbox
 public Toolbox(Frame frame,
                String title)
 o Toolbox
 public Toolbox(Frame frame,
                String title,
                int cols)

Methods

 o getFrame
 public Frame getFrame()
 o add
 public ImageButton add(Image image)
 o show
 public void show(int x,
                  int y)
 o setVisible
 public void setVisible(boolean b)
Overrides:
setVisible in class Component
 o windowActivated
 public void windowActivated(WindowEvent event)
 o windowDeactivated
 public void windowDeactivated(WindowEvent event)
 o windowClosed
 public void windowClosed(WindowEvent event)
 o windowIconified
 public void windowIconified(WindowEvent event)
 o windowDeiconified
 public void windowDeiconified(WindowEvent event)
 o windowOpened
 public void windowOpened(WindowEvent event)
 o windowClosing
 public void windowClosing(WindowEvent event)

All Packages  Class Hierarchy  This Package  Previous  Next  Index