xp new window
git-svn-id: svn://10.0.0.236/trunk@229162 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -821,4 +821,4 @@ class URIToStringMap extends Object implements Map {
|
||||
}
|
||||
|
||||
|
||||
} // end of class EventRegistrationImpl
|
||||
} // end of class EventRegistrationImpl>>>>>>> 1.22
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user