public class SimpleMarkerPluginSettingsTab extends Object implements SettingsTab, MouseListener, ActionListener, KeyListener
Constructor and Description |
---|
SimpleMarkerPluginSettingsTab() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e) |
JPanel |
createSettingsPanel()
Creates the settings panel for this tab.
|
Icon |
getIcon()
Returns the icon of the tab-sheet.
|
String |
getTitle()
Returns the title of the tab-sheet.
|
void |
keyPressed(KeyEvent e) |
void |
keyReleased(KeyEvent e) |
void |
keyTyped(KeyEvent e) |
void |
mouseClicked(MouseEvent e) |
void |
mouseEntered(MouseEvent e) |
void |
mouseExited(MouseEvent e) |
void |
mousePressed(MouseEvent e) |
void |
mouseReleased(MouseEvent e) |
void |
saveSettings()
Called by the host-application, if the user wants to save the settings.
|
public JPanel createSettingsPanel()
SettingsTab
createSettingsPanel
in interface SettingsTab
public void saveSettings()
SettingsTab
saveSettings
in interface SettingsTab
public Icon getIcon()
SettingsTab
getIcon
in interface SettingsTab
public String getTitle()
SettingsTab
getTitle
in interface SettingsTab
public void mouseClicked(MouseEvent e)
mouseClicked
in interface MouseListener
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
public void keyPressed(KeyEvent e)
keyPressed
in interface KeyListener
public void keyReleased(KeyEvent e)
keyReleased
in interface KeyListener
public void keyTyped(KeyEvent e)
keyTyped
in interface KeyListener
public void mouseEntered(MouseEvent e)
mouseEntered
in interface MouseListener
public void mouseExited(MouseEvent e)
mouseExited
in interface MouseListener
public void mousePressed(MouseEvent e)
mousePressed
in interface MouseListener
public void mouseReleased(MouseEvent e)
mouseReleased
in interface MouseListener
TV-Browser 2.7.6, Copyright (C) 04-2003 Martin Oberhauser (martin@tvbrowser.org)