mirror of
https://github.com/nasa/trick.git
synced 2025-02-20 17:22:52 +00:00
#274 Purged obsolete StripChartApplication
This commit is contained in:
parent
3ac7fc4de3
commit
51fcdcb9cb
File diff suppressed because it is too large
Load Diff
@ -1,25 +0,0 @@
|
||||
# Resources file for StripchartApplication class
|
||||
|
||||
Application.id = StripchartApplication
|
||||
Application.title = Stripchart
|
||||
|
||||
mainFrame.title = Stripchart
|
||||
|
||||
# Resources for the @Actions defined in StripchartApplication
|
||||
# Menu items
|
||||
|
||||
# Buttons
|
||||
toggle_xrange.Action.text = Toggle &Range
|
||||
toggle_xrange.Action.shortDescription = Set x-axis range to automatic scaling (All), or fixed-width (Strip).
|
||||
|
||||
start_stop.Action.text = Toggle &Start/Stop
|
||||
start_stop.Action.shortDescription = Start/Stop graph refreshing.
|
||||
|
||||
legend_onoff.Action.text = &Legend On/Off
|
||||
legend_onoff.Action.shortDescription = Hide/Display the graph's Legend.
|
||||
|
||||
postscript.Action.text = Post&script...
|
||||
postscript.Action.shortDescription = Save a copy of the graph to postscript file.
|
||||
|
||||
# Resource for menu
|
||||
settingsMenu.text = &Settings
|
@ -1,5 +1,4 @@
|
||||
|
||||
package trick.stripchart;
|
||||
package trick.tv;
|
||||
|
||||
import java.awt.BorderLayout;
|
||||
import java.awt.Color;
|
@ -1,4 +1,4 @@
|
||||
package trick.stripchart;
|
||||
package trick.tv;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collection;
|
@ -102,8 +102,8 @@ import trick.sie.utils.SieResourceDomParser;
|
||||
import trick.sie.utils.SieTemplate;
|
||||
import trick.sie.utils.SieTreeModel;
|
||||
import trick.sie.utils.TreeModelSortingFilter.Sorting;
|
||||
import trick.stripchart.StripChart;
|
||||
import trick.stripchart.StripChartManager;
|
||||
import trick.tv.StripChart;
|
||||
import trick.tv.StripChartManager;
|
||||
import trick.tv.VariableTable.Position;
|
||||
|
||||
/**
|
||||
|
@ -20,7 +20,7 @@ import org.jfree.data.Range;
|
||||
|
||||
import trick.common.utils.vs.Variable;
|
||||
import trick.sie.utils.SieEnumeration;
|
||||
import trick.stripchart.StripChart;
|
||||
import trick.tv.StripChart;
|
||||
|
||||
public class TVBean {
|
||||
|
||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Loading…
x
Reference in New Issue
Block a user