jreceiver.common.rec
Interface Selectable

All Known Subinterfaces:
Playlist
All Known Implementing Classes:
DriverCommandRec, DriverBindingRec, SignalRec, DeviceBindingRec, MethodRec, RoleRec, HandlerRec, UserRec, RoleAuthRec, RootRec, FolderRec, SiteRec, TuneRec, TranscoderRec

public interface Selectable

An interface to be implemented by all selectable sources, i.e., those that appear in lists that the user can check boxes or highlight for operations like delete.


Field Summary
static java.lang.String HKEY_CHECKED
           
 
Method Summary
 boolean getChecked()
          get the current select state
 void setChecked(boolean is_checked)
          set the select state
 

Field Detail

HKEY_CHECKED

public static final java.lang.String HKEY_CHECKED
Method Detail

getChecked

public boolean getChecked()
get the current select state
Returns:
boolean true if the item has been selected by the user; false otherwise

setChecked

public void setChecked(boolean is_checked)
set the select state
Parameters:
is_checked -  


Copyright © 2001-2002 Reed Esau, All Rights Reserved.