About com.ms.ui.resource
This package allows Microsoft® Win32®-style resources to be accessed from within Java applets and applications.
- Class DataBoundInputStream
 
- This class enables primitive Java data types to be read from a stream in a portable way.
- Class ResourceDecoder
 
- This is an abstract class that reads resources from a resource file.
- Class ResourceFormattingException
 
- This class signals that the reading of a resource was incorrect.
- Class UIDialogLayout
 
- This class is a simple layout manager, which works with what the Microsoft® Win32® API calls dialog logical units (DLUs).
- Class Win32ResourceDecoder
 
- This class is used to utilize Microsoft® Win32® resource (.res) files.
- Interface ResourceTypeListener
 
- This interface is used by a class that examines resources in a resource bundle.
Object
  |
  +--ResourceDecoder
     |
     +--Win32ResourceDecoder
FilterInputStream
  |
  +--DataBoundInputStream (DataInput)
Exception
  |
  +--ResourceFormattingException
UILayoutManager
  |
  +--UIDialogLayout
ResourceTypeListener