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, sendToSelectedPatchaddFocusListener, 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, setVisiblepublic static final String FILE_EXTENSION
public SceneFrame(String name)
public SceneFrame(File file)
public SceneFrame()
protected PatchTableModel createTableModel()
createTableModel in class AbstractLibraryFrameprotected void setupColumns()
AbstractLibraryFramesetupColumns in class AbstractLibraryFrameprotected void frameActivated()
frameActivated in class AbstractLibraryFrameprotected void enableActions()
enableActions in class AbstractLibraryFramepublic List<Patch> getPatchCollection()
PatchBasketgetPatchCollection in interface PatchBasketgetPatchCollection in class AbstractLibraryFramepublic void sendScene()
public void storeSelectedPatch()
PatchHandlerstoreSelectedPatch in interface PatchHandlerstoreSelectedPatch in class AbstractLibraryFramepublic void updateScene()
public void updateSelected()
public FileFilter getFileFilter()
getFileFilter in class AbstractLibraryFramepublic String getFileExtension()
getFileExtension in class AbstractLibraryFrameCopyright © 2014. All Rights Reserved.