uci.gef
Class CmdPrint

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--uci.gef.Cmd
              |
              +--uci.gef.CmdPrint

public class CmdPrint
extends Cmd

Cmd to Print a diagram. Only works under JDK 1.1.

See Also:
Serialized Form

Field Summary
static int OVERLAP
           
 
Fields inherited from class uci.gef.Cmd
_args, HAS_ICON, NO_ICON
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Constructor Summary
CmdPrint()
           
CmdPrint(String diagramName)
           
 
Method Summary
 void doIt()
           
 void setDiagramName(String name)
           
 void setPrintPageNumbers(boolean b)
           
 void undoIt()
           
 
Methods inherited from class uci.gef.Cmd
about, actionPerformed, cmdAtIndex, containsArg, getArg, getArg, getName, register, registeredCmds, setArg, setName, shouldBeEnabled, updateEnabled
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OVERLAP

public static int OVERLAP
Constructor Detail

CmdPrint

public CmdPrint()

CmdPrint

public CmdPrint(String diagramName)
Method Detail

setDiagramName

public void setDiagramName(String name)

setPrintPageNumbers

public void setPrintPageNumbers(boolean b)

doIt

public void doIt()
Overrides:
doIt in class Cmd

undoIt

public void undoIt()
Overrides:
undoIt in class Cmd