Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog2.java105 if (itemChanged != null) in insertCheckBox()
108 guiEventListener.add(sName, EVENT_ITEM_CHANGED, itemChanged, eventTarget); in insertCheckBox()
115 return insertCheckBox(sName, itemChanged, this, sPropNames, oPropValues); in insertCheckBox()
126 if (itemChanged != null) in insertComboBox()
129 guiEventListener.add(sName, EVENT_ITEM_CHANGED, itemChanged, eventTarget); in insertComboBox()
153 if (itemChanged != null) in insertListBox()
156 guiEventListener.add(sName, EVENT_ITEM_CHANGED, itemChanged, eventTarget); in insertListBox()
163 return insertListBox(sName, actionPerformed, itemChanged, this, sPropNames, oPropValues); in insertListBox()
169 if (itemChanged != null) in insertRadioButton()
172 guiEventListener.add(sName, EVENT_ITEM_CHANGED, itemChanged, eventTarget); in insertRadioButton()
[all …]

Completed in 18 milliseconds