org.exoplatform.applications.ooplugin
Class PlugInDialog
java.lang.Object
org.exoplatform.applications.ooplugin.PlugInDialog
- Direct Known Subclasses:
- AboutDialog, BrowseDialog, SettingsDialog, ViewVersions
public class PlugInDialog
- extends Object
Created by The eXo Platform SAS Author.
- Version:
- $Id: $
- Author:
- Vitaly Guly
|
Constructor Summary |
PlugInDialog(WebDavConfig config,
com.sun.star.uno.XComponentContext xComponentContext,
com.sun.star.frame.XFrame xFrame,
com.sun.star.awt.XToolkit xToolkit)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dialogName
protected String dialogName
enabled
protected boolean enabled
xComponentContext
protected com.sun.star.uno.XComponentContext xComponentContext
xFrame
protected com.sun.star.frame.XFrame xFrame
xToolkit
protected com.sun.star.awt.XToolkit xToolkit
xDialog
protected com.sun.star.awt.XDialog xDialog
xControlContainer
protected com.sun.star.awt.XControlContainer xControlContainer
eventHandlers
protected ArrayList<EventHandler> eventHandlers
config
protected WebDavConfig config
PlugInDialog
public PlugInDialog(WebDavConfig config,
com.sun.star.uno.XComponentContext xComponentContext,
com.sun.star.frame.XFrame xFrame,
com.sun.star.awt.XToolkit xToolkit)
setEnabled
public void setEnabled(boolean enabled)
isEnableg
public boolean isEnableg()
getDialogName
public String getDialogName()
getControlContainer
public com.sun.star.awt.XControlContainer getControlContainer()
setControlContainer
public void setControlContainer(com.sun.star.awt.XControlContainer xControlContainer)
getConponentContext
public com.sun.star.uno.XComponentContext getConponentContext()
addHandler
public void addHandler(String componentName,
int componentType,
Object listener)
launchBeforeOpen
public boolean launchBeforeOpen()
createDialog
public void createDialog()
throws com.sun.star.uno.Exception
- Throws:
com.sun.star.uno.Exception
prepareTmpPath
protected void prepareTmpPath(String tempPath)
doOpenRemoteFile
protected void doOpenRemoteFile(String href)
throws Exception
- Throws:
Exception
showMessageBox
public void showMessageBox(String sMessage)
confirmMessageBox
public short confirmMessageBox(String sMessage)
Copyright © 2014 eXo Platform SAS. All Rights Reserved.