yu.ac.bg.etf.javaqx.qswing
Interface Selectable

All Known Implementing Classes:
JQRadioButtonMenuItem, JQToggleButton

public interface Selectable

Selectable Interface.

Version:
0.2.0
Author:
Slobodan Vrkacevic (slobodan.vrkacevic@gmail.com)

Method Summary
 SelectableGroup getSelectableGroup()
          Returns selectable group.
 boolean isSelected()
          Returns true if object is selected; otherwise false.
 void setSelectableGroup(SelectableGroup selectableGroup)
          Sets selectable group.
 void setSelected(boolean selected)
          Sets selected state of the object.
 

Method Detail

isSelected

public boolean isSelected()
Returns true if object is selected; otherwise false.

Returns:
true if object is selected; otherwise false

setSelected

public void setSelected(boolean selected)
Sets selected state of the object.

Parameters:
selected - true if object is selected

getSelectableGroup

public SelectableGroup getSelectableGroup()
Returns selectable group.

Returns:
selectable group

setSelectableGroup

public void setSelectableGroup(SelectableGroup selectableGroup)
Sets selectable group.

Parameters:
selectableGroup - the selectable group


Copyright © 2007 ETF and contributors. All Rights Reserved.