|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractAction
gov.lbl.genome.gui.action.VAbstractAction
gov.lbl.genome.gui.action.PrinterSetupAction
public class PrinterSetupAction
Title: Printer settings
Description: Printer Settings
Copyright: Copyright (c) 2002 Ernest Orlando Lawrence Berkeley National Laboratory
Company: LBNL
Field Summary |
---|
Fields inherited from class gov.lbl.genome.gui.action.VAbstractAction |
---|
action, actionIcon, actionThread, numberOfActions, param, va |
Fields inherited from class javax.swing.AbstractAction |
---|
changeSupport, enabled |
Fields inherited from interface javax.swing.Action |
---|
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, SHORT_DESCRIPTION, SMALL_ICON |
Constructor Summary | |
---|---|
PrinterSetupAction(VistaApp vapp)
PrinterSetupAction |
|
PrinterSetupAction(VistaApp vapp,
java.lang.String name)
PrinterSetupAction |
Method Summary | |
---|---|
void |
run()
Show standatd dialog window with printer settings There are some problems with printing from an applet in java 1.5 |
Methods inherited from class gov.lbl.genome.gui.action.VAbstractAction |
---|
actionPerformed |
Methods inherited from class javax.swing.AbstractAction |
---|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrinterSetupAction(VistaApp vapp)
vapp
- VistaApppublic PrinterSetupAction(VistaApp vapp, java.lang.String name)
vapp
- VistaAppname
- StringMethod Detail |
---|
public void run()
run
in interface java.lang.Runnable
run
in class VAbstractAction
VAbstractAction.actionPerformed(ActionEvent)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |