org.dvb.application
Class AppIcon

java.lang.Object
  extended by org.dvb.application.AppIcon

public class AppIcon
extends java.lang.Object

The AppIcon encapsulates the information concerning the icon attached to the application


Constructor Summary
protected AppIcon()
          The constructor for the class.
 
Method Summary
 java.util.BitSet getIconFlags()
          This method returns the flags identifying which icons are provided for the application.
 Locator getLocator()
          This method returns the location of the directory containing the application icons.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppIcon

protected AppIcon()
The constructor for the class. This constructor is intended for implementation convenience and evolution of the specification and not for use by MHP applications. Applications should obtain instances of this class from AppAttributes.getAppIcon.

See Also:
AppAttributes.getAppIcon()
Method Detail

getLocator

public Locator getLocator()
This method returns the location of the directory containing the application icons.

Returns:
the location of the directory containing the application icons.
Since:
MHP1.0

getIconFlags

public java.util.BitSet getIconFlags()
This method returns the flags identifying which icons are provided for the application.

Returns:
the icon flags encoded as a BitSet
Since:
MHP1.0