fi.hut.tml.xsmiles.gui.components
Interface XSelectMany
- All Superinterfaces:
- XComponent, XSelect
- All Known Implementing Classes:
- AWTSelectManyCompact, HaviSelectManyCompact, SwingSelectManyCompact
- public interface XSelectMany
- extends XSelect
Used to select one object out of all. The first object is default
- Author:
- juha
| Methods inherited from interface fi.hut.tml.xsmiles.gui.components.XComponent |
addActionListener, addFocusListener, addHelpListener, addMouseListener, getComponent, getEnabled, getHeight, getSize, getStyle, getWidth, getX, getY, removeActionListener, removeFocusListener, removeHelpListener, removeMouseListener, setBackground, setBounds, setEnabled, setFocus, setForeground, setHintText, setInputMode, setStyle, setVisible, setZoom |
setSelected
public void setSelected(java.lang.Object o,
boolean b)
- Parameters:
o - The object to setb - The value to set it as
clearSelection
public void clearSelection()
getSelectedIndices
public int[] getSelectedIndices()
setSelectedIndices
public void setSelectedIndices(int[] indices)
X-Smiles 1.2