|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.atunes.gui.MultipleFrame
public class MultipleFrame
The Class MultipleFrame.
Constructor Summary | |
---|---|
MultipleFrame()
Instantiates a new multiple 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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultipleFrame()
Method Detail |
---|
public void create()
Frame
create
in interface Frame
public ApplicationMenuBar getAppMenuBar()
Frame
getAppMenuBar
in interface Frame
public ContextInformationPanel getContextInformationPanel()
Frame
getContextInformationPanel
in interface Frame
public int getExtendedState()
Frame
getExtendedState
in interface Frame
public javax.swing.JFrame getFrame()
Frame
getFrame
in interface Frame
public java.awt.Point getLocation()
Frame
getLocation
in interface Frame
public NavigationPanel getNavigationPanel()
Frame
getNavigationPanel
in interface Frame
public PlayerControlsPanel getPlayerControls()
Frame
getPlayerControls
in interface Frame
public PlayListPanel getPlayListPanel()
Frame
getPlayListPanel
in interface Frame
public PlayListTable getPlayListTable()
Frame
getPlayListTable
in interface Frame
public FilePropertiesPanel getPropertiesPanel()
Frame
getPropertiesPanel
in interface Frame
public java.awt.Dimension getSize()
Frame
getSize
in interface Frame
public ToolBar getToolBar()
Frame
getToolBar
in interface Frame
public boolean isVisible()
Frame
isVisible
in interface Frame
public void setCenterStatusBar(java.lang.String text, java.lang.String toolTip)
Frame
setCenterStatusBar
in interface Frame
text
- the texttoolTip
- the tool tippublic void setDefaultCloseOperation(int op)
Frame
setDefaultCloseOperation
in interface Frame
op
- the new default close operationpublic void setExtendedState(int state)
Frame
setExtendedState
in interface Frame
state
- the new extended statepublic void setLeftStatusBarText(java.lang.String text, java.lang.String toolTip)
Frame
setLeftStatusBarText
in interface Frame
text
- the texttoolTip
- the tool tippublic void setLocation(java.awt.Point location)
Frame
setLocation
in interface Frame
location
- the new locationpublic void setLocationRelativeTo(java.awt.Component c)
Frame
setLocationRelativeTo
in interface Frame
c
- the new location relative topublic void setRightStatusBar(java.lang.String text, java.lang.String toolTip)
Frame
setRightStatusBar
in interface Frame
text
- the texttoolTip
- the tool tippublic void setStatusBarDeviceLabelText(java.lang.String text)
Frame
setStatusBarDeviceLabelText
in interface Frame
text
- the textpublic void setTitle(java.lang.String title)
Frame
setTitle
in interface Frame
title
- the new titlepublic void setVisible(boolean visible)
Frame
setVisible
in interface Frame
visible
- the new visiblepublic void showContextInformationPanel(boolean show, boolean changeSize)
Frame
showContextInformationPanel
in interface Frame
show
- the showchangeSize
- the change sizepublic void showNavigationPanel(boolean show, boolean changeSize)
Frame
showNavigationPanel
in interface Frame
show
- the showchangeSize
- the change sizepublic void showNavigationTable(boolean show)
Frame
showNavigationTable
in interface Frame
show
- the showpublic void showProgressBar(boolean visible, java.lang.String tooltip)
Frame
showProgressBar
in interface Frame
visible
- the visibletooltip
- the tooltippublic void showSongProperties(boolean show)
Frame
showSongProperties
in interface Frame
show
- the showpublic void showStatusBar(boolean show)
Frame
showStatusBar
in interface Frame
show
- the showpublic void showToolBar(boolean show)
Frame
showToolBar
in interface Frame
public void showStatusBarDeviceLabel(boolean visible)
Frame
showStatusBarDeviceLabel
in interface Frame
visible
- the visiblepublic void showStatusBarNewPodcastFeedEntriesLabel(boolean visible)
Frame
showStatusBarNewPodcastFeedEntriesLabel
in interface Frame
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |