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


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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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