mudownmanager
Class MuDownManagerView

java.lang.Object
  extended by org.jdesktop.application.AbstractBean
      extended by org.jdesktop.application.View
          extended by org.jdesktop.application.FrameView
              extended by mudownmanager.MuDownManagerView

public class MuDownManagerView
extends org.jdesktop.application.FrameView

The application's main frame.


Constructor Summary
MuDownManagerView(org.jdesktop.application.SingleFrameApplication app)
           
 
Method Summary
 void clean()
           
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 void setMultiClient(MultiClient multiClient)
           
 void showAboutBox()
           
 void showLoginBox()
           
 void showPropertiesBox()
           
 void showURLListBox()
           
 void startCopy()
           
 void stopAll()
           
 
Methods inherited from class org.jdesktop.application.FrameView
getFrame, getRootPane, setFrame
 
Methods inherited from class org.jdesktop.application.View
getApplication, getComponent, getContext, getMenuBar, getResourceMap, getStatusBar, getToolBar, getToolBars, setComponent, setMenuBar, setStatusBar, setToolBar, setToolBars
 
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

MuDownManagerView

public MuDownManagerView(org.jdesktop.application.SingleFrameApplication app)
Method Detail

showPropertiesBox

@Action
public void showPropertiesBox()

showAboutBox

@Action
public void showAboutBox()

showLoginBox

@Action
public void showLoginBox()

showURLListBox

@Action
public void showURLListBox()

startCopy

@Action
public void startCopy()

clean

@Action
public void clean()

stopAll

@Action
public void stopAll()

setMultiClient

public void setMultiClient(MultiClient multiClient)

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)


Copyright © 2010. All Rights Reserved.