Diff between IPlatformRunnable, IStartup n preStartup in WorkbenchAdvisor [message #167030] |
Thu, 24 August 2006 06:35  |
Eclipse User |
|
|
|
Originally posted by: joneo_ytk81.hotmail.com
can anybody tell me the usage differents between these 3
IPlatformRunnable, IStartup n preStartup in WorkbenchAdvisor? i tried to
have a login dialog popup when user open the eclipse. i've came across
those 3 interfaces/function but i not very clear about it. can anybody
explain to me? i've tied to do like below but it doesnt popup when i open
the eclipse. can anybody tell me why? am i do it wrongly?
public class LoginDialog implements IStartup {
protected Shell window;
public void earlyStartup() {
MessageDialog.openInformation(window, "Testing", "Early Startup
Testing!!" );
}
}
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.06706 seconds