org.microemu.app.util
Class DeviceEntry

java.lang.Object
  extended by 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, org.microemu.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)
           
 
Method Summary
 boolean canRemove()
           
 boolean equals(DeviceEntry test)
           
 java.lang.String getDescriptorLocation()
           
 java.lang.String getFileName()
           
 java.lang.String getName()
           
 boolean isDefaultDevice()
           
 void setDefaultDevice(boolean b)
           
 void setFileName(java.lang.String fileName)
          Deprecated.  
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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,
                   org.microemu.EmulatorContext emulatorContext)
Deprecated. use new DeviceEntry(String name, String fileName, String descriptorLocation, boolean defaultDevice);

Method Detail

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-2008 MicroEmulator Team. All Rights Reserved.