|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MainFrame | |
---|---|
fi.helsinki.dacopan.animseq | Classes containing information on the animation sequence, also known by its more user friendly name, Scenario play list. |
fi.helsinki.dacopan.ui | User interface classes, frames, panels etc. |
fi.helsinki.dacopan.ui.tsc |
Uses of MainFrame in fi.helsinki.dacopan.animseq |
---|
Methods in fi.helsinki.dacopan.animseq with parameters of type MainFrame | |
---|---|
void |
ScenarioItemPause.doAction(MainFrame mainFrame,
boolean inRecordingMode)
Does nothing. |
void |
ScenarioItemMSC.doAction(MainFrame mainFrame,
boolean inRecordingMode)
Instructs the MainFrame instance to display the MSC animation. |
void |
ScenarioItemENC.doAction(MainFrame mainFrame,
boolean inRecordingMode)
When called, calls the MainFrame instance to display the encapsulation for the unit stored in the object. |
void |
ScenarioItem.doAction(MainFrame mainFrame,
boolean inRecordingMode)
Performs the action stored in this scenario item. |
Constructors in fi.helsinki.dacopan.animseq with parameters of type MainFrame | |
---|---|
AnimationSequence(MainFrame frame)
Creates a new instance of AnimationSequence |
|
ScenarioEditorDialog(MainFrame mainFrame,
AnimationSequence animSeq)
Creates a new instance of ScenarioEditorDialog |
Uses of MainFrame in fi.helsinki.dacopan.ui |
---|
Fields in fi.helsinki.dacopan.ui declared as MainFrame | |
---|---|
protected MainFrame |
AbstractAnimationPanel.mainFrame
|
Methods in fi.helsinki.dacopan.ui with parameters of type MainFrame | |
---|---|
static TimePanel |
TimePanel.getInstance(MainFrame mainFrame,
float startTime)
|
Constructors in fi.helsinki.dacopan.ui with parameters of type MainFrame | |
---|---|
AbstractAnimationPanel(MainFrame mainFrame)
|
|
ENCPanel(MainFrame mainFrame,
ENCTreeModel encTreeModel)
Encapsulation panels are constructed with a reference to the mainframe, and an encapsulation model object. |
|
MSCPanel(MainFrame mainFrame,
SettingsMSC settings,
DataView dataView,
float nowTime)
Creates new form MSCPanel |
|
NotePanel(MainFrame mainFrame,
Layer layer)
This constructs a NotePanel for showing notes for MSC. |
|
NotePanel(MainFrame mainFrame,
TransferUnit transferUnit)
This constructs a NotePanel for showing encapsulation notes. |
|
SettingsDialog(MainFrame mainFrame,
java.lang.String title,
boolean modal)
Creates the dialog making the settings for the current animation type active |
|
SettingsDialog(MainFrame mainFrame,
java.lang.String title,
boolean modal,
int mode)
Constructor. |
|
SettingsPanelGeneral(GeneralSettings generalSettings,
MainFrame mainFrame,
SettingsDialog settingsDialog)
Constructor |
|
StatusBar(MainFrame mainFrame)
|
|
UFOPanel(MainFrame mainFrame,
DataView data,
Layer layer)
|
|
UFOPanel(MainFrame mainFrame,
Layer layer)
|
|
UserInterface(MainFrame frame)
Creates the UI for the animator. |
Uses of MainFrame in fi.helsinki.dacopan.ui.tsc |
---|
Methods in fi.helsinki.dacopan.ui.tsc with parameters of type MainFrame | |
---|---|
void |
PacketInfoPanel.setMainFrame(MainFrame frame)
|
Constructors in fi.helsinki.dacopan.ui.tsc with parameters of type MainFrame | |
---|---|
MainPanel(MainFrame main,
DataView data,
PacketInfoPanel infoPanel)
|
|
NoteBar(MainPanel main,
DataView data,
DrawingArea area,
MainFrame frame)
|
|
PacketInfoPanel(NoteBar noteBar,
TSCNotePanel notePanel,
MainFrame main,
DrawingArea area)
|
|
TSCNotePanel(MainFrame main)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |