org.microemu.device.j2se.ui
Class J2SEAlertUI

java.lang.Object
  extended by org.microemu.device.impl.ui.DisplayableImplUI
      extended by org.microemu.device.j2se.ui.J2SEAlertUI
All Implemented Interfaces:
AlertUI, DisplayableUI

public class J2SEAlertUI
extends DisplayableImplUI
implements AlertUI


Field Summary
 
Fields inherited from class org.microemu.device.impl.ui.DisplayableImplUI
displayable
 
Constructor Summary
J2SEAlertUI(Alert alert)
           
 
Method Summary
 void setString(java.lang.String str)
           
 
Methods inherited from class org.microemu.device.impl.ui.DisplayableImplUI
addCommandUI, getCommandsUI, hideNotify, invalidate, removeCommandUI, setCommandListener, showNotify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.microemu.device.ui.DisplayableUI
addCommandUI, getCommandsUI, hideNotify, invalidate, removeCommandUI, setCommandListener, showNotify
 

Constructor Detail

J2SEAlertUI

public J2SEAlertUI(Alert alert)
Method Detail

setString

public void setString(java.lang.String str)
Specified by:
setString in interface AlertUI


Copyright © 2001-2010 MicroEmulator Team. All Rights Reserved.