cz.vity.freerapid.gui.actions
Class ViewActions

java.lang.Object
  extended by org.jdesktop.application.AbstractBean
      extended by cz.vity.freerapid.gui.actions.ViewActions

public class ViewActions
extends org.jdesktop.application.AbstractBean

Author:
Vity

Constructor Summary
ViewActions()
           
 
Method Summary
protected  MainApp getApp()
           
 boolean getShowCompleted()
           
 boolean isClipboardMonitoringSelected()
           
 boolean isShowCompleted()
           
 void monitorClipboardAction()
           
 void options()
           
 void setClipboardMonitoringSelected(boolean clipboardMonitoringSelected)
           
 void setShowCompleted(boolean showCompleted)
           
 void showCompletedAction()
           
 void showDownloadHistoryAction()
           
 void showSpeedMonitor()
           
 void showStatusBar()
           
 void showToolbar()
           
 void shutdownDisabledAction()
           
 void shutdownHibernateAction()
           
 void shutdownQuitAction()
           
 void shutdownRebootAction()
           
 void shutdownShutdownAction()
           
 void shutdownStandByAction()
           
 
Methods inherited from class org.jdesktop.application.AbstractBean
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewActions

public ViewActions()
Method Detail

showStatusBar

@Action
public void showStatusBar()

showToolbar

@Action
public void showToolbar()

getApp

protected MainApp getApp()

showDownloadHistoryAction

@Action
public void showDownloadHistoryAction()

showSpeedMonitor

@Action
public void showSpeedMonitor()

options

@Action
public void options()

monitorClipboardAction

@Action(selectedProperty="clipboardMonitoringSelected")
public void monitorClipboardAction()

showCompletedAction

@Action(selectedProperty="showCompleted")
public void showCompletedAction()

isShowCompleted

public boolean isShowCompleted()

getShowCompleted

public boolean getShowCompleted()

setShowCompleted

public void setShowCompleted(boolean showCompleted)

isClipboardMonitoringSelected

public boolean isClipboardMonitoringSelected()

setClipboardMonitoringSelected

public void setClipboardMonitoringSelected(boolean clipboardMonitoringSelected)

shutdownDisabledAction

@Action
public void shutdownDisabledAction()

shutdownQuitAction

@Action
public void shutdownQuitAction()

shutdownHibernateAction

@Action
public void shutdownHibernateAction()

shutdownShutdownAction

@Action
public void shutdownShutdownAction()

shutdownStandByAction

@Action
public void shutdownStandByAction()

shutdownRebootAction

@Action
public void shutdownRebootAction()