public abstract class JavaModAppletBasePlayButtons extends JavaModAppletBase
Applet.AccessibleAppletPanel.AccessibleAWTPanelContainer.AccessibleAWTContainerComponent.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy| Modifier and Type | Field and Description |
|---|---|
static String |
BUTTONNEXT_ACTIVE |
static String |
BUTTONNEXT_INACTIVE |
static String |
BUTTONNEXT_NORMAL |
static String |
BUTTONPAUSE_ACTIVE |
static String |
BUTTONPAUSE_INACTIVE |
static String |
BUTTONPAUSE_NORMAL |
static String |
BUTTONPLAY_ACTIVE |
static String |
BUTTONPLAY_INACTIVE |
static String |
BUTTONPLAY_NORMAL |
static String |
BUTTONPREV_ACTIVE |
static String |
BUTTONPREV_INACTIVE |
static String |
BUTTONPREV_NORMAL |
static String |
BUTTONSTOP_ACTIVE |
static String |
BUTTONSTOP_INACTIVE |
static String |
BUTTONSTOP_NORMAL |
autostart, currentContainer, currentPlayList, initialVolume, modFileName, playerThread, repeat, shuffleBOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENTABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH| Constructor and Description |
|---|
JavaModAppletBasePlayButtons() |
| Modifier and Type | Method and Description |
|---|---|
protected JButton |
getButton_Next() |
protected JButton |
getButton_Pause() |
protected JButton |
getButton_Play() |
protected JButton |
getButton_Prev() |
protected JButton |
getButton_Stop() |
protected JPanel |
getPlayerControlPanel() |
void |
playThreadEventOccured(PlayThread thread) |
protected void |
setPlayListIcons() |
addFileToPlayList, clearPlaylist, createNewMixer, doNextPlayListEntry, doPausePlaying, doPrevPlayListEntry, doStartPlaying, doStopPlaying, getCurrentContainer, getCurrentPlayList, getModFileNames, getPlayingPosition, init, initGui, loadMultimediaFile, loadMultimediaOrPlayListFile, parseParameters, playFile, removeMixer, setNewSongNamedestroy, getAccessibleContext, getAppletContext, getAppletInfo, getAudioClip, getAudioClip, getCodeBase, getDocumentBase, getImage, getImage, getLocale, getParameter, getParameterInfo, isActive, isValidateRoot, newAudioClip, play, play, resize, resize, setStub, showStatus, start, stopadd, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getInsets, getLayout, getListeners, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, paramString, preferredSize, print, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, removeNotify, setComponentZOrder, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, setLayout, transferFocusDownCycle, update, validate, validateTreeaction, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, revalidate, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setMinimumSize, setName, setPreferredSize, setSize, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCyclepublic static final String BUTTONPLAY_INACTIVE
public static final String BUTTONPLAY_ACTIVE
public static final String BUTTONPLAY_NORMAL
public static final String BUTTONPAUSE_INACTIVE
public static final String BUTTONPAUSE_ACTIVE
public static final String BUTTONPAUSE_NORMAL
public static final String BUTTONSTOP_INACTIVE
public static final String BUTTONSTOP_ACTIVE
public static final String BUTTONSTOP_NORMAL
public static final String BUTTONPREV_INACTIVE
public static final String BUTTONPREV_ACTIVE
public static final String BUTTONPREV_NORMAL
public static final String BUTTONNEXT_INACTIVE
public static final String BUTTONNEXT_ACTIVE
public static final String BUTTONNEXT_NORMAL
public JavaModAppletBasePlayButtons()
throws HeadlessException
HeadlessExceptionprotected JButton getButton_Play()
protected JButton getButton_Pause()
protected JButton getButton_Stop()
protected JButton getButton_Prev()
protected JButton getButton_Next()
protected JPanel getPlayerControlPanel()
public void playThreadEventOccured(PlayThread thread)
playThreadEventOccured in interface PlayThreadEventListenerplayThreadEventOccured in class JavaModAppletBasethread - JavaModAppletBase.playThreadEventOccured(de.quippy.javamod.main.gui.PlayThread)protected void setPlayListIcons()
setPlayListIcons in class JavaModAppletBaseJavaModAppletBase.setPlayListIcons()Copyright © 2014. All rights reserved.