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, storeSelectedPatch
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 LibraryFrame(File file)
public LibraryFrame()
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 int deleteDuplicates()
public void sortPatch(Comparator<Patch> c)
public FileFilter getFileFilter()
getFileFilter
in class AbstractLibraryFrame
public String getFileExtension()
getFileExtension
in class AbstractLibraryFrame
Copyright © 2014. All Rights Reserved.