|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectnet.sf.jiffie.IDispatch
net.sf.jiffie.BrowserDispatch
net.sf.jiffie.IHTMLPopup
public class IHTMLPopup
Implementation of the IHTMLPopup interface.
| Field Summary |
|---|
| Fields inherited from class net.sf.jiffie.IDispatch |
|---|
IID |
| Constructor Summary | |
|---|---|
IHTMLPopup(InternetExplorer parentBrowser,
Dispatch dispatch)
Constructor. |
|
| Method Summary | |
|---|---|
IHTMLDocument2 |
getDocument()
Retrieves the document contained by the popup window. |
void |
hide()
Closes the popup window. |
boolean |
isOpen()
Retrieves a flag indicating if the popup is open. |
void |
show()
Shows the popup window. |
boolean |
show(int x,
int y,
int width,
int height,
IHTMLElement element)
Shows the popup window at the xy coordinates relative to the element. |
| Methods inherited from class net.sf.jiffie.BrowserDispatch |
|---|
getElementProperty, getParentBrowser |
| Methods inherited from class net.sf.jiffie.IDispatch |
|---|
call, call, call, call, call, clone, finalize, getBooleanProperty, getDispatch, getDispatchProperty, getIntegerProperty, getStringProperty, getVariantProperty, isReleased, newDispatch, queryInterface, release, setBooleanProperty, setIntegerProperty, setStringProperty |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IHTMLPopup(InternetExplorer parentBrowser,
Dispatch dispatch)
parentBrowser - parent browserdispatch - Jacob dispatch interface| Method Detail |
|---|
public IHTMLDocument2 getDocument()
public void hide()
public boolean isOpen()
public void show()
public boolean show(int x,
int y,
int width,
int height,
IHTMLElement element)
x - x coordinate.y - y coordinate.width - width of the popup.height - height of the popup.element - element to which the x,y coordinates are relative.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||