|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object devplugin.ProgramInfoHelper
public class ProgramInfoHelper
Holds all Information needed to Display the additional Informations to a Program, like Black and White..
Field Summary | |
---|---|
static int[] |
mInfoBitArr
Deprecated. since 3.0, use getInfoBits() instead |
static javax.swing.Icon[] |
mInfoIconArr
Deprecated. since 3.0, use getInfoIcons() instead |
static java.lang.String[] |
mInfoIconFileName
Deprecated. since 3.0, use getInfoIconFilenames() instead |
static java.lang.String[] |
mInfoMsgArr
Deprecated. since 3.0, use getInfoIconMessages() instead |
Constructor Summary | |
---|---|
ProgramInfoHelper()
|
Method Summary | |
---|---|
static boolean |
bitSet(int num,
int pattern)
Returns whether a bit (or combination of bits) is set in the specified number. |
static int[] |
getInfoBits()
|
static java.lang.String[] |
getInfoIconFilenames()
|
static java.lang.String[] |
getInfoIconMessages()
|
static javax.swing.Icon[] |
getInfoIcons()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
@Deprecated public static final int[] mInfoBitArr
getInfoBits()
instead
@Deprecated public static final javax.swing.Icon[] mInfoIconArr
getInfoIcons()
instead
@Deprecated public static final java.lang.String[] mInfoIconFileName
getInfoIconFilenames()
instead
@Deprecated public static final java.lang.String[] mInfoMsgArr
getInfoIconMessages()
instead
Constructor Detail |
---|
public ProgramInfoHelper()
Method Detail |
---|
public static boolean bitSet(int num, int pattern)
num
- pattern
-
true
, if the bit is setpublic static final int[] getInfoBits()
public static final javax.swing.Icon[] getInfoIcons()
public static final java.lang.String[] getInfoIconFilenames()
public static final java.lang.String[] getInfoIconMessages()
|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |