|
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.PluginCenterPanel
public abstract class PluginCenterPanel
A class that can be used to add panels to the TV-Browser main window.
ATTENTION: Always extend this class to create own classes for your Plugin. Else way it won't work because you will not have an unique ID for your center panel.
Constructor Summary | |
---|---|
PluginCenterPanel()
|
Method Summary | |
---|---|
java.lang.String |
getId()
Gets the ID (class name) of this PluginCenterPanel. |
abstract java.lang.String |
getName()
Gets the name of this PluginCenterPanel that is used to show in the tab bar of the main window of TV-Browser. |
abstract javax.swing.JPanel |
getPanel()
Gets the JPanel that should be shown in the tab bar of the TV-Browser main window. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PluginCenterPanel()
Method Detail |
---|
public abstract java.lang.String getName()
public abstract javax.swing.JPanel getPanel()
public final java.lang.String getId()
public final java.lang.String toString()
toString
in class java.lang.Object
|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |