xp new window

git-svn-id: svn://10.0.0.236/trunk@229162 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
edburns%acm.org
2007-07-02 16:12:11 +00:00
parent 0ea4dacd7d
commit b6e243f8c5
3 changed files with 2 additions and 14 deletions

View File

@@ -147,18 +147,6 @@ public List<Runnable> getRealizeNewWindowRunnableList() {
return browserWillAdd;
}
public static class RealizeNewWindowEvent {
private BrowserControl browserControl;
public BrowserControl getBrowserControl() {
return browserControl;
}
public void setBrowserControl(BrowserControl browserControl) {
this.browserControl = browserControl;
}
}
public Runnable getRealizeNewWindowRunnable() {
return realizeNewWindowRunnable;
}
@@ -167,5 +155,4 @@ public static class RealizeNewWindowEvent {
this.realizeNewWindowRunnable = realizeNewWindowRunnable;
}
} // end of class NewWindowEvent

View File

@@ -821,4 +821,4 @@ class URIToStringMap extends Object implements Map {
}
} // end of class EventRegistrationImpl
} // end of class EventRegistrationImpl>>>>>>> 1.22

View File

@@ -88,6 +88,7 @@ abstract class NativeBrowserControlCanvas extends BrowserControlCanvas {
*/
abstract protected int getWindow();
abstract void performPlatformAppropriateNewWindowRealization(NewWindowEvent event);
/**
* Allow platform specific handling of new window creation.