public final class Actions extends Object
Modifier and Type | Field and Description |
---|---|
static long |
EN_ABOUT |
static long |
EN_ALL
All actions excluding ones which are always enabled.
|
static long |
EN_COPY |
static long |
EN_CROSSBREED |
static long |
EN_CUT |
static long |
EN_DELETE |
static long |
EN_DELETE_DUPLICATES |
static long |
EN_DOCS |
static long |
EN_EDIT |
static long |
EN_EXIT |
static long |
EN_EXPORT |
static long |
EN_EXTRACT |
static long |
EN_GET |
static long |
EN_HOME_PAGE |
static long |
EN_IMPORT |
static long |
EN_IMPORT_ALL |
static long |
EN_LICENSE |
static long |
EN_MONITOR |
static long |
EN_NEW |
static long |
EN_NEW_PATCH |
static long |
EN_NEW_SCENE |
static long |
EN_NEXT_FADER |
static long |
EN_OPEN |
static long |
EN_PASTE |
static long |
EN_PLAY |
static long |
EN_PREFS |
static long |
EN_PREV_FADER |
static long |
EN_PRINT |
static long |
EN_REASSIGN |
static long |
EN_SAVE |
static long |
EN_SAVE_AS |
static long |
EN_SEARCH |
static long |
EN_SEND |
static long |
EN_SEND_TO |
static long |
EN_SORT |
static long |
EN_STORE |
static long |
EN_TRANSFER_SCENE |
static long |
EN_UPDATE_SCENE |
static long |
EN_UPDATE_SELECTED |
static long |
EN_UPLOAD |
static Action |
exitAction |
static MidiMonitor |
midiMonitor |
Modifier and Type | Method and Description |
---|---|
static void |
addLibraryFrame(AbstractLibraryFrame frame)
add and show a Library/Scene Window
|
static void |
createActions() |
static JMenuBar |
createMenuBar()
This sets up the Menubar.
|
static void |
createPopupMenu() |
static JToolBar |
createToolBar() |
static void |
openFrame(File file)
Create a new Library Window and load a Library from disk to fill it! Fun!
|
static void |
saveFrame()
This one saves a Library to Disk
|
static void |
setEnabled(boolean b,
long v)
Enable/disable Actions.
|
static void |
showMenuPatchPopup(JTable tbl,
int x,
int y)
show popup menu for patch.
|
static File |
showSaveDialog(AbstractLibraryFrame oFrame) |
public static final long EN_ABOUT
public static final long EN_COPY
public static final long EN_CROSSBREED
public static final long EN_CUT
public static final long EN_DELETE
public static final long EN_DELETE_DUPLICATES
public static final long EN_DOCS
public static final long EN_EDIT
public static final long EN_EXIT
public static final long EN_EXPORT
public static final long EN_EXTRACT
public static final long EN_GET
public static final long EN_HOME_PAGE
public static final long EN_IMPORT
public static final long EN_IMPORT_ALL
public static final long EN_LICENSE
public static final long EN_MONITOR
public static final long EN_NEW
public static final long EN_NEW_PATCH
public static final long EN_NEW_SCENE
public static final long EN_NEXT_FADER
public static final long EN_OPEN
public static final long EN_PASTE
public static final long EN_PLAY
public static final long EN_PREFS
public static final long EN_REASSIGN
public static final long EN_SAVE
public static final long EN_SAVE_AS
public static final long EN_SEARCH
public static final long EN_SEND
public static final long EN_SEND_TO
public static final long EN_SORT
public static final long EN_STORE
public static final long EN_TRANSFER_SCENE
public static final long EN_UPLOAD
public static final long EN_PREV_FADER
public static final long EN_PRINT
public static final long EN_UPDATE_SCENE
public static final long EN_UPDATE_SELECTED
public static final long EN_ALL
public static Action exitAction
public static MidiMonitor midiMonitor
public static void createActions()
public static JMenuBar createMenuBar()
public static void createPopupMenu()
public static void showMenuPatchPopup(JTable tbl, int x, int y)
public static JToolBar createToolBar()
public static void setEnabled(boolean b, long v)
b
- true
to enable Actions, false
to
disable them.v
- Specify Actions to be enabled/disabled. Use constants
EN_*
.public static void openFrame(File file)
public static void addLibraryFrame(AbstractLibraryFrame frame)
public static void saveFrame()
public static File showSaveDialog(AbstractLibraryFrame oFrame)
Copyright © 2014. All Rights Reserved.