This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 142499 - Need a way to print only visible window of UML diagram
Summary: Need a way to print only visible window of UML diagram
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-01 00:03 UTC by Peter Lam
Modified: 2008-08-01 12:38 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Lam 2008-08-01 00:03:58 UTC
When I'm looking at certain objects on the UML diagram window and I want to print just what's in the visible window,
there's no way to do that. There's should be an option from the printing.
Comment 1 Vladimir Yaroslavskiy 2008-08-01 12:38:55 UTC
Print manager prints component marked as "print.printable" and invokes print() method of the component for preview and
printer output. So, it is up to UML component which data will be passed to the Print Manager.

Also method printAction(PrintProvider [] providers) can be used to specify the pages directly.