public class LibraryFrame extends AbstractLibraryFrame
| Modifier and Type | Field and Description |
|---|---|
static String |
FILE_EXTENSION |
changed, model, table| Constructor and Description |
|---|
LibraryFrame() |
LibraryFrame(File file) |
| Modifier and Type | Method and Description |
|---|---|
protected PatchTableModel |
createTableModel() |
int |
deleteDuplicates() |
protected void |
enableActions()
change state of Actions based on the state of the table.
|
protected void |
frameActivated() |
String |
getFileExtension() |
FileFilter |
getFileFilter() |
protected void |
setupColumns()
Before calling this method, table and myModel is setup.
|
void |
sortPatch(Comparator<Patch> c) |
canImport, changed, changed, copySelectedPatch, deleteSelectedPatch, doImport, editSelectedPatch, exportPatch, extractSelectedPatch, getPatchCollection, getPatchTableModel, getSelectedPatch, getTable, importPatch, isChanged, open, pastePatch, pastePatch, pastePatch, playSelectedPatch, reassignSelectedPatch, revalidateDrivers, save, save, sendSelectedPatch, sendToSelectedPatch, storeSelectedPatchaddFocusListener, 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 LibraryFrame(File file)
public LibraryFrame()
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 int deleteDuplicates()
public void sortPatch(Comparator<Patch> c)
public FileFilter getFileFilter()
getFileFilter in class AbstractLibraryFramepublic String getFileExtension()
getFileExtension in class AbstractLibraryFrameCopyright © 2014. All Rights Reserved.