|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
at.tuwien.ifs.commons.gui.controls.TitledCollapsiblePanel
at.tuwien.ifs.somtoolbox.apps.viewer.controls.AbstractViewerControl
at.tuwien.ifs.somtoolbox.apps.viewer.controls.PlaylistEvaluationPane
public class PlaylistEvaluationPane
Nested Class Summary |
---|
Nested classes/interfaces inherited from class at.tuwien.ifs.commons.gui.controls.TitledCollapsiblePanel |
---|
TitledCollapsiblePanel.Orientation |
Nested classes/interfaces inherited from class javax.swing.JPanel |
---|
JPanel.AccessibleJPanel |
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Container |
---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
---|---|
private JButton |
btnEvalPL
|
private JButton |
btnPrintPL
|
private JButton |
btnRememberPlaylist
|
private JButton |
btnStopPLMovie
|
private String |
currentPlaylist
|
private edu.umd.cs.piccolo.PNode |
playlistDots
|
private edu.umd.cs.piccolo.PNode |
playlistLines
|
private edu.umd.cs.piccolo.PNode |
playlistPrint
|
private StringBuilder |
rememberedPlaylists
|
private static long |
serialVersionUID
|
private SpinnerNumberModel |
spmSeconds
|
private boolean |
stopPLMovie
|
private JTextField |
txtInfile
|
Fields inherited from class at.tuwien.ifs.somtoolbox.apps.viewer.controls.AbstractViewerControl |
---|
SMALL_INSETS, smallerFont, smallFont, state |
Fields inherited from class javax.swing.JComponent |
---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
PlaylistEvaluationPane(String title,
CommonSOMViewerStateData state)
|
Method Summary | |
---|---|
private void |
doPlaylistMovie(File pl)
|
private void |
evaluate(File in)
|
private void |
evaluate(File[] listFiles)
|
private void |
evaluate(File file,
boolean shortPrint)
|
private void |
initialize()
|
private void |
printSinglePlaylist(File file)
|
private void |
rememberCurrentPlaylist()
|
Methods inherited from class at.tuwien.ifs.somtoolbox.apps.viewer.controls.AbstractViewerControl |
---|
isFullFunctional, setIcon, setSelected, setVisible |
Methods inherited from class at.tuwien.ifs.commons.gui.controls.TitledCollapsiblePanel |
---|
add, add, add, add, add, getContentBackground, getContentBorder, getContentPane, getDecoratorPadding, getHorizontalTitleAlignment, getHorizontalTitleTextPosition, getIcon, getIconTitleGap, getLayout, getOrientation, getPreferredSize, getShowTitleDecoration, getTitle, getTitleBackground, getTitleBorder, isAnimated, isCollapsed, pack, remove, remove, removeAll, setAnimated, setCollapsed, setContentBackground, setContentBorder, setContentPane, setDecoratorPadding, setHorizontalTitleAlignment, setHorizontalTitleTextPosition, setIcon, setIconTitleGap, setLayout, setOrientation, setShowTitleDecoration, setTitle, setTitleBackground, setTitleBorder |
Methods inherited from class javax.swing.JPanel |
---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private JTextField txtInfile
private JButton btnEvalPL
private JButton btnPrintPL
private edu.umd.cs.piccolo.PNode playlistPrint
private edu.umd.cs.piccolo.PNode playlistDots
private edu.umd.cs.piccolo.PNode playlistLines
private SpinnerNumberModel spmSeconds
private JButton btnStopPLMovie
private boolean stopPLMovie
private JButton btnRememberPlaylist
private String currentPlaylist
private StringBuilder rememberedPlaylists
Constructor Detail |
---|
public PlaylistEvaluationPane(String title, CommonSOMViewerStateData state)
Method Detail |
---|
private void evaluate(File in) throws FileNotFoundException
FileNotFoundException
private void evaluate(File file, boolean shortPrint) throws FileNotFoundException
FileNotFoundException
private void evaluate(File[] listFiles) throws FileNotFoundException
FileNotFoundException
private void initialize()
private void rememberCurrentPlaylist()
private void doPlaylistMovie(File pl)
private void printSinglePlaylist(File file)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |