ice.pilots.html4
Interface ScreenReaderStatusComponent


public interface ScreenReaderStatusComponent

Interface for a status bar component that is only visible to the assistive technologies like JAWS screen reader. Oracle asked JAWS to have special behavior for Java status bar components, in that it will always read the status when it is updated. Many accessibility implementations will use hidden status bar components to force JAWS to read a string at a certain time.


Method Summary
 void setScreenReaderStatus(String status)
           
 

Method Detail

setScreenReaderStatus

public void setScreenReaderStatus(String status)