public class BibTeXDialog extends DialogBase implements com.sun.star.lang.XInitialization
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | __implementationNameThe implementation name of the component | 
| static java.lang.String | __serviceNameThe component will be registered under this service name | 
xContextCHECKBOX_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, supportsServicegetCheckBoxState, 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, setTextFieldTextpublic 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.XInitializationcom.sun.star.uno.Exceptionpublic java.lang.String getDialogLibraryName()
getDialogLibraryName in class DialogBasepublic java.lang.String getDialogName()
getDialogName in class DialogBasepublic void initialize()
DialogBaseinitialize in class DialogBasepublic void endDialog()
DialogBaseendDialog in class DialogBasepublic boolean callHandlerMethod(com.sun.star.awt.XDialog xDialog,
                                 java.lang.Object event,
                                 java.lang.String sMethod)
callHandlerMethod in interface com.sun.star.awt.XDialogEventHandlercallHandlerMethod in class DialogBasepublic java.lang.String[] getSupportedMethodNames()
getSupportedMethodNames in interface com.sun.star.awt.XDialogEventHandlergetSupportedMethodNames in class DialogBaseprotected com.sun.star.awt.XDialog getNewDialog()