Home
last modified time | relevance | path

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

/dports/games/gogui/gogui-1.4.10/src/net/sf/gogui/gui/
H A DContextMenu.java33 m_actionListener = new ActionListener() in ContextMenu()
101 private final ActionListener m_actionListener; field in ContextMenu
119 item.addActionListener(m_actionListener); in createCheckBox()
127 item.addActionListener(m_actionListener); in createItem()
H A DRecentMenu.java42 m_actionListener = new ActionListener() in RecentMenu()
103 private final ActionListener m_actionListener; field in RecentMenu
114 JMenuItem item = new RecentMenuItem(label, value, m_actionListener); in addNewItem()
H A DObjectListEditor.java44 m_actionListener = new ActionListener() { in edit()
91 private ActionListener m_actionListener; field in ObjectListEditor
183 button.addActionListener(m_actionListener); in createButton()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/
H A DPVRManager.h442 CPVRGUIActionListener m_actionListener; variable
H A DPVRManager.cpp193 m_actionListener.Init(*this);
200 m_actionListener.Deinit(*this); in ~CPVRManager()