net.sf.fmj.ui.control
Class TransportControlState

java.lang.Object
  extended by net.sf.fmj.ui.control.TransportControlState

public class TransportControlState
extends java.lang.Object

Author:
Ken Larson

Constructor Summary
TransportControlState()
           
 
Method Summary
 boolean isAllowPlay()
           
 boolean isAllowStop()
           
 boolean isAllowVolume()
           
 void setAllowPlay(boolean allowPlay)
           
 void setAllowStop(boolean allowStop)
           
 void setAllowVolume(boolean allowVolume)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransportControlState

public TransportControlState()
Method Detail

isAllowPlay

public boolean isAllowPlay()

setAllowPlay

public void setAllowPlay(boolean allowPlay)

isAllowStop

public boolean isAllowStop()

setAllowStop

public void setAllowStop(boolean allowStop)

isAllowVolume

public boolean isAllowVolume()

setAllowVolume

public void setAllowVolume(boolean allowVolume)