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
-
Toolbox(Frame, String)
-
-
Toolbox(Frame, String, int)
-
-
add(Image)
-
-
getFrame()
-
-
setVisible(boolean)
-
-
show(int, int)
-
-
windowActivated(WindowEvent)
-
-
windowClosed(WindowEvent)
-
-
windowClosing(WindowEvent)
-
-
windowDeactivated(WindowEvent)
-
-
windowDeiconified(WindowEvent)
-
-
windowIconified(WindowEvent)
-
-
windowOpened(WindowEvent)
-
Toolbox
public Toolbox(Frame frame,
String title)
Toolbox
public Toolbox(Frame frame,
String title,
int cols)
getFrame
public Frame getFrame()
add
public ImageButton add(Image image)
show
public void show(int x,
int y)
setVisible
public void setVisible(boolean b)
- Overrides:
- setVisible in class Component
windowActivated
public void windowActivated(WindowEvent event)
windowDeactivated
public void windowDeactivated(WindowEvent event)
windowClosed
public void windowClosed(WindowEvent event)
windowIconified
public void windowIconified(WindowEvent event)
windowDeiconified
public void windowDeiconified(WindowEvent event)
windowOpened
public void windowOpened(WindowEvent event)
windowClosing
public void windowClosing(WindowEvent event)
All Packages Class Hierarchy This Package Previous Next Index