com.webcodepro.applecommander.ui.swt
Class DiskInfoTab

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

public class DiskInfoTab
extends java.lang.Object

Build the Disk Info tab for the Disk Window.

Date created: Nov 17, 2002 9:15:29 PM

Author:
Rob Greene

Constructor Summary
DiskInfoTab(org.eclipse.swt.custom.CTabFolder tabFolder, FormattedDisk[] disks)
          Create the DISK INFO tab.
 
Method Summary
 void buildDiskInfoTable(FormattedDisk disk)
          Build the table describing the given disk.
 void createDiskInfoTable()
          Create the table describing the given disk.
 void dispose()
          Dispose of resources.
protected  FormattedDisk getFormattedDisk(int diskNumber)
           
protected  org.eclipse.swt.widgets.Table getInfoTable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiskInfoTab

public DiskInfoTab(org.eclipse.swt.custom.CTabFolder tabFolder,
                   FormattedDisk[] disks)
Create the DISK INFO tab.

Method Detail

createDiskInfoTable

public void createDiskInfoTable()
Create the table describing the given disk.


buildDiskInfoTable

public void buildDiskInfoTable(FormattedDisk disk)
Build the table describing the given disk.


dispose

public void dispose()
Dispose of resources.


getInfoTable

protected org.eclipse.swt.widgets.Table getInfoTable()

getFormattedDisk

protected FormattedDisk getFormattedDisk(int diskNumber)