net.sourceforge.atunes.gui
Interface Frame

All Known Implementing Classes:
MultipleFrame, StandardFrame

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

create

void create()
Creates the.


getAppMenuBar

ApplicationMenuBar getAppMenuBar()
Gets the app menu bar.

Returns:
the app menu bar

getContextInformationPanel

ContextInformationPanel getContextInformationPanel()
Gets the context information panel.

Returns:
the context information panel

getExtendedState

int getExtendedState()
Gets the extended state.

Returns:
the extended state

getFrame

javax.swing.JFrame getFrame()
Gets the frame.

Returns:
the frame

getLocation

java.awt.Point getLocation()
Gets the location.

Returns:
the location

getNavigationPanel

NavigationPanel getNavigationPanel()
Gets the navigation panel.

Returns:
the navigation panel

getPlayerControls

PlayerControlsPanel getPlayerControls()
Gets the player controls.

Returns:
the player controls

getPlayListPanel

PlayListPanel getPlayListPanel()
Gets the play list panel.

Returns:
the play list panel

getPlayListTable

PlayListTable getPlayListTable()
Gets the play list table.

Returns:
the play list table

getPropertiesPanel

FilePropertiesPanel getPropertiesPanel()
Gets the properties panel.

Returns:
the properties panel

getSize

java.awt.Dimension getSize()
Gets the size.

Returns:
the size

getToolBar

ToolBar getToolBar()
Gets the tool bar.

Returns:
the tool bar

isVisible

boolean isVisible()
Checks if is visible.

Returns:
true, if is visible

setCenterStatusBar

void setCenterStatusBar(java.lang.String text,
                        java.lang.String toolTip)
Sets the center status bar.

Parameters:
text - the text
toolTip - the tool tip

setDefaultCloseOperation

void setDefaultCloseOperation(int op)
Sets the default close operation.

Parameters:
op - the new default close operation

setExtendedState

void setExtendedState(int state)
Sets the extended state.

Parameters:
state - the new extended state

setLeftStatusBarText

void setLeftStatusBarText(java.lang.String text,
                          java.lang.String toolTip)
Sets the left status bar text.

Parameters:
text - the text
toolTip - the tool tip

setLocation

void setLocation(java.awt.Point location)
Sets the location.

Parameters:
location - the new location

setLocationRelativeTo

void setLocationRelativeTo(java.awt.Component c)
Sets the location relative to.

Parameters:
c - the new location relative to

setRightStatusBar

void setRightStatusBar(java.lang.String text,
                       java.lang.String toolTip)
Sets the right status bar.

Parameters:
text - the text
toolTip - the tool tip

setStatusBarDeviceLabelText

void setStatusBarDeviceLabelText(java.lang.String text)
Sets the status bar image label text.

Parameters:
icon - the icon
text - the text

setTitle

void setTitle(java.lang.String title)
Sets the title.

Parameters:
title - the new title

setVisible

void setVisible(boolean visible)
Sets the visible.

Parameters:
visible - the new visible

showContextInformationPanel

void showContextInformationPanel(boolean show,
                                 boolean changeSize)
Show audio scrobbler panel.

Parameters:
show - the show
changeSize - the change size

showNavigationPanel

void showNavigationPanel(boolean show,
                         boolean changeSize)
Show navigation panel.

Parameters:
show - the show
changeSize - the change size

showNavigationTable

void showNavigationTable(boolean show)
Show navigation table.

Parameters:
show - the show

showProgressBar

void showProgressBar(boolean visible,
                     java.lang.String tooltip)
Show progress bar.

Parameters:
visible - the visible
tooltip - the tooltip

showSongProperties

void showSongProperties(boolean show)
Show song properties.

Parameters:
show - the show

showStatusBar

void showStatusBar(boolean show)
Show status bar.

Parameters:
show - the show

showToolBar

void showToolBar(boolean show)
Show tool bar.

Parameters:
show -

showStatusBarDeviceLabel

void showStatusBarDeviceLabel(boolean visible)
Show status bar device info.

Parameters:
visible - the visible

showStatusBarNewPodcastFeedEntriesLabel

void showStatusBarNewPodcastFeedEntriesLabel(boolean visible)
Show podcast info in status bar.

Parameters:
visible -


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