public class LoadTrackMatePlugIn extends SomeDialogDescriptor implements ij.plugin.PlugIn
file
panelIdentifier, targetPanel
Constructor and Description |
---|
LoadTrackMatePlugIn() |
Modifier and Type | Method and Description |
---|---|
protected TmXmlReader |
createReader(File lFile)
Hook for subclassers:
Creates the TmXmlReader instance that will be used to load the
file. |
static void |
main(String[] args) |
protected void |
postRead(TrackMate trackmate)
Hook for subclassers:
The TrackMate object is loaded and properly configured. |
void |
run(String filePath)
Loads a TrackMate file in the GUI.
|
aboutToDisplayPanel, aboutToHidePanel, displayingPanel, getBackwardRunnable, getCancelable, getForwardRunnable, getPanelComponent, getPanelDescriptorIdentifier
public void run(String filePath)
run
in interface ij.plugin.PlugIn
filePath
- the path to a TrackMate XML file, to load. If
null
or 0-length, the user will be asked to
browse to a TrackMate file.protected void postRead(TrackMate trackmate)
TrackMate
object is loaded and properly configured. This
method is called just before the controller and GUI are launched.trackmate
- the TrackMate
instance that was fledged after loading.protected TmXmlReader createReader(File lFile)
TmXmlReader
instance that will be used to load the
file.lFile
- the file to read from.TmXmlReader
instance.public static void main(String[] args)
Copyright © 2015–2021 Fiji. All rights reserved.