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 25574 Details for
Bug 102866
Need API for updating the splash screen's progress bar
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 org.eclipse.platform
patch.txt (text/plain), 1.10 KB, created by
Boris Bokowski
on 2005-08-02 14:05:29 EDT
(
hide
)
Description:
patch to org.eclipse.platform
Filename:
MIME Type:
Creator:
Boris Bokowski
Created:
2005-08-02 14:05:29 EDT
Size:
1.10 KB
patch
obsolete
>Index: src/org/eclipse/core/launcher/Main.java >=================================================================== >RCS file: /home/eclipse/org.eclipse.platform/src/org/eclipse/core/launcher/Main.java,v >retrieving revision 1.100 >diff -u -r1.100 Main.java >--- src/org/eclipse/core/launcher/Main.java 10 Jun 2005 15:33:19 -0000 1.100 >+++ src/org/eclipse/core/launcher/Main.java 2 Aug 2005 18:04:14 -0000 >@@ -80,11 +80,15 @@ > private boolean initialize = false; > private Process showProcess = null; > private boolean splashDown = false; >- private final Thread endSplashHandler = new Thread() { >- public void run() { >- takeDownSplash(); >- } >- }; >+ public final class EndSplashHandler extends Thread { >+ public void run() { >+ takeDownSplash(); >+ } >+ public OutputStream getOutputStream() { >+ return showProcess == null ? null : showProcess.getOutputStream(); >+ } >+ } >+ private final Thread endSplashHandler = new EndSplashHandler(); > > // command line args > private static final String FRAMEWORK = "-framework"; //$NON-NLS-1$
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
Actions:
View
|
Diff
Attachments on
bug 102866
: 25574 |
25575
|
25576