org.microemu.app.util
Class DeviceEntry
java.lang.Object
org.microemu.app.util.DeviceEntry
public class DeviceEntry
- extends java.lang.Object
|
Constructor Summary |
DeviceEntry(java.lang.String name,
java.lang.String fileName,
boolean defaultDevice,
java.lang.String className,
EmulatorContext emulatorContext)
Deprecated. use new DeviceEntry(String name, String fileName, String descriptorLocation, boolean defaultDevice); |
DeviceEntry(java.lang.String name,
java.lang.String fileName,
java.lang.String descriptorLocation,
boolean defaultDevice)
|
DeviceEntry(java.lang.String name,
java.lang.String fileName,
java.lang.String descriptorLocation,
boolean defaultDevice,
boolean canRemove)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DeviceEntry
public DeviceEntry(java.lang.String name,
java.lang.String fileName,
java.lang.String descriptorLocation,
boolean defaultDevice)
DeviceEntry
public DeviceEntry(java.lang.String name,
java.lang.String fileName,
java.lang.String descriptorLocation,
boolean defaultDevice,
boolean canRemove)
DeviceEntry
public DeviceEntry(java.lang.String name,
java.lang.String fileName,
boolean defaultDevice,
java.lang.String className,
EmulatorContext emulatorContext)
- Deprecated. use new DeviceEntry(String name, String fileName, String descriptorLocation, boolean defaultDevice);
canRemove
public boolean canRemove()
getDescriptorLocation
public java.lang.String getDescriptorLocation()
getFileName
public java.lang.String getFileName()
setFileName
public void setFileName(java.lang.String fileName)
- Deprecated.
getName
public java.lang.String getName()
isDefaultDevice
public boolean isDefaultDevice()
setDefaultDevice
public void setDefaultDevice(boolean b)
equals
public boolean equals(DeviceEntry test)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2001-2009 MicroEmulator Team. All Rights Reserved.