|
||||||||||
| 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.writer2latex.LaTeXOptionsDialog
public class LaTeXOptionsDialog
This class provides a uno component which implements a filter ui for the LaTeX export
| 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 | |
|---|---|
LaTeXOptionsDialog(XComponentContext xContext)
Create a new LaTeXOptionsDialog |
|
| 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 boolean |
isLocked(java.lang.String sOptionName)
|
protected void |
loadSettings(XPropertySet xProps)
Load settings from the registry to the dialog |
protected void |
saveSettings(XPropertySet xProps,
PropertyHelper filterData)
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, 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 LaTeXOptionsDialog(XComponentContext xContext)
| Method Detail |
|---|
public java.lang.String getDialogLibraryName()
OptionsDialogBase
getDialogLibraryName in class OptionsDialogBasepublic java.lang.String getDialogName()
getDialogName in class OptionsDialogBasepublic java.lang.String getRegistryPath()
getRegistryPath in class OptionsDialogBaseprotected void loadSettings(XPropertySet xProps)
loadSettings in class OptionsDialogBase
protected void saveSettings(XPropertySet xProps,
PropertyHelper filterData)
saveSettings in class OptionsDialogBase
public boolean callHandlerMethod(XDialog xDialog,
java.lang.Object event,
java.lang.String sMethod)
callHandlerMethod in class DialogBasepublic java.lang.String[] getSupportedMethodNames()
getSupportedMethodNames in class DialogBaseprotected boolean isLocked(java.lang.String sOptionName)
isLocked in class OptionsDialogBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||