public abstract class PluginCenterPanel
extends java.lang.Object
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 and Description |
---|
PluginCenterPanel() |
Modifier and Type | Method and Description |
---|---|
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() |
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.4.4, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)