public class SceneFrame extends AbstractLibraryFrame
Modifier and Type | Class and Description |
---|---|
class |
SceneFrame.UpdateSceneTask |
Modifier and Type | Field and Description |
---|---|
static String |
FILE_EXTENSION |
changed, model, table
Constructor and Description |
---|
SceneFrame() |
SceneFrame(File file) |
SceneFrame(String name) |
Modifier and Type | Method and Description |
---|---|
protected PatchTableModel |
createTableModel() |
protected void |
enableActions()
change state of Actions based on the state of the table.
|
protected void |
frameActivated() |
String |
getFileExtension() |
FileFilter |
getFileFilter() |
List<Patch> |
getPatchCollection()
Return collection of all patches in basket.
|
void |
sendScene()
Send all patches of the scene to the configured places in the synth's.
|
protected void |
setupColumns()
Before calling this method, table and myModel is setup.
|
void |
storeSelectedPatch()
Send the selected patch to a buffer of the synth specified by user.
|
void |
updateScene() |
void |
updateSelected() |
canImport, changed, changed, copySelectedPatch, deleteSelectedPatch, doImport, editSelectedPatch, exportPatch, extractSelectedPatch, getPatchTableModel, getSelectedPatch, getTable, importPatch, isChanged, open, pastePatch, pastePatch, pastePatch, playSelectedPatch, reassignSelectedPatch, revalidateDrivers, save, save, sendSelectedPatch, sendToSelectedPatch
addFocusListener, addJSLFrameListener, dispose, getAppConfig, getContentPane, getJFrame, getJInternalFrame, getJSLFrameListeners, getMinimumSize, getSize, getSize, getTitle, getX, getY, isClosing, isIcon, isSelected, isVisible, moveToDefaultLocation, moveToFront, pack, removeJSLFrameListener, repaint, setClosed, setJMenuBar, setLocation, setLocation, setSelected, setSize, setTitle, setVisible
public static final String FILE_EXTENSION
public SceneFrame(String name)
public SceneFrame(File file)
public SceneFrame()
protected PatchTableModel createTableModel()
createTableModel
in class AbstractLibraryFrame
protected void setupColumns()
AbstractLibraryFrame
setupColumns
in class AbstractLibraryFrame
protected void frameActivated()
frameActivated
in class AbstractLibraryFrame
protected void enableActions()
enableActions
in class AbstractLibraryFrame
public List<Patch> getPatchCollection()
PatchBasket
getPatchCollection
in interface PatchBasket
getPatchCollection
in class AbstractLibraryFrame
public void sendScene()
public void storeSelectedPatch()
PatchHandler
storeSelectedPatch
in interface PatchHandler
storeSelectedPatch
in class AbstractLibraryFrame
public void updateScene()
public void updateSelected()
public FileFilter getFileFilter()
getFileFilter
in class AbstractLibraryFrame
public String getFileExtension()
getFileExtension
in class AbstractLibraryFrame
Copyright © 2014. All Rights Reserved.