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
-
VERSION
-
-
ImageJ()
-
-
actionPerformed(ActionEvent)
- Handle menu events.
-
copyText(boolean)
- Copies text from the Image/J window to the system clipboard.
-
doCommand(String)
-
-
getPreferredLocation()
-
-
getProgressBar()
-
-
itemStateChanged(ItemEvent)
- Handles CheckboxMenuItem state changes.
-
keyPressed(KeyEvent)
-
-
keyReleased(KeyEvent)
-
-
keyTyped(KeyEvent)
-
-
lostOwnership(Clipboard, Transferable)
-
-
main(String[])
-
-
modifiers(int)
- Return the current list of modifier keys.
-
mouseClicked(MouseEvent)
-
-
mouseEntered(MouseEvent)
-
-
mouseExited(MouseEvent)
-
-
mousePressed(MouseEvent)
-
-
mouseReleased(MouseEvent)
-
-
windowActivated(WindowEvent)
-
-
windowClosed(WindowEvent)
-
-
windowClosing(WindowEvent)
-
-
windowDeactivated(WindowEvent)
-
-
windowDeiconified(WindowEvent)
-
-
windowIconified(WindowEvent)
-
-
windowOpened(WindowEvent)
-
VERSION
public static final String VERSION
ImageJ
public ImageJ()
getPreferredLocation
public Point getPreferredLocation()
getProgressBar
public ProgressBar getProgressBar()
doCommand
public void doCommand(String name)
modifiers
public static String modifiers(int flags)
- Return the current list of modifier keys.
actionPerformed
public void actionPerformed(ActionEvent e)
- Handle menu events.
itemStateChanged
public void itemStateChanged(ItemEvent e)
- Handles CheckboxMenuItem state changes.
mousePressed
public void mousePressed(MouseEvent e)
mouseReleased
public void mouseReleased(MouseEvent e)
mouseExited
public void mouseExited(MouseEvent e)
mouseClicked
public void mouseClicked(MouseEvent e)
mouseEntered
public void mouseEntered(MouseEvent e)
keyPressed
public void keyPressed(KeyEvent e)
keyReleased
public void keyReleased(KeyEvent e)
keyTyped
public void keyTyped(KeyEvent e)
windowClosing
public void windowClosing(WindowEvent e)
windowActivated
public void windowActivated(WindowEvent e)
windowClosed
public void windowClosed(WindowEvent e)
windowDeactivated
public void windowDeactivated(WindowEvent e)
windowDeiconified
public void windowDeiconified(WindowEvent e)
windowIconified
public void windowIconified(WindowEvent e)
windowOpened
public void windowOpened(WindowEvent e)
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.
lostOwnership
public void lostOwnership(Clipboard clipboard,
Transferable contents)
main
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index