com.webcodepro.applecommander.ui.swt
Class DiskWindow

java.lang.Object
  extended by com.webcodepro.applecommander.ui.swt.DiskWindow

public class DiskWindow
extends java.lang.Object

Displays disk information on the screen.

Date created: Oct 12, 2002 3:28:41 PM

Author:
Rob Greene

Constructor Summary
DiskWindow(org.eclipse.swt.widgets.Shell parentShell, FormattedDisk[] disks, ImageManager imageManager)
          Construct the disk window.
 
Method Summary
protected  void dispose(org.eclipse.swt.events.DisposeEvent event)
          Dispose of all shared resources.
 void open()
          Setup the Disk window and display (open) it.
 void setStandardWindowTitle()
          Set the standard AppleCommander disk window title.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiskWindow

public DiskWindow(org.eclipse.swt.widgets.Shell parentShell,
                  FormattedDisk[] disks,
                  ImageManager imageManager)
Construct the disk window.

Method Detail

open

public void open()
Setup the Disk window and display (open) it.


setStandardWindowTitle

public void setStandardWindowTitle()
Set the standard AppleCommander disk window title. This is referenced in DiskWindow as well as DiskExplorerTab.


dispose

protected void dispose(org.eclipse.swt.events.DisposeEvent event)
Dispose of all shared resources.