|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openoffice.da.comp.w2lcommon.helper.DialogBase
org.openoffice.da.comp.w2lcommon.filter.OptionsDialogBase
org.openoffice.da.comp.writer2xhtml.XhtmlOptionsDialogCalc
public class XhtmlOptionsDialogCalc
This class provides a uno component which implements a filter ui for the Xhtml export in Calc
Field Summary | |
---|---|
static java.lang.String |
__implementationName
The component should also have an implementation name. |
static java.lang.String |
__serviceName
The component will be registered under this name. |
Fields inherited from class org.openoffice.da.comp.w2lcommon.filter.OptionsDialogBase |
---|
xMSF |
Fields inherited from class org.openoffice.da.comp.w2lcommon.helper.DialogBase |
---|
CHECKBOX_CHECKED, CHECKBOX_DONT_KNOW, CHECKBOX_NOT_CHECKED, xContext |
Constructor Summary | |
---|---|
XhtmlOptionsDialogCalc(XComponentContext xContext)
Create a new XhtmlOptionsDialogCalc |
Method Summary | |
---|---|
boolean |
callHandlerMethod(XDialog xDialog,
java.lang.Object event,
java.lang.String sMethod)
|
java.lang.String |
getDialogLibraryName()
Return the name of the library containing the dialog |
java.lang.String |
getDialogName()
Return the name of the dialog within the library |
java.lang.String |
getRegistryPath()
Return the name of the registry path |
java.lang.String[] |
getSupportedMethodNames()
|
protected void |
loadSettings(XPropertySet xProps)
Load settings from the registry to the dialog |
protected void |
saveSettings(XPropertySet xProps,
PropertyHelper helper)
Save settings from the dialog to the registry and create FilterData |
Methods inherited from class org.openoffice.da.comp.w2lcommon.filter.OptionsDialogBase |
---|
finalize, getPropertyValues, getTypes, initialize, isLocked, loadCheckBoxOption, loadComboBoxOption, loadConfig, loadListBoxOption, loadNumericOption, loadTextFieldOption, saveCheckBoxOption, saveCheckBoxOption, saveComboBoxOption, saveComboBoxOption, saveConfig, saveListBoxOption, saveListBoxOption, saveNumericOption, saveNumericOptionAsPercentage, saveTextFieldOption, saveTextFieldOption, setPropertyValues, updateLockedOptions |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String __serviceName
public static java.lang.String __implementationName
Constructor Detail |
---|
public XhtmlOptionsDialogCalc(XComponentContext xContext)
Method Detail |
---|
public java.lang.String getDialogLibraryName()
OptionsDialogBase
getDialogLibraryName
in class OptionsDialogBase
public java.lang.String getDialogName()
getDialogName
in class OptionsDialogBase
public java.lang.String getRegistryPath()
getRegistryPath
in class OptionsDialogBase
protected void loadSettings(XPropertySet xProps)
loadSettings
in class OptionsDialogBase
protected void saveSettings(XPropertySet xProps, PropertyHelper helper)
saveSettings
in class OptionsDialogBase
public boolean callHandlerMethod(XDialog xDialog, java.lang.Object event, java.lang.String sMethod)
callHandlerMethod
in class DialogBase
public java.lang.String[] getSupportedMethodNames()
getSupportedMethodNames
in class DialogBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |