org.cogroo.addon.dialogs.reporterror
Class ErrorReportDialog

java.lang.Object
  extended by org.cogroo.addon.dialogs.reporterror.WizardDialog
      extended by org.cogroo.addon.dialogs.reporterror.ErrorReportDialog
All Implemented Interfaces:
com.sun.star.awt.XActionListener, com.sun.star.awt.XAdjustmentListener, com.sun.star.awt.XFocusListener, com.sun.star.awt.XItemListener, com.sun.star.awt.XKeyListener, com.sun.star.awt.XMouseListener, com.sun.star.awt.XSpinListener, com.sun.star.awt.XTextListener, com.sun.star.lang.XEventListener, com.sun.star.uno.XInterface, EventListener

public class ErrorReportDialog
extends WizardDialog


Field Summary
 
Fields inherited from interface com.sun.star.awt.XTextListener
UNOTYPEINFO
 
Fields inherited from interface com.sun.star.awt.XSpinListener
UNOTYPEINFO
 
Fields inherited from interface com.sun.star.awt.XActionListener
UNOTYPEINFO
 
Fields inherited from interface com.sun.star.awt.XFocusListener
UNOTYPEINFO
 
Fields inherited from interface com.sun.star.awt.XMouseListener
UNOTYPEINFO
 
Fields inherited from interface com.sun.star.awt.XItemListener
UNOTYPEINFO
 
Fields inherited from interface com.sun.star.awt.XAdjustmentListener
UNOTYPEINFO
 
Fields inherited from interface com.sun.star.awt.XKeyListener
UNOTYPEINFO
 
Constructor Summary
ErrorReportDialog(com.sun.star.uno.XComponentContext _xContext, com.sun.star.lang.XMultiComponentFactory _xMCF)
          Creates a new ErrorReportDialog.
 
Method Summary
 void initialize(String selectedText)
          Initializes the dialog with a selected text.
 
Methods inherited from class org.cogroo.addon.dialogs.reporterror.WizardDialog
actionPerformed, addRoadmap, adjustmentValueChanged, calculateDialogPosition, convertUnits, createUniqueName, createWindowPeer, createWindowPeer, disposing, down, endExecute, executeDialog, first, focusGained, focusLost, getCurrentFrame, getRegistryKeyContent, getWindowPeer, initialize, insertButton, insertCheckBox, insertComboBox, insertControlModel, insertCurrencyField, insertDateField, insertDropBox, insertEditField, insertFileControl, insertFixedHyperlink, insertFixedText, insertFixedTextBold, insertFormattedField, insertGroupBox, insertHiddenFixedStatusText, insertHorizontalFixedLine, insertListBox, insertMultilineEditField, insertMultilineFixedText, insertNumericField, insertPatternField, insertProgressBar, insertRadioButtonGroup, insertRoadmapItem, insertSecretEditField, insertTimeField, insertVerticalScrollBar, itemStateChanged, keyPressed, keyReleased, last, mouseEntered, mouseExited, mousePressed, mouseReleased, textChanged, up
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorReportDialog

public ErrorReportDialog(com.sun.star.uno.XComponentContext _xContext,
                         com.sun.star.lang.XMultiComponentFactory _xMCF)
Creates a new ErrorReportDialog. This dialog requires login in Cogroo Comunidade. This is for advanced users.

Parameters:
_xContext - the context
_xMCF - the componet factory.
Method Detail

initialize

public void initialize(String selectedText)
Initializes the dialog with a selected text. The selected text can't be enpty or null.

Parameters:
selectedText - the selected text


Copyright © 2012-2013 CoGrOO. All Rights Reserved.