public class EpubMetadataDialog extends DialogBase
Modifier and Type | Field and Description |
---|---|
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.
|
xContext
CHECKBOX_CHECKED, CHECKBOX_DONT_KNOW, CHECKBOX_NOT_CHECKED
Constructor and Description |
---|
EpubMetadataDialog(com.sun.star.uno.XComponentContext xContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
callHandlerMethod(com.sun.star.awt.XDialog xDialog,
java.lang.Object event,
java.lang.String sMethod) |
protected void |
endDialog()
End the dialog after execution (eg. save settings to the registry)
The subclass must implement this
|
java.lang.String |
getDialogLibraryName()
Return the name of the library containing the dialog
The subclass must override this to provide the name of the library
|
java.lang.String |
getDialogName()
Return the name of the dialog within the library
The subclass must override this to provide the name of the dialog
|
java.lang.String[] |
getSupportedMethodNames() |
protected void |
initialize()
Initialize the dialog (eg. with settings from the registry)
The subclass must implement this
|
execute, getImplementationId, getImplementationName, getServiceName, getSupportedServiceNames, getTypes, setTitle, supportsService
getCheckBoxState, getCheckBoxStateAsBoolean, getComboBoxText, getControlEnabled, getControlProperties, getDateFieldValue, getDialog, getFormattedFieldText, getLabelText, getListBoxLineCount, getListBoxSelectedItem, getListBoxStringItemList, getNumericFieldValue, getTextFieldText, setCheckBoxState, setCheckBoxStateAsBoolean, setComboBoxText, setControlEnabled, setDateFieldValue, setDialog, setFormattedFieldText, setLabelText, setListBoxLineCount, setListBoxSelectedItem, setListBoxStringItemList, setNumericFieldValue, setTextFieldText
public static java.lang.String __serviceName
public static java.lang.String __implementationName
public EpubMetadataDialog(com.sun.star.uno.XComponentContext xContext)
public java.lang.String getDialogLibraryName()
DialogBase
getDialogLibraryName
in class DialogBase
public java.lang.String getDialogName()
DialogBase
getDialogName
in class DialogBase
public boolean callHandlerMethod(com.sun.star.awt.XDialog xDialog, java.lang.Object event, java.lang.String sMethod)
callHandlerMethod
in interface com.sun.star.awt.XDialogEventHandler
callHandlerMethod
in class DialogBase
public java.lang.String[] getSupportedMethodNames()
getSupportedMethodNames
in interface com.sun.star.awt.XDialogEventHandler
getSupportedMethodNames
in class DialogBase
protected void initialize()
DialogBase
initialize
in class DialogBase
protected void endDialog()
DialogBase
endDialog
in class DialogBase