Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.bdexx.macosx
Class OggCartonX  view OggCartonX download OggCartonX.java

java.lang.Object
  extended bycom.bdexx.macosx.OggCartonX
All Implemented Interfaces:
OSXInterface

public class OggCartonX
extends java.lang.Object
implements OSXInterface


Field Summary
(package private)  CartonInterface carton
           
 
Constructor Summary
OggCartonX()
           
 
Method Summary
 void handleAbout()
           
 void handlePrefs()
           
 void handleQuit()
           
 void setCarton(CartonInterface carton)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

carton

CartonInterface carton
Constructor Detail

OggCartonX

public OggCartonX()
Method Detail

setCarton

public void setCarton(CartonInterface carton)
Specified by:
setCarton in interface OSXInterface

handleAbout

public void handleAbout()

handlePrefs

public void handlePrefs()

handleQuit

public void handleQuit()