All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ij.ImageJ

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----ij.ImageJ

public class ImageJ
extends Frame
implements ClipboardOwner, ActionListener, MouseListener, KeyListener, WindowListener, ItemListener
Image/J main class

See Also:
ImageJApplet

Variable Index

 o VERSION

Constructor Index

 o ImageJ()

Method Index

 o actionPerformed(ActionEvent)
Handle menu events.
 o copyText(boolean)
Copies text from the Image/J window to the system clipboard.
 o doCommand(String)
 o getPreferredLocation()
 o getProgressBar()
 o itemStateChanged(ItemEvent)
Handles CheckboxMenuItem state changes.
 o keyPressed(KeyEvent)
 o keyReleased(KeyEvent)
 o keyTyped(KeyEvent)
 o lostOwnership(Clipboard, Transferable)
 o main(String[])
 o modifiers(int)
Return the current list of modifier keys.
 o mouseClicked(MouseEvent)
 o mouseEntered(MouseEvent)
 o mouseExited(MouseEvent)
 o mousePressed(MouseEvent)
 o mouseReleased(MouseEvent)
 o windowActivated(WindowEvent)
 o windowClosed(WindowEvent)
 o windowClosing(WindowEvent)
 o windowDeactivated(WindowEvent)
 o windowDeiconified(WindowEvent)
 o windowIconified(WindowEvent)
 o windowOpened(WindowEvent)

Variables

 o VERSION
 public static final String VERSION

Constructors

 o ImageJ
 public ImageJ()

Methods

 o getPreferredLocation
 public Point getPreferredLocation()
 o getProgressBar
 public ProgressBar getProgressBar()
 o doCommand
 public void doCommand(String name)
 o modifiers
 public static String modifiers(int flags)
Return the current list of modifier keys.

 o actionPerformed
 public void actionPerformed(ActionEvent e)
Handle menu events.

 o itemStateChanged
 public void itemStateChanged(ItemEvent e)
Handles CheckboxMenuItem state changes.

 o mousePressed
 public void mousePressed(MouseEvent e)
 o mouseReleased
 public void mouseReleased(MouseEvent e)
 o mouseExited
 public void mouseExited(MouseEvent e)
 o mouseClicked
 public void mouseClicked(MouseEvent e)
 o mouseEntered
 public void mouseEntered(MouseEvent e)
 o keyPressed
 public void keyPressed(KeyEvent e)
 o keyReleased
 public void keyReleased(KeyEvent e)
 o keyTyped
 public void keyTyped(KeyEvent e)
 o windowClosing
 public void windowClosing(WindowEvent e)
 o windowActivated
 public void windowActivated(WindowEvent e)
 o windowClosed
 public void windowClosed(WindowEvent e)
 o windowDeactivated
 public void windowDeactivated(WindowEvent e)
 o windowDeiconified
 public void windowDeiconified(WindowEvent e)
 o windowIconified
 public void windowIconified(WindowEvent e)
 o windowOpened
 public void windowOpened(WindowEvent e)
 o copyText
 public int copyText(boolean cut)
Copies text from the Image/J window to the system clipboard. Returns 0 if the system clipboard is not available or no text is selected. Clears the selection if "cut" is true.

 o lostOwnership
 public void lostOwnership(Clipboard clipboard,
                           Transferable contents)
 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index