uci.gef
Class CmdAdjustPageBreaks
java.lang.Object
|
+--javax.swing.AbstractAction
|
+--uci.gef.Cmd
|
+--uci.gef.CmdAdjustPageBreaks
- public class CmdAdjustPageBreaks
- extends Cmd
An Cmd to modify the way that the PageBreaks Layer of the
current document looks. For now it just cycles among a few
predefined looks. Needs-More-Work: Should put up a PageBreaks
preference dialog box or use the property sheet.
- See Also:
- Serialized Form
| Methods inherited from class uci.gef.Cmd |
about,
actionPerformed,
cmdAtIndex,
containsArg,
getArg,
getArg,
getName,
register,
registeredCmds,
setArg,
setName,
shouldBeEnabled,
updateEnabled |
CmdAdjustPageBreaks
public CmdAdjustPageBreaks()
- Construct a new CmdAdjustPageBreaks
doIt
public void doIt()
- Overrides:
- doIt in class Cmd
undoIt
public void undoIt()
- Overrides:
- undoIt in class Cmd