|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertiesDialogComponent | |
byucc.jhdl.apps.util | |
byucc.jhdl.apps.Viewers.Schematic |
Uses of PropertiesDialogComponent in byucc.jhdl.apps.util |
Methods in byucc.jhdl.apps.util with parameters of type PropertiesDialogComponent | |
void |
PropertiesDialog.addProperty(PropertiesDialogComponent property)
|
Constructors in byucc.jhdl.apps.util with parameters of type PropertiesDialogComponent | |
PropertiesDialog(java.awt.Frame owner,
java.lang.String dialogName,
java.lang.String dialogInformation,
PropertiesDialogComponent[] properties)
Creates a new PropertiesDialog. |
|
PropertiesDialog(java.awt.Frame owner,
java.lang.String dialogName,
java.lang.String dialogInformation,
PropertiesDialogComponent[] properties,
CLInterpreter interpreter)
Creates a new PropertiesDialog. |
Uses of PropertiesDialogComponent in byucc.jhdl.apps.Viewers.Schematic |
Fields in byucc.jhdl.apps.Viewers.Schematic declared as PropertiesDialogComponent | |
protected static PropertiesDialogComponent |
SchematicCanvas.printSetupShowPageCoordinates
if true, then the page coordinates of each page of a printed schematic will be printed in the upper-left corner |
protected static PropertiesDialogComponent |
SchematicCanvas.printSetupShowDesignName
if true, the name of the printed design will show in the upper-left corner of schematics sent to printer |
protected static PropertiesDialogComponent |
SchematicCanvas.printSetupShowDate
if true, the date and time will show in the upper-left corner of schematics sent to printer |
protected static PropertiesDialogComponent |
SchematicCanvas.printSetupZoomAll
if true, the schematic will be zoomed to fit on a single page. |
protected static PropertiesDialogComponent |
SchematicCanvas.printSetupOverlap
sets the amount that printed pages of the schematic will overlap. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |