Class LogViewerDialog
java.lang.Object
org.openoffice.da.comp.w2lcommon.helper.DialogBase
org.openoffice.da.comp.writer4latex.LogViewerDialog
- All Implemented Interfaces:
com.sun.star.awt.XDialogEventHandler
,com.sun.star.lang.XInitialization
,com.sun.star.lang.XServiceInfo
,com.sun.star.lang.XServiceName
,com.sun.star.lang.XTypeProvider
,com.sun.star.ui.dialogs.XExecutableDialog
,com.sun.star.uno.XInterface
This class provides a uno component which displays logfiles
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic String
The component should also have an implementation name.static String
The component will be registered under this name.Fields inherited from class org.openoffice.da.comp.w2lcommon.helper.DialogBase
CHECKBOX_CHECKED, CHECKBOX_DONT_KNOW, CHECKBOX_NOT_CHECKED, xContext
Fields inherited from interface com.sun.star.awt.XDialogEventHandler
UNOTYPEINFO
Fields inherited from interface com.sun.star.ui.dialogs.XExecutableDialog
UNOTYPEINFO
Fields inherited from interface com.sun.star.lang.XInitialization
UNOTYPEINFO
Fields inherited from interface com.sun.star.lang.XServiceInfo
UNOTYPEINFO
Fields inherited from interface com.sun.star.lang.XServiceName
UNOTYPEINFO
Fields inherited from interface com.sun.star.lang.XTypeProvider
UNOTYPEINFO
-
Constructor Summary
ConstructorsConstructorDescriptionLogViewerDialog
(com.sun.star.uno.XComponentContext xContext) Create a new LogViewerDialog -
Method Summary
Modifier and TypeMethodDescriptionboolean
callHandlerMethod
(com.sun.star.awt.XDialog xDialog, Object event, String sMethod) void
End the dialog after execution (eg. save settings to the registry) The subclass must implement thisReturn the name of the library containing the dialogReturn the name of the dialog within the libraryString[]
void
Initialize the dialog (eg. with settings from the registry) The subclass must implement thisvoid
initialize
(Object[] object) Methods inherited from class org.openoffice.da.comp.w2lcommon.helper.DialogBase
execute, getCheckBoxState, getCheckBoxStateAsBoolean, getComboBoxText, getFormattedFieldText, getImplementationId, getImplementationName, getListBoxLineCount, getListBoxSelectedItem, getListBoxStringItemList, getNumericFieldValue, getServiceName, getSupportedServiceNames, getTextFieldText, getTypes, setCheckBoxState, setCheckBoxStateAsBoolean, setComboBoxText, setControlEnabled, setFormattedFieldText, setListBoxLineCount, setListBoxSelectedItem, setListBoxStringItemList, setNumericFieldValue, setTextFieldText, setTitle, supportsService
-
Field Details
-
__serviceName
The component will be registered under this name. -
__implementationName
The component should also have an implementation name.
-
-
Constructor Details
-
LogViewerDialog
public LogViewerDialog(com.sun.star.uno.XComponentContext xContext) Create a new LogViewerDialog
-
-
Method Details
-
getDialogLibraryName
Return the name of the library containing the dialog- Specified by:
getDialogLibraryName
in classDialogBase
-
getDialogName
Return the name of the dialog within the library- Specified by:
getDialogName
in classDialogBase
-
initialize
public void initialize()Description copied from class:DialogBase
Initialize the dialog (eg. with settings from the registry) The subclass must implement this- Specified by:
initialize
in classDialogBase
-
endDialog
public void endDialog()Description copied from class:DialogBase
End the dialog after execution (eg. save settings to the registry) The subclass must implement this- Specified by:
endDialog
in classDialogBase
-
initialize
- Specified by:
initialize
in interfacecom.sun.star.lang.XInitialization
- Throws:
com.sun.star.uno.Exception
-
callHandlerMethod
- Specified by:
callHandlerMethod
in interfacecom.sun.star.awt.XDialogEventHandler
- Overrides:
callHandlerMethod
in classDialogBase
-
getSupportedMethodNames
- Specified by:
getSupportedMethodNames
in interfacecom.sun.star.awt.XDialogEventHandler
- Overrides:
getSupportedMethodNames
in classDialogBase
-