public abstract class PlayableViewPart
extends org.eclipse.ui.part.ViewPart
Constructor and Description |
---|
PlayableViewPart() |
Modifier and Type | Method and Description |
---|---|
boolean |
isPlayable()
Method to check if the view is in a state where play button functionality
would make sense.
|
abstract void |
setToNextResource()
Set a selection to the next item in the list that the playable buttons
cycle through.
|
abstract void |
setToPreviousResource()
Set a selection to the previous item in the list that the playable
buttons cycle through.
|
getViewSite, init, init, saveState, setInitializationData
addPartPropertyListener, addPropertyListener, createPartControl, dispose, getAdapter, getContentDescription, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, getTitleToolTip, removePartPropertyListener, removePropertyListener, setFocus, setPartProperty, showBusy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public boolean isPlayable()
public abstract void setToNextResource()
public abstract void setToPreviousResource()