|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Frame
The Interface Frame.
Method Summary | |
---|---|
void |
create()
Creates the. |
ApplicationMenuBar |
getAppMenuBar()
Gets the app menu bar. |
ContextInformationPanel |
getContextInformationPanel()
Gets the context information panel. |
int |
getExtendedState()
Gets the extended state. |
javax.swing.JFrame |
getFrame()
Gets the frame. |
java.awt.Point |
getLocation()
Gets the location. |
NavigationPanel |
getNavigationPanel()
Gets the navigation panel. |
PlayerControlsPanel |
getPlayerControls()
Gets the player controls. |
PlayListPanel |
getPlayListPanel()
Gets the play list panel. |
PlayListTable |
getPlayListTable()
Gets the play list table. |
FilePropertiesPanel |
getPropertiesPanel()
Gets the properties panel. |
java.awt.Dimension |
getSize()
Gets the size. |
ToolBar |
getToolBar()
Gets the tool bar. |
boolean |
isVisible()
Checks if is visible. |
void |
setCenterStatusBar(java.lang.String text,
java.lang.String toolTip)
Sets the center status bar. |
void |
setDefaultCloseOperation(int op)
Sets the default close operation. |
void |
setExtendedState(int state)
Sets the extended state. |
void |
setLeftStatusBarText(java.lang.String text,
java.lang.String toolTip)
Sets the left status bar text. |
void |
setLocation(java.awt.Point location)
Sets the location. |
void |
setLocationRelativeTo(java.awt.Component c)
Sets the location relative to. |
void |
setRightStatusBar(java.lang.String text,
java.lang.String toolTip)
Sets the right status bar. |
void |
setStatusBarDeviceLabelText(java.lang.String text)
Sets the status bar image label text. |
void |
setTitle(java.lang.String title)
Sets the title. |
void |
setVisible(boolean visible)
Sets the visible. |
void |
showContextInformationPanel(boolean show,
boolean changeSize)
Show audio scrobbler panel. |
void |
showNavigationPanel(boolean show,
boolean changeSize)
Show navigation panel. |
void |
showNavigationTable(boolean show)
Show navigation table. |
void |
showProgressBar(boolean visible,
java.lang.String tooltip)
Show progress bar. |
void |
showSongProperties(boolean show)
Show song properties. |
void |
showStatusBar(boolean show)
Show status bar. |
void |
showStatusBarDeviceLabel(boolean visible)
Show status bar device info. |
void |
showStatusBarNewPodcastFeedEntriesLabel(boolean visible)
Show podcast info in status bar. |
void |
showToolBar(boolean show)
Show tool bar. |
Method Detail |
---|
void create()
ApplicationMenuBar getAppMenuBar()
ContextInformationPanel getContextInformationPanel()
int getExtendedState()
javax.swing.JFrame getFrame()
java.awt.Point getLocation()
NavigationPanel getNavigationPanel()
PlayerControlsPanel getPlayerControls()
PlayListPanel getPlayListPanel()
PlayListTable getPlayListTable()
FilePropertiesPanel getPropertiesPanel()
java.awt.Dimension getSize()
ToolBar getToolBar()
boolean isVisible()
void setCenterStatusBar(java.lang.String text, java.lang.String toolTip)
text
- the texttoolTip
- the tool tipvoid setDefaultCloseOperation(int op)
op
- the new default close operationvoid setExtendedState(int state)
state
- the new extended statevoid setLeftStatusBarText(java.lang.String text, java.lang.String toolTip)
text
- the texttoolTip
- the tool tipvoid setLocation(java.awt.Point location)
location
- the new locationvoid setLocationRelativeTo(java.awt.Component c)
c
- the new location relative tovoid setRightStatusBar(java.lang.String text, java.lang.String toolTip)
text
- the texttoolTip
- the tool tipvoid setStatusBarDeviceLabelText(java.lang.String text)
icon
- the icontext
- the textvoid setTitle(java.lang.String title)
title
- the new titlevoid setVisible(boolean visible)
visible
- the new visiblevoid showContextInformationPanel(boolean show, boolean changeSize)
show
- the showchangeSize
- the change sizevoid showNavigationPanel(boolean show, boolean changeSize)
show
- the showchangeSize
- the change sizevoid showNavigationTable(boolean show)
show
- the showvoid showProgressBar(boolean visible, java.lang.String tooltip)
visible
- the visibletooltip
- the tooltipvoid showSongProperties(boolean show)
show
- the showvoid showStatusBar(boolean show)
show
- the showvoid showToolBar(boolean show)
show
- void showStatusBarDeviceLabel(boolean visible)
visible
- the visiblevoid showStatusBarNewPodcastFeedEntriesLabel(boolean visible)
visible
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |