Home
last modified time | relevance | path

Searched refs:eventTarget (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog2.java65 …public XButton insertButton(String sName, String actionPerformed, Object eventTarget, String[] sPr… in insertButton() argument
73 guiEventListener.add(sName, EVENT_ACTION_PERFORMED, actionPerformed, eventTarget); in insertButton()
83 …String sName, com.sun.star.awt.XActionListener actionPerformed, Object eventTarget, String[] sProp… in insertImageButton() argument
100 …public XCheckBox insertCheckBox(String sName, String itemChanged, Object eventTarget, String[] sPr… in insertCheckBox() argument
108 guiEventListener.add(sName, EVENT_ITEM_CHANGED, itemChanged, eventTarget); in insertCheckBox()
118 …String actionPerformed, String itemChanged, String textChanged, Object eventTarget, String[] sProp… in insertComboBox() argument
124 guiEventListener.add(sName, EVENT_ACTION_PERFORMED, actionPerformed, eventTarget); in insertComboBox()
129 guiEventListener.add(sName, EVENT_ITEM_CHANGED, itemChanged, eventTarget); in insertComboBox()
135 guiEventListener.add(sName, EVENT_TEXT_CHANGED, textChanged, eventTarget); in insertComboBox()
145 …stBox(String sName, String actionPerformed, String itemChanged, Object eventTarget, String[] sProp… in insertListBox() argument
[all …]