|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webcodepro.applecommander.ui.swt.DiskMapTab
public class DiskMapTab
Build the Disk Map tab for the Disk Window.
Date created: Nov 17, 2002 9:27:44 PM
Constructor Summary | |
---|---|
DiskMapTab(org.eclipse.swt.custom.CTabFolder tabFolder,
FormattedDisk disk)
Construct the DiskMapTab. |
Method Summary | |
---|---|
protected void |
createDiskMapTab(org.eclipse.swt.custom.CTabFolder tabFolder)
Create the DISK MAP tab. |
void |
dispose()
Dispose of resources. |
protected void |
drawBox(org.eclipse.swt.graphics.Rectangle box,
org.eclipse.swt.graphics.GC gc,
org.eclipse.swt.graphics.Color fill,
org.eclipse.swt.graphics.Color outline,
org.eclipse.swt.graphics.Color shadow)
Draw a box on the screen. |
protected void |
paintHorizontalRuler(org.eclipse.swt.events.PaintEvent event)
Handle paint requests for horizontal ruler. |
protected void |
paintLegend(org.eclipse.swt.events.PaintEvent event)
Handle paint requests for legend. |
protected void |
paintMap(org.eclipse.swt.events.PaintEvent event)
Handle paint requests for disk map. |
protected void |
paintVerticalRuler(org.eclipse.swt.events.PaintEvent event)
Handle paint requests for vertical ruler. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DiskMapTab(org.eclipse.swt.custom.CTabFolder tabFolder, FormattedDisk disk)
Method Detail |
---|
protected void createDiskMapTab(org.eclipse.swt.custom.CTabFolder tabFolder)
public void dispose()
protected void paintHorizontalRuler(org.eclipse.swt.events.PaintEvent event)
protected void paintVerticalRuler(org.eclipse.swt.events.PaintEvent event)
protected void paintMap(org.eclipse.swt.events.PaintEvent event)
protected void paintLegend(org.eclipse.swt.events.PaintEvent event)
protected void drawBox(org.eclipse.swt.graphics.Rectangle box, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Color fill, org.eclipse.swt.graphics.Color outline, org.eclipse.swt.graphics.Color shadow)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |