org.granite.client.tide.javafx
Class JavaFXServerSessionStatus

java.lang.Object
  extended by org.granite.client.tide.javafx.JavaFXServerSessionStatus
All Implemented Interfaces:
ServerSession.Status

public class JavaFXServerSessionStatus
extends Object
implements ServerSession.Status

Author:
William DRAI

Constructor Summary
JavaFXServerSessionStatus()
           
 
Method Summary
 javafx.beans.property.ReadOnlyBooleanProperty busyProperty()
           
 javafx.beans.property.ReadOnlyBooleanProperty connectedProperty()
           
 boolean isBusy()
           
 boolean isConnected()
           
 boolean isShowBusyCursor()
           
 void setBusy(boolean busy)
           
 void setConnected(boolean connected)
           
 void setShowBusyCursor(boolean showBusyCursor)
           
 void setStage(javafx.stage.Stage stage)
           
 javafx.beans.property.BooleanProperty showBusyCursorProperty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaFXServerSessionStatus

public JavaFXServerSessionStatus()
Method Detail

setStage

public void setStage(javafx.stage.Stage stage)

busyProperty

public javafx.beans.property.ReadOnlyBooleanProperty busyProperty()

connectedProperty

public javafx.beans.property.ReadOnlyBooleanProperty connectedProperty()

showBusyCursorProperty

public javafx.beans.property.BooleanProperty showBusyCursorProperty()

isBusy

public boolean isBusy()
Specified by:
isBusy in interface ServerSession.Status

setBusy

public void setBusy(boolean busy)
Specified by:
setBusy in interface ServerSession.Status

isConnected

public boolean isConnected()
Specified by:
isConnected in interface ServerSession.Status

setConnected

public void setConnected(boolean connected)
Specified by:
setConnected in interface ServerSession.Status

isShowBusyCursor

public boolean isShowBusyCursor()
Specified by:
isShowBusyCursor in interface ServerSession.Status

setShowBusyCursor

public void setShowBusyCursor(boolean showBusyCursor)
Specified by:
setShowBusyCursor in interface ServerSession.Status