|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> asaph >> [ standardgui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.virtuosotechnologies.asaph.standardgui
Class InfoPane

java.lang.Objectcom.virtuosotechnologies.asaph.standardgui.InfoPane
- class InfoPane
- extends java.lang.Object
A pane that displays informational fields for a song.
| Field Summary | |
private static java.lang.String |
INFOPANE_WIDTH_PREF
|
private static java.util.prefs.Preferences |
prefs_
|
private static java.lang.String |
STR_InfoPane_AltTitlesLabel
|
private static java.lang.String |
STR_InfoPane_AuthorLabel
|
private static java.lang.String |
STR_InfoPane_CommentLabel
|
private static java.lang.String |
STR_InfoPane_CopyrightLabel
|
private static java.lang.String |
STR_InfoPane_KeywordsLabel
|
private static java.lang.String |
STR_InfoPane_MainTitleLabel
|
private static java.lang.String |
STR_InfoPane_NotesLabel
|
private javax.swing.JScrollPane |
toplevelPane_
|
private int |
widthCorrection_
|
| Constructor Summary | |
(package private) |
InfoPane(com.virtuosotechnologies.asaph.model.Song song,
com.virtuosotechnologies.asaph.modelutils.SongUtils songUtils)
Constructor |
| Method Summary | |
private void |
createStringListView(java.lang.String labelText,
java.lang.String[] array,
java.awt.GridBagConstraints gbc,
javax.swing.JPanel mainPanel)
|
private void |
createStringView(java.lang.String labelText,
java.lang.String str,
java.awt.GridBagConstraints gbc,
javax.swing.JPanel mainPanel)
|
(package private) javax.swing.JComponent |
getJComponent()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
INFOPANE_WIDTH_PREF
private static final java.lang.String INFOPANE_WIDTH_PREF
- See Also:
- Constant Field Values
STR_InfoPane_MainTitleLabel
private static final java.lang.String STR_InfoPane_MainTitleLabel
STR_InfoPane_AltTitlesLabel
private static final java.lang.String STR_InfoPane_AltTitlesLabel
STR_InfoPane_KeywordsLabel
private static final java.lang.String STR_InfoPane_KeywordsLabel
STR_InfoPane_AuthorLabel
private static final java.lang.String STR_InfoPane_AuthorLabel
STR_InfoPane_CopyrightLabel
private static final java.lang.String STR_InfoPane_CopyrightLabel
STR_InfoPane_NotesLabel
private static final java.lang.String STR_InfoPane_NotesLabel
STR_InfoPane_CommentLabel
private static final java.lang.String STR_InfoPane_CommentLabel
prefs_
private static java.util.prefs.Preferences prefs_
toplevelPane_
private javax.swing.JScrollPane toplevelPane_
widthCorrection_
private int widthCorrection_
| Constructor Detail |
InfoPane
InfoPane(com.virtuosotechnologies.asaph.model.Song song, com.virtuosotechnologies.asaph.modelutils.SongUtils songUtils)
- Constructor
| Method Detail |
createStringListView
private void createStringListView(java.lang.String labelText, java.lang.String[] array, java.awt.GridBagConstraints gbc, javax.swing.JPanel mainPanel)
createStringView
private void createStringView(java.lang.String labelText, java.lang.String str, java.awt.GridBagConstraints gbc, javax.swing.JPanel mainPanel)
getJComponent
javax.swing.JComponent getJComponent()
|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> asaph >> [ standardgui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.virtuosotechnologies.asaph.standardgui.InfoPane