|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
be.lassi.ui.sheet.actions
Class SheetActions
java.lang.Object be.lassi.ui.sheet.actions.SheetActions
public class SheetActions
- extends java.lang.Object
Actions used in the sheet window and the cue list window.
Has actions for add, cut, copy and paste Cues.
Constructor Summary | |
---|---|
SheetActions(ShowContext context)
|
Method Summary | |
---|---|
void |
adjust()
|
void |
adjust(int newCueIndex)
|
LassiAction |
getActionAdd()
Gets the "Add cue" action. |
LassiAction |
getActionAddMany()
Gets the action to add several cues in one go. |
LassiAction |
getActionAllUp()
|
LassiAction |
getActionBlackout()
|
LassiAction |
getActionCopy()
Gets the action to copy the currently selected cues to the cues paste buffer. |
LassiAction |
getActionCurrent()
Gets the action to make the selected cue the 'current' cue. |
LassiAction |
getActionCut()
Gets the action to delete the currently selected cues after saving them in the cue paste buffer. |
LassiAction |
getActionFade()
Gets the "Fade" action. |
LassiAction |
getActionGo()
Gets the "Go" action. |
LassiAction |
getActionInsert()
Gets the action to insert a new cue. |
LassiAction |
getActionInsertMany()
Gets the action to insert many cues in one go (the amount of cues to be inserted is specified by the user). |
LassiAction |
getActionPaste()
Gets the "Paste cue" action. |
LassiAction |
getActionRecord()
|
LassiAction |
getActionRenumber()
Gets the "Renumber" action. |
LassiAction |
getActionSaveToLanbox()
|
javax.swing.JPopupMenu |
getPopupMenu()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
SheetActions
public SheetActions(ShowContext context)
Method Detail |
---|
adjust
public void adjust()
adjust
public void adjust(int newCueIndex)
getActionAdd
public LassiAction getActionAdd()
- Gets the "Add cue" action.
- Returns:
- the "Add cue" action
getActionAddMany
public LassiAction getActionAddMany()
- Gets the action to add several cues in one go.
- Returns:
- the action
getActionAllUp
public LassiAction getActionAllUp()
getActionBlackout
public LassiAction getActionBlackout()
getActionCopy
public LassiAction getActionCopy()
- Gets the action to copy the currently selected cues to the cues paste buffer.
- Returns:
- the action
getActionCurrent
public LassiAction getActionCurrent()
- Gets the action to make the selected cue the 'current' cue.
- Returns:
- the action
getActionCut
public LassiAction getActionCut()
- Gets the action to delete the currently selected cues after saving them
in the cue paste buffer.
- Returns:
- the action
getActionFade
public LassiAction getActionFade()
- Gets the "Fade" action.
- Returns:
- the "Fade" action
getActionGo
public LassiAction getActionGo()
- Gets the "Go" action.
- Returns:
- the "Go" action
getActionInsert
public LassiAction getActionInsert()
- Gets the action to insert a new cue.
- Returns:
- the action
getActionInsertMany
public LassiAction getActionInsertMany()
- Gets the action to insert many cues in one go (the amount of cues to
be inserted is specified by the user).
- Returns:
- the action
getActionPaste
public LassiAction getActionPaste()
- Gets the "Paste cue" action.
- Returns:
- the action
getActionRecord
public LassiAction getActionRecord()
getActionRenumber
public LassiAction getActionRenumber()
- Gets the "Renumber" action.
- Returns:
- the "Renumber" action
getActionSaveToLanbox
public LassiAction getActionSaveToLanbox()
getPopupMenu
public javax.swing.JPopupMenu getPopupMenu()
|
Lighting Assistant 1.2 | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |