Package | Description |
---|---|
de.mcp.cutcad.printdialog |
Modifier and Type | Field and Description |
---|---|
private PrintSubInstance |
PrintSubDialogWindow.parent
The printSubInstance which creates this Window.
|
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<PrintSubInstance> |
PrintInstance.subInstances
The subInstances of the printInstance.
|
Modifier and Type | Method and Description |
---|---|
private int |
PrintInstance.getSubInstanceIndex(PrintSubInstance selected)
Returns the index of the subInstance belonging to the printInstance.
|
(package private) void |
PrintInstance.selectSubInstance(PrintSubInstance selected)
Sets which subInstance is active by its index.
|
Constructor and Description |
---|
PrintSubDialogWindow(PrintSubInstance theParent,
java.lang.String printJobName,
int theWidth,
int theHeight)
Creates an instance witch contains the printSubDialogWindow.
|