Modifier and Type | Field and Description |
---|---|
private WCRectangle |
bounds |
private java.util.List<UIClient> |
clients |
private WebPage |
webPage |
Constructor and Description |
---|
UIClientImpl() |
Modifier and Type | Method and Description |
---|---|
void |
alert(java.lang.String text) |
boolean |
canRunBeforeUnloadConfirmPanel() |
java.lang.String[] |
chooseFile(java.lang.String initialFileName,
boolean multiple,
java.lang.String mimeFilters) |
void |
closePage() |
boolean |
confirm(java.lang.String text) |
void |
confirmStartDrag() |
WebPage |
createPage(boolean menu,
boolean status,
boolean toolbar,
boolean resizable) |
WCRectangle |
getViewBounds() |
boolean |
isDragConfirmed() |
void |
print() |
java.lang.String |
prompt(java.lang.String text,
java.lang.String defaultValue) |
boolean |
runBeforeUnloadConfirmPanel(java.lang.String message) |
void |
setStatusbarText(java.lang.String text) |
void |
setViewBounds(WCRectangle bounds) |
(package private) void |
setWebPage(WebPage webPage) |
void |
showView() |
void |
startDrag(WCImage frame,
int imageOffsetX,
int imageOffsetY,
int eventPosX,
int eventPosY,
java.lang.String[] mimeTypes,
java.lang.Object[] values,
boolean isImageSource) |
private WebPage webPage
private final java.util.List<UIClient> clients
private WCRectangle bounds
void setWebPage(WebPage webPage)
public WebPage createPage(boolean menu, boolean status, boolean toolbar, boolean resizable)
createPage
in interface UIClient
public WCRectangle getViewBounds()
getViewBounds
in interface UIClient
public void setViewBounds(WCRectangle bounds)
setViewBounds
in interface UIClient
public void setStatusbarText(java.lang.String text)
setStatusbarText
in interface UIClient
public java.lang.String prompt(java.lang.String text, java.lang.String defaultValue)
public boolean canRunBeforeUnloadConfirmPanel()
canRunBeforeUnloadConfirmPanel
in interface UIClient
public boolean runBeforeUnloadConfirmPanel(java.lang.String message)
runBeforeUnloadConfirmPanel
in interface UIClient
public java.lang.String[] chooseFile(java.lang.String initialFileName, boolean multiple, java.lang.String mimeFilters)
chooseFile
in interface UIClient
public void startDrag(WCImage frame, int imageOffsetX, int imageOffsetY, int eventPosX, int eventPosY, java.lang.String[] mimeTypes, java.lang.Object[] values, boolean isImageSource)
public void confirmStartDrag()
confirmStartDrag
in interface UIClient
public boolean isDragConfirmed()
isDragConfirmed
in interface UIClient