Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 95013 Details for
Bug 225923
javadoc for FigureCanvas is lacking
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch to FigureCanvas.java
FigureCanvas-javadoc (text/plain), 1.15 KB, created by
James Synge
on 2008-04-06 22:43:31 EDT
(
hide
)
Description:
Patch to FigureCanvas.java
Filename:
MIME Type:
Creator:
James Synge
Created:
2008-04-06 22:43:31 EDT
Size:
1.15 KB
patch
obsolete
>Index: src/org/eclipse/draw2d/FigureCanvas.java >=================================================================== >RCS file: /cvsroot/tools/org.eclipse.gef/plugins/org.eclipse.draw2d/src/org/eclipse/draw2d/FigureCanvas.java,v >retrieving revision 1.39 >diff -u -r1.39 FigureCanvas.java >--- src/org/eclipse/draw2d/FigureCanvas.java 11 Jan 2008 22:19:10 -0000 1.39 >+++ src/org/eclipse/draw2d/FigureCanvas.java 7 Apr 2008 02:20:55 -0000 >@@ -26,8 +26,17 @@ > import org.eclipse.draw2d.geometry.Rectangle; > > /** >- * A Canvas that contains {@link Figure Figures}. >- * >+ * A scrolling Canvas that contains {@link Figure Figures} >+ * viewed through a {@link Viewport}. Call {@link #setContents(IFigure)} >+ * to specify the root of the tree of <tt>Figures</tt> to be viewed >+ * through the <tt>Viewport</tt>. >+ * <p> >+ * Normal procedure for using a FigureCanvas: >+ * <ol> >+ * <li>Create a FigureCanvas. >+ * <li>Create a Draw2d Figure and call {@link #setContents(IFigure)}. This Figure will be the >+ * top-level Figure of the Draw2d application. >+ * </ol> > * <p> > * Note: Only one of the styles RIGHT_TO_LEFT, LEFT_TO_RIGHT may be specified. > * </p>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
nyssen
:
iplog+
Actions:
View
|
Diff
Attachments on
bug 225923
: 95013