|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DisplayOptions | |
dguitar.gui | Provides Graphical User Interface classes for other packages. |
dguitar.gui.unused |
Uses of DisplayOptions in dguitar.gui |
Fields in dguitar.gui declared as DisplayOptions | |
protected DisplayOptions |
TrackPanel.displayOptions
|
private DisplayOptions |
SongPanel.displayOptions
|
private DisplayOptions |
SongOptionsMenu.displayOptions
|
private DisplayOptions |
SongOptionsListener.displayOptions
|
private DisplayOptions |
SongInternalFrame.displayOptions
|
private DisplayOptions |
SlideLabel.displayOptions
|
private DisplayOptions |
DGuitar.displayOptions
The current DisplayOptions for all the songs |
private DisplayOptions |
BarPanel.displayOptions
|
private DisplayOptions |
Bar.displayOptions
|
Methods in dguitar.gui that return DisplayOptions | |
DisplayOptions |
SongPanel.getDisplayOptions()
|
DisplayOptions |
SongInternalFrame.getDisplayOptions()
|
DisplayOptions |
SlideLabel.getDisplayOptions()
|
DisplayOptions |
OptionsDisplay.getDisplayOptions()
|
DisplayOptions |
DGuitar.getDisplayOptions()
|
DisplayOptions |
BarPanel.getDisplayOptions()
|
DisplayOptions |
Bar.getDisplayOptions()
|
Methods in dguitar.gui with parameters of type DisplayOptions | |
void |
SongPanel.setDisplayOptions(DisplayOptions dO)
|
void |
SongOptionsMenu.setDisplayOptions(DisplayOptions aDisplayOptions)
|
void |
SongInternalFrame.setDisplayOptions(DisplayOptions aDisplayOptions)
This methods apply the aDisplayOptions values to this Song |
void |
SlideLabel.setDisplayOptions(DisplayOptions displayOptions)
|
void |
OptionsDisplay.setDisplayOptions(DisplayOptions aDisplayOptions)
|
void |
DGuitar.setDisplayOptions(DisplayOptions displayOptions)
|
void |
BarPanel.setDisplayOptions(DisplayOptions displayOptions)
|
void |
Bar.setDisplayOptions(DisplayOptions displayOptions)
|
Constructors in dguitar.gui with parameters of type DisplayOptions | |
TrackPanel(DisplayOptions currentDisplayOptions,
MusicCursorPosition aMusicCursorPosition)
|
|
SongPanel(DisplayOptions aDisplayOptions)
To create a SongPanel with displayOptions already created. |
|
SongInternalFrame(java.lang.String Filename,
DGuitar JF,
DisplayOptions DO,
PlayToolBar aPlayToolBar)
|
|
SlideLabel(DisplayOptions currentDisplayOptions,
int desiredWidth)
Creates a SlideLabel that can be linked to a GPSlide object |
|
BarTablature(DisplayOptions dco,
BarPanel BP)
Creates a new instance of BarTablature, related the BarPanel BP |
|
BarPanel(DisplayOptions currentDisplayOptions)
Creates new BarPanel that can contain BarTablature, BarStandar components |
|
BarMTP(DisplayOptions currentDisplayOptions,
BarPanel BP)
Creates a new instance of BarTablature, related the BarPanel BP |
|
Bar(DisplayOptions currentDisplayOptions,
BarPanel bp)
Creates a new instance of Bar based on a BarPanel |
Uses of DisplayOptions in dguitar.gui.unused |
Constructors in dguitar.gui.unused with parameters of type DisplayOptions | |
BarStandard(DisplayOptions cdo,
BarPanel BP)
Creates a new instance of Bar |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |