Uses of Class
sdljava.x.swig.CDstatus

Packages that use CDstatus
sdljava.cdrom Provides all the routines defined in the SDL_cdrom.h header. 
sdljava.x.swig Provides the native interface (proxy) layer to the SDL C API. 
 

Uses of CDstatus in sdljava.cdrom
 

Methods in sdljava.cdrom that return CDstatus
 CDstatus SDLCdrom.cdStatus()
          Returns the current status of this drive.
static CDstatus SDLCdrom.cdStatus(SDLCdrom cdrom)
          Returns the current status of the given drive.
 

Uses of CDstatus in sdljava.x.swig
 

Methods in sdljava.x.swig that return CDstatus
 CDstatus SDL_CD.getStatus()
           
static CDstatus SWIG_SDLCdrom.SDL_CDStatus(SDL_CD cdrom)
           
static CDstatus CDstatus.swigToEnum(int swigValue)
           
static CDstatus CDstatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CDstatus[] CDstatus.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in sdljava.x.swig with parameters of type CDstatus
 void SDL_CD.setStatus(CDstatus status)