Searched refs:m_nCurrentSelection (Results 1 – 1 of 1) sorted by relevance
73 private int m_nCurrentSelection = -1; field in ButtonList398 if (event.getIndex0() <= m_nCurrentSelection) in intervalAdded()400 if (event.getIndex1() <= m_nCurrentSelection) in intervalAdded()402 m_nCurrentSelection += event.getIndex1() - event.getIndex0() + 1; in intervalAdded()535 return m_nCurrentSelection; in getSelected()633 if (m_nCurrentSelection == i) in setSelected()637 m_nCurrentSelection = i; in setSelected()671 … Object item = m_nCurrentSelection >= 0 ? getListModel().getElementAt(m_nCurrentSelection) : null; in refreshImageText()742 getListModel().getElementAt(m_nCurrentSelection) in getSelectedObjects()786 return m_nCurrentSelection >= 0 ? getListModel().getElementAt(m_nCurrentSelection) : null; in getSelectedObject()[all …]