public class BibTeXDialog extends DialogBase implements com.sun.star.lang.XInitialization
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
__implementationName
The implementation name of the component
|
static java.lang.String |
__serviceName
The component will be registered under this service name
|
xContext
CHECKBOX_CHECKED, CHECKBOX_DONT_KNOW, CHECKBOX_NOT_CHECKED
Constructor and Description |
---|
BibTeXDialog(com.sun.star.uno.XComponentContext xContext)
Create a new BibTeXDialog
|
Modifier and Type | Method and Description |
---|---|
boolean |
callHandlerMethod(com.sun.star.awt.XDialog xDialog,
java.lang.Object event,
java.lang.String sMethod) |
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
|
java.lang.String |
getDialogName()
Return the name of the dialog within the library
|
protected com.sun.star.awt.XDialog |
getNewDialog() |
java.lang.String[] |
getSupportedMethodNames() |
void |
initialize()
Initialize the dialog (eg. with settings from the registry)
The subclass must implement this
|
void |
initialize(java.lang.Object[] objects) |
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 BibTeXDialog(com.sun.star.uno.XComponentContext xContext)
public void initialize(java.lang.Object[] objects) throws com.sun.star.uno.Exception
initialize
in interface com.sun.star.lang.XInitialization
com.sun.star.uno.Exception
public java.lang.String getDialogLibraryName()
getDialogLibraryName
in class DialogBase
public java.lang.String getDialogName()
getDialogName
in class DialogBase
public void initialize()
DialogBase
initialize
in class DialogBase
public void endDialog()
DialogBase
endDialog
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 com.sun.star.awt.XDialog getNewDialog()