net.sourceforge.atunes.gui
Class MultipleFrame

java.lang.Object
  extended by net.sourceforge.atunes.gui.MultipleFrame
All Implemented Interfaces:
Frame

public class MultipleFrame
extends java.lang.Object
implements Frame

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

MultipleFrame

public MultipleFrame()
Instantiates a new multiple frame.

Method Detail

create

public void create()
Description copied from interface: Frame
Creates the.

Specified by:
create in interface Frame

getAppMenuBar

public ApplicationMenuBar getAppMenuBar()
Description copied from interface: Frame
Gets the app menu bar.

Specified by:
getAppMenuBar in interface Frame
Returns:
the app menu bar

getContextInformationPanel

public ContextInformationPanel getContextInformationPanel()
Description copied from interface: Frame
Gets the context information panel.

Specified by:
getContextInformationPanel in interface Frame
Returns:
the context information panel

getExtendedState

public int getExtendedState()
Description copied from interface: Frame
Gets the extended state.

Specified by:
getExtendedState in interface Frame
Returns:
the extended state

getFrame

public javax.swing.JFrame getFrame()
Description copied from interface: Frame
Gets the frame.

Specified by:
getFrame in interface Frame
Returns:
the frame

getLocation

public java.awt.Point getLocation()
Description copied from interface: Frame
Gets the location.

Specified by:
getLocation in interface Frame
Returns:
the location

getNavigationPanel

public NavigationPanel getNavigationPanel()
Description copied from interface: Frame
Gets the navigation panel.

Specified by:
getNavigationPanel in interface Frame
Returns:
the navigation panel

getPlayerControls

public PlayerControlsPanel getPlayerControls()
Description copied from interface: Frame
Gets the player controls.

Specified by:
getPlayerControls in interface Frame
Returns:
the player controls

getPlayListPanel

public PlayListPanel getPlayListPanel()
Description copied from interface: Frame
Gets the play list panel.

Specified by:
getPlayListPanel in interface Frame
Returns:
the play list panel

getPlayListTable

public PlayListTable getPlayListTable()
Description copied from interface: Frame
Gets the play list table.

Specified by:
getPlayListTable in interface Frame
Returns:
the play list table

getPropertiesPanel

public FilePropertiesPanel getPropertiesPanel()
Description copied from interface: Frame
Gets the properties panel.

Specified by:
getPropertiesPanel in interface Frame
Returns:
the properties panel

getSize

public java.awt.Dimension getSize()
Description copied from interface: Frame
Gets the size.

Specified by:
getSize in interface Frame
Returns:
the size

getToolBar

public ToolBar getToolBar()
Description copied from interface: Frame
Gets the tool bar.

Specified by:
getToolBar in interface Frame
Returns:
the tool bar

isVisible

public boolean isVisible()
Description copied from interface: Frame
Checks if is visible.

Specified by:
isVisible in interface Frame
Returns:
true, if is visible

setCenterStatusBar

public void setCenterStatusBar(java.lang.String text,
                               java.lang.String toolTip)
Description copied from interface: Frame
Sets the center status bar.

Specified by:
setCenterStatusBar in interface Frame
Parameters:
text - the text
toolTip - the tool tip

setDefaultCloseOperation

public void setDefaultCloseOperation(int op)
Description copied from interface: Frame
Sets the default close operation.

Specified by:
setDefaultCloseOperation in interface Frame
Parameters:
op - the new default close operation

setExtendedState

public void setExtendedState(int state)
Description copied from interface: Frame
Sets the extended state.

Specified by:
setExtendedState in interface Frame
Parameters:
state - the new extended state

setLeftStatusBarText

public void setLeftStatusBarText(java.lang.String text,
                                 java.lang.String toolTip)
Description copied from interface: Frame
Sets the left status bar text.

Specified by:
setLeftStatusBarText in interface Frame
Parameters:
text - the text
toolTip - the tool tip

setLocation

public void setLocation(java.awt.Point location)
Description copied from interface: Frame
Sets the location.

Specified by:
setLocation in interface Frame
Parameters:
location - the new location

setLocationRelativeTo

public void setLocationRelativeTo(java.awt.Component c)
Description copied from interface: Frame
Sets the location relative to.

Specified by:
setLocationRelativeTo in interface Frame
Parameters:
c - the new location relative to

setRightStatusBar

public void setRightStatusBar(java.lang.String text,
                              java.lang.String toolTip)
Description copied from interface: Frame
Sets the right status bar.

Specified by:
setRightStatusBar in interface Frame
Parameters:
text - the text
toolTip - the tool tip

setStatusBarDeviceLabelText

public void setStatusBarDeviceLabelText(java.lang.String text)
Description copied from interface: Frame
Sets the status bar image label text.

Specified by:
setStatusBarDeviceLabelText in interface Frame
Parameters:
text - the text

setTitle

public void setTitle(java.lang.String title)
Description copied from interface: Frame
Sets the title.

Specified by:
setTitle in interface Frame
Parameters:
title - the new title

setVisible

public void setVisible(boolean visible)
Description copied from interface: Frame
Sets the visible.

Specified by:
setVisible in interface Frame
Parameters:
visible - the new visible

showContextInformationPanel

public void showContextInformationPanel(boolean show,
                                        boolean changeSize)
Description copied from interface: Frame
Show audio scrobbler panel.

Specified by:
showContextInformationPanel in interface Frame
Parameters:
show - the show
changeSize - the change size

showNavigationPanel

public void showNavigationPanel(boolean show,
                                boolean changeSize)
Description copied from interface: Frame
Show navigation panel.

Specified by:
showNavigationPanel in interface Frame
Parameters:
show - the show
changeSize - the change size

showNavigationTable

public void showNavigationTable(boolean show)
Description copied from interface: Frame
Show navigation table.

Specified by:
showNavigationTable in interface Frame
Parameters:
show - the show

showProgressBar

public void showProgressBar(boolean visible,
                            java.lang.String tooltip)
Description copied from interface: Frame
Show progress bar.

Specified by:
showProgressBar in interface Frame
Parameters:
visible - the visible
tooltip - the tooltip

showSongProperties

public void showSongProperties(boolean show)
Description copied from interface: Frame
Show song properties.

Specified by:
showSongProperties in interface Frame
Parameters:
show - the show

showStatusBar

public void showStatusBar(boolean show)
Description copied from interface: Frame
Show status bar.

Specified by:
showStatusBar in interface Frame
Parameters:
show - the show

showToolBar

public void showToolBar(boolean show)
Description copied from interface: Frame
Show tool bar.

Specified by:
showToolBar in interface Frame

showStatusBarDeviceLabel

public void showStatusBarDeviceLabel(boolean visible)
Description copied from interface: Frame
Show status bar device info.

Specified by:
showStatusBarDeviceLabel in interface Frame
Parameters:
visible - the visible

showStatusBarNewPodcastFeedEntriesLabel

public void showStatusBarNewPodcastFeedEntriesLabel(boolean visible)
Description copied from interface: Frame
Show podcast info in status bar.

Specified by:
showStatusBarNewPodcastFeedEntriesLabel in interface Frame


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.