Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vdt-plugin
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
vdt-plugin
Commits
703c6d5c
Commit
703c6d5c
authored
Mar 14, 2014
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added license header to TSL XML files, updated copyright date on VDT
files
parent
fa601e3b
Changes
263
Hide whitespace changes
Inline
Side-by-side
Showing
263 changed files
with
4364 additions
and
3621 deletions
+4364
-3621
Txt.java
src/com/elphel/vdt/Txt.java
+17
-17
VDT.java
src/com/elphel/vdt/VDT.java
+17
-17
VerilogUtils.java
src/com/elphel/vdt/VerilogUtils.java
+17
-17
Utils.java
src/com/elphel/vdt/core/Utils.java
+17
-17
ExternalToolLauncher.java
src/com/elphel/vdt/core/launching/ExternalToolLauncher.java
+17
-17
ExternalToolLauncherConfiguration.java
...vdt/core/launching/ExternalToolLauncherConfiguration.java
+17
-17
LaunchCore.java
src/com/elphel/vdt/core/launching/LaunchCore.java
+17
-17
ToolLogFile.java
src/com/elphel/vdt/core/launching/ToolLogFile.java
+0
-1
VDTLaunchConfigurationDelegate.java
...el/vdt/core/launching/VDTLaunchConfigurationDelegate.java
+17
-17
VDTLaunchUtil.java
src/com/elphel/vdt/core/launching/VDTLaunchUtil.java
+17
-17
VDTRunnerConfiguration.java
...com/elphel/vdt/core/launching/VDTRunnerConfiguration.java
+17
-17
Option.java
src/com/elphel/vdt/core/options/Option.java
+17
-17
OptionsCore.java
src/com/elphel/vdt/core/options/OptionsCore.java
+17
-17
OptionsUtils.java
src/com/elphel/vdt/core/options/OptionsUtils.java
+17
-17
ParamBasedListOption.java
src/com/elphel/vdt/core/options/ParamBasedListOption.java
+17
-17
ParamBasedOption.java
src/com/elphel/vdt/core/options/ParamBasedOption.java
+17
-17
ValueBasedListOption.java
src/com/elphel/vdt/core/options/ValueBasedListOption.java
+17
-17
ValueBasedOption.java
src/com/elphel/vdt/core/options/ValueBasedOption.java
+17
-17
BooleanUtils.java
src/com/elphel/vdt/core/tools/BooleanUtils.java
+17
-17
Checks.java
src/com/elphel/vdt/core/tools/Checks.java
+17
-17
EntityUtils.java
src/com/elphel/vdt/core/tools/EntityUtils.java
+17
-17
Inheritable.java
src/com/elphel/vdt/core/tools/Inheritable.java
+17
-17
NamedEntity.java
src/com/elphel/vdt/core/tools/NamedEntity.java
+17
-17
ToolsCore.java
src/com/elphel/vdt/core/tools/ToolsCore.java
+17
-17
Updateable.java
src/com/elphel/vdt/core/tools/Updateable.java
+17
-17
Config.java
src/com/elphel/vdt/core/tools/config/Config.java
+17
-17
ConfigException.java
src/com/elphel/vdt/core/tools/config/ConfigException.java
+17
-17
AbstractConditionNodeReader.java
...dt/core/tools/config/xml/AbstractConditionNodeReader.java
+17
-17
CommandLinesNodeReader.java
...hel/vdt/core/tools/config/xml/CommandLinesNodeReader.java
+17
-17
ConditionNodeReader.java
...elphel/vdt/core/tools/config/xml/ConditionNodeReader.java
+17
-17
ConditionalStringsNodeReader.java
...t/core/tools/config/xml/ConditionalStringsNodeReader.java
+17
-17
ParamGroupNodeReader.java
...lphel/vdt/core/tools/config/xml/ParamGroupNodeReader.java
+17
-17
ParamNodeReader.java
...com/elphel/vdt/core/tools/config/xml/ParamNodeReader.java
+17
-17
XMLConfig.java
src/com/elphel/vdt/core/tools/config/xml/XMLConfig.java
+17
-17
BuildParamsItem.java
src/com/elphel/vdt/core/tools/contexts/BuildParamsItem.java
+0
-1
Context.java
src/com/elphel/vdt/core/tools/contexts/Context.java
+17
-17
ContextManager.java
src/com/elphel/vdt/core/tools/contexts/ContextManager.java
+17
-17
ContextWithoutCommandLine.java
...el/vdt/core/tools/contexts/ContextWithoutCommandLine.java
+17
-17
InstallationContext.java
...m/elphel/vdt/core/tools/contexts/InstallationContext.java
+17
-17
PackageContext.java
src/com/elphel/vdt/core/tools/contexts/PackageContext.java
+17
-17
ProjectContext.java
src/com/elphel/vdt/core/tools/contexts/ProjectContext.java
+17
-17
AbstractGenerator.java
...m/elphel/vdt/core/tools/generators/AbstractGenerator.java
+17
-17
BuildStampGenerator.java
...elphel/vdt/core/tools/generators/BuildStampGenerator.java
+2
-3
ChosenActionGenerator.java
...phel/vdt/core/tools/generators/ChosenActionGenerator.java
+2
-3
CurrentFileBaseGenerator.java
...l/vdt/core/tools/generators/CurrentFileBaseGenerator.java
+2
-3
CurrentFileGenerator.java
...lphel/vdt/core/tools/generators/CurrentFileGenerator.java
+2
-3
FileListGenerator.java
...m/elphel/vdt/core/tools/generators/FileListGenerator.java
+17
-17
FilteredSourceListGenerator.java
...dt/core/tools/generators/FilteredSourceListGenerator.java
+0
-1
OSNameGenerator.java
...com/elphel/vdt/core/tools/generators/OSNameGenerator.java
+17
-17
ParsersPathGenerator.java
...lphel/vdt/core/tools/generators/ParsersPathGenerator.java
+2
-3
ProjectNameGenerator.java
...lphel/vdt/core/tools/generators/ProjectNameGenerator.java
+17
-17
ProjectPathGenerator.java
...lphel/vdt/core/tools/generators/ProjectPathGenerator.java
+17
-17
SelectedFileGenerator.java
...phel/vdt/core/tools/generators/SelectedFileGenerator.java
+17
-17
SourceListGenerator.java
...elphel/vdt/core/tools/generators/SourceListGenerator.java
+17
-17
StateBaseGenerator.java
.../elphel/vdt/core/tools/generators/StateBaseGenerator.java
+2
-3
StateDirGenerator.java
...m/elphel/vdt/core/tools/generators/StateDirGenerator.java
+2
-3
StateFileGenerator.java
.../elphel/vdt/core/tools/generators/StateFileGenerator.java
+2
-3
StringsGenerator.java
...om/elphel/vdt/core/tools/generators/StringsGenerator.java
+17
-17
TopModuleNameGenerator.java
...hel/vdt/core/tools/generators/TopModuleNameGenerator.java
+17
-17
TopModulesNameGenerator.java
...el/vdt/core/tools/generators/TopModulesNameGenerator.java
+17
-17
UserNameGenerator.java
...m/elphel/vdt/core/tools/generators/UserNameGenerator.java
+2
-3
ValueGenerator.java
src/com/elphel/vdt/core/tools/generators/ValueGenerator.java
+17
-17
ViewSelectedFileGenerator.java
.../vdt/core/tools/generators/ViewSelectedFileGenerator.java
+17
-17
DesignMenu.java
src/com/elphel/vdt/core/tools/menu/DesignMenu.java
+17
-17
DesignMenuItem.java
src/com/elphel/vdt/core/tools/menu/DesignMenuItem.java
+17
-17
DesignMenuManager.java
src/com/elphel/vdt/core/tools/menu/DesignMenuManager.java
+17
-17
DesignMenuToolItem.java
src/com/elphel/vdt/core/tools/menu/DesignMenuToolItem.java
+17
-17
CommandLinesBlock.java
src/com/elphel/vdt/core/tools/params/CommandLinesBlock.java
+17
-17
ContextInputDefinition.java
.../elphel/vdt/core/tools/params/ContextInputDefinition.java
+17
-17
ControlInterface.java
src/com/elphel/vdt/core/tools/params/ControlInterface.java
+17
-17
EntityUtilsMarkChildren.java
...elphel/vdt/core/tools/params/EntityUtilsMarkChildren.java
+17
-17
FormatProcessor.java
src/com/elphel/vdt/core/tools/params/FormatProcessor.java
+17
-17
ParamGroup.java
src/com/elphel/vdt/core/tools/params/ParamGroup.java
+17
-17
ParamUtils.java
src/com/elphel/vdt/core/tools/params/ParamUtils.java
+17
-17
Parameter.java
src/com/elphel/vdt/core/tools/params/Parameter.java
+17
-17
ParameterContainer.java
src/com/elphel/vdt/core/tools/params/ParameterContainer.java
+17
-17
Syntax.java
src/com/elphel/vdt/core/tools/params/Syntax.java
+17
-17
Tool.java
src/com/elphel/vdt/core/tools/params/Tool.java
+17
-17
ToolException.java
src/com/elphel/vdt/core/tools/params/ToolException.java
+17
-17
ToolSequence.java
src/com/elphel/vdt/core/tools/params/ToolSequence.java
+0
-1
TypeDef.java
src/com/elphel/vdt/core/tools/params/TypeDef.java
+17
-17
AbstractConditonValue.java
...t/core/tools/params/conditions/AbstractConditonValue.java
+17
-17
Comparison.java
...m/elphel/vdt/core/tools/params/conditions/Comparison.java
+17
-17
Condition.java
...om/elphel/vdt/core/tools/params/conditions/Condition.java
+17
-17
ConditionString.java
...hel/vdt/core/tools/params/conditions/ConditionString.java
+17
-17
ConditionUtils.java
...phel/vdt/core/tools/params/conditions/ConditionUtils.java
+17
-17
ConditionValue.java
...phel/vdt/core/tools/params/conditions/ConditionValue.java
+17
-17
ConditionalStringsList.java
.../core/tools/params/conditions/ConditionalStringsList.java
+17
-17
MultiConditionValue.java
...vdt/core/tools/params/conditions/MultiConditionValue.java
+17
-17
NamedConditionalStringsList.java
.../tools/params/conditions/NamedConditionalStringsList.java
+17
-17
ParseError.java
...m/elphel/vdt/core/tools/params/conditions/ParseError.java
+17
-17
StringComparison.java
...el/vdt/core/tools/params/conditions/StringComparison.java
+17
-17
StringConditionParser.java
...t/core/tools/params/conditions/StringConditionParser.java
+17
-17
UpdateableStringsContainer.java
...e/tools/params/conditions/UpdateableStringsContainer.java
+17
-17
ContextParamListRecognizer.java
.../tools/params/recognizers/ContextParamListRecognizer.java
+17
-17
ContextParamRecognizer.java
...core/tools/params/recognizers/ContextParamRecognizer.java
+17
-17
ContextParamRepeaterRecognizer.java
...ls/params/recognizers/ContextParamRepeaterRecognizer.java
+17
-17
DefaultListGeneratorRecognizer.java
...ls/params/recognizers/DefaultListGeneratorRecognizer.java
+17
-17
ParamFormatRecognizer.java
.../core/tools/params/recognizers/ParamFormatRecognizer.java
+17
-17
ParamRecognizer.java
...el/vdt/core/tools/params/recognizers/ParamRecognizer.java
+17
-17
ParamRepeaterRecognizer.java
...ore/tools/params/recognizers/ParamRepeaterRecognizer.java
+17
-17
Recognizer.java
.../elphel/vdt/core/tools/params/recognizers/Recognizer.java
+17
-17
RecognizerResult.java
...l/vdt/core/tools/params/recognizers/RecognizerResult.java
+17
-17
RepeaterRecognizer.java
...vdt/core/tools/params/recognizers/RepeaterRecognizer.java
+17
-17
SimpleGeneratorRecognizer.java
...e/tools/params/recognizers/SimpleGeneratorRecognizer.java
+17
-17
ToolParamRecognizer.java
...dt/core/tools/params/recognizers/ToolParamRecognizer.java
+17
-17
ParamType.java
src/com/elphel/vdt/core/tools/params/types/ParamType.java
+17
-17
ParamTypeBool.java
...com/elphel/vdt/core/tools/params/types/ParamTypeBool.java
+17
-17
ParamTypeEnum.java
...com/elphel/vdt/core/tools/params/types/ParamTypeEnum.java
+17
-17
ParamTypeNumber.java
...m/elphel/vdt/core/tools/params/types/ParamTypeNumber.java
+17
-17
ParamTypeString.java
...m/elphel/vdt/core/tools/params/types/ParamTypeString.java
+17
-17
RunFor.java
src/com/elphel/vdt/core/tools/params/types/RunFor.java
+2
-3
AdapterFactory.java
src/com/elphel/vdt/ui/AdapterFactory.java
+17
-17
MessageUI.java
src/com/elphel/vdt/ui/MessageUI.java
+17
-17
VDTPluginImages.java
src/com/elphel/vdt/ui/VDTPluginImages.java
+17
-17
DesignMenuSelectionDialog.java
src/com/elphel/vdt/ui/dialogs/DesignMenuSelectionDialog.java
+17
-17
DirListPromptDialog.java
src/com/elphel/vdt/ui/dialogs/DirListPromptDialog.java
+17
-17
FileListPromptDialog.java
src/com/elphel/vdt/ui/dialogs/FileListPromptDialog.java
+17
-17
ListPromptDialog.java
src/com/elphel/vdt/ui/dialogs/ListPromptDialog.java
+17
-17
ListPromptModel.java
src/com/elphel/vdt/ui/dialogs/ListPromptModel.java
+17
-17
ListPromptViewer.java
src/com/elphel/vdt/ui/dialogs/ListPromptViewer.java
+17
-17
ModuleSelectionDialog.java
src/com/elphel/vdt/ui/dialogs/ModuleSelectionDialog.java
+17
-17
PackageLocationDialog.java
src/com/elphel/vdt/ui/dialogs/PackageLocationDialog.java
+17
-17
TextPromptDialog.java
src/com/elphel/vdt/ui/dialogs/TextPromptDialog.java
+17
-17
ToolLocationDialog.java
src/com/elphel/vdt/ui/dialogs/ToolLocationDialog.java
+17
-17
VDTErrorDialog.java
src/com/elphel/vdt/ui/dialogs/VDTErrorDialog.java
+17
-17
AbstractToolUITabGroup.java
src/com/elphel/vdt/ui/launching/AbstractToolUITabGroup.java
+17
-17
LaunchShortcut.java
src/com/elphel/vdt/ui/launching/LaunchShortcut.java
+17
-17
MyToolTabGroup.java
src/com/elphel/vdt/ui/launching/MyToolTabGroup.java
+17
-17
OpenVerilogToolsConfigurations.java
...phel/vdt/ui/launching/OpenVerilogToolsConfigurations.java
+17
-17
VDTLaunchMenuDelegate.java
src/com/elphel/vdt/ui/launching/VDTLaunchMenuDelegate.java
+17
-17
XilinxTool1TabGroup.java
src/com/elphel/vdt/ui/launching/XilinxTool1TabGroup.java
+17
-17
ContextOptionsDialog.java
src/com/elphel/vdt/ui/options/ContextOptionsDialog.java
+17
-17
ContextOptionsPage.java
src/com/elphel/vdt/ui/options/ContextOptionsPage.java
+17
-17
ContextPreferenceNode.java
src/com/elphel/vdt/ui/options/ContextPreferenceNode.java
+17
-17
FilteredFileSelector.java
src/com/elphel/vdt/ui/options/FilteredFileSelector.java
+2
-3
OptionsBlock.java
src/com/elphel/vdt/ui/options/OptionsBlock.java
+17
-17
PackageInstallNode.java
src/com/elphel/vdt/ui/options/PackageInstallNode.java
+17
-17
PackageInstallPage.java
src/com/elphel/vdt/ui/options/PackageInstallPage.java
+17
-17
SetupOptionsDialog.java
src/com/elphel/vdt/ui/options/SetupOptionsDialog.java
+17
-17
SetupOptionsManager.java
src/com/elphel/vdt/ui/options/SetupOptionsManager.java
+17
-17
ToolInstallNode.java
src/com/elphel/vdt/ui/options/ToolInstallNode.java
+17
-17
ToolInstallPage.java
src/com/elphel/vdt/ui/options/ToolInstallPage.java
+17
-17
BoolComponent.java
src/com/elphel/vdt/ui/options/component/BoolComponent.java
+17
-17
BrowseableField.java
src/com/elphel/vdt/ui/options/component/BrowseableField.java
+17
-17
ComboComponent.java
src/com/elphel/vdt/ui/options/component/ComboComponent.java
+17
-17
Component.java
src/com/elphel/vdt/ui/options/component/Component.java
+17
-17
DirComponent.java
src/com/elphel/vdt/ui/options/component/DirComponent.java
+17
-17
DirListComponent.java
...com/elphel/vdt/ui/options/component/DirListComponent.java
+17
-17
FileComponent.java
src/com/elphel/vdt/ui/options/component/FileComponent.java
+17
-17
FileListComponent.java
...om/elphel/vdt/ui/options/component/FileListComponent.java
+17
-17
GeneralComponent.java
...com/elphel/vdt/ui/options/component/GeneralComponent.java
+17
-17
ListComponent.java
src/com/elphel/vdt/ui/options/component/ListComponent.java
+17
-17
ListPromptField.java
src/com/elphel/vdt/ui/options/component/ListPromptField.java
+17
-17
NumberComponent.java
src/com/elphel/vdt/ui/options/component/NumberComponent.java
+17
-17
StringListComponent.java
.../elphel/vdt/ui/options/component/StringListComponent.java
+17
-17
TextComponent.java
src/com/elphel/vdt/ui/options/component/TextComponent.java
+17
-17
LabelFieldEditor.java
...m/elphel/vdt/ui/options/fieldeditor/LabelFieldEditor.java
+17
-17
PackageLocationFieldEditor.java
...dt/ui/options/fieldeditor/PackageLocationFieldEditor.java
+17
-17
SpacerFieldEditor.java
.../elphel/vdt/ui/options/fieldeditor/SpacerFieldEditor.java
+17
-17
ToolLocationFieldEditor.java
...l/vdt/ui/options/fieldeditor/ToolLocationFieldEditor.java
+17
-17
IOption.java
src/com/elphel/vdt/ui/options/project/IOption.java
+17
-17
ListOption.java
src/com/elphel/vdt/ui/options/project/ListOption.java
+17
-17
Option.java
src/com/elphel/vdt/ui/options/project/Option.java
+17
-17
OptionsBlock.java
src/com/elphel/vdt/ui/options/project/OptionsBlock.java
+17
-17
XlinxOptionsBlock.java
src/com/elphel/vdt/ui/options/project/XlinxOptionsBlock.java
+17
-17
XlinxPropertyPage.java
src/com/elphel/vdt/ui/options/project/XlinxPropertyPage.java
+17
-17
LabelFieldEditor.java
src/com/elphel/vdt/ui/preferences/LabelFieldEditor.java
+17
-17
PreferenceConstants.java
src/com/elphel/vdt/ui/preferences/PreferenceConstants.java
+17
-17
PreferenceInitializer.java
src/com/elphel/vdt/ui/preferences/PreferenceInitializer.java
+17
-17
PreferencePage.java
src/com/elphel/vdt/ui/preferences/PreferencePage.java
+17
-17
ScrolledPageContent.java
src/com/elphel/vdt/ui/preferences/ScrolledPageContent.java
+17
-17
TabbedScrolledFieldEditorPreferencePage.java
.../preferences/TabbedScrolledFieldEditorPreferencePage.java
+17
-17
ToolLocationFieldEditor.java
...om/elphel/vdt/ui/preferences/ToolLocationFieldEditor.java
+17
-17
XilinxPathFieldEditor.java
src/com/elphel/vdt/ui/preferences/XilinxPathFieldEditor.java
+17
-17
LaunchConfigurationTab.java
src/com/elphel/vdt/ui/tools/LaunchConfigurationTab.java
+17
-17
ToolUI.java
src/com/elphel/vdt/ui/tools/ToolUI.java
+17
-17
ToolUIManager.java
src/com/elphel/vdt/ui/tools/ToolUIManager.java
+17
-17
AbstractTabComponent.java
src/com/elphel/vdt/ui/tools/params/AbstractTabComponent.java
+17
-17
BoolTabComponent.java
src/com/elphel/vdt/ui/tools/params/BoolTabComponent.java
+17
-17
DirTabComponent.java
src/com/elphel/vdt/ui/tools/params/DirTabComponent.java
+17
-17
FileTabComponent.java
src/com/elphel/vdt/ui/tools/params/FileTabComponent.java
+17
-17
ITabComponent.java
src/com/elphel/vdt/ui/tools/params/ITabComponent.java
+17
-17
ListTabComponent.java
src/com/elphel/vdt/ui/tools/params/ListTabComponent.java
+17
-17
NumberTabComponent.java
src/com/elphel/vdt/ui/tools/params/NumberTabComponent.java
+17
-17
TextTabComponent.java
src/com/elphel/vdt/ui/tools/params/TextTabComponent.java
+17
-17
PromptingResolver.java
src/com/elphel/vdt/ui/variables/PromptingResolver.java
+17
-17
SelectedResourceManager.java
src/com/elphel/vdt/ui/variables/SelectedResourceManager.java
+17
-17
VerilogPrompt.java
src/com/elphel/vdt/ui/variables/VerilogPrompt.java
+17
-17
VerilogResolver.java
src/com/elphel/vdt/ui/variables/VerilogResolver.java
+17
-17
ClearAction.java
src/com/elphel/vdt/ui/views/ClearAction.java
+17
-17
ClearContextAction.java
src/com/elphel/vdt/ui/views/ClearContextAction.java
+17
-17
ClearLocalContextAction.java
src/com/elphel/vdt/ui/views/ClearLocalContextAction.java
+17
-17
ConsoleView.java
src/com/elphel/vdt/ui/views/ConsoleView.java
+17
-17
ContextsAction.java
src/com/elphel/vdt/ui/views/ContextsAction.java
+17
-17
DesignFlowView.java
src/com/elphel/vdt/ui/views/DesignFlowView.java
+17
-17
DesignMenuModel.java
src/com/elphel/vdt/ui/views/DesignMenuModel.java
+17
-17
GlobalContextsAction.java
src/com/elphel/vdt/ui/views/GlobalContextsAction.java
+17
-17
LocalContextsAction.java
src/com/elphel/vdt/ui/views/LocalContextsAction.java
+17
-17
AbstractOpenWizardAction.java
src/com/elphel/vdt/ui/wizards/AbstractOpenWizardAction.java
+17
-17
AbstractModulePage.java
src/com/elphel/vdt/ui/wizards/module/AbstractModulePage.java
+17
-17
ModuleData.java
src/com/elphel/vdt/ui/wizards/module/ModuleData.java
+17
-17
ModulePort.java
src/com/elphel/vdt/ui/wizards/module/ModulePort.java
+17
-17
ModulePortList.java
src/com/elphel/vdt/ui/wizards/module/ModulePortList.java
+17
-17
ModulePortListViewer.java
...om/elphel/vdt/ui/wizards/module/ModulePortListViewer.java
+17
-17
NewModuleMainPage.java
src/com/elphel/vdt/ui/wizards/module/NewModuleMainPage.java
+17
-17
NewModuleOperation.java
src/com/elphel/vdt/ui/wizards/module/NewModuleOperation.java
+17
-17
NewModuleTemplatePage.java
...m/elphel/vdt/ui/wizards/module/NewModuleTemplatePage.java
+17
-17
NewModuleWizard.java
src/com/elphel/vdt/ui/wizards/module/NewModuleWizard.java
+17
-17
OpenNewModuleWizardAction.java
...phel/vdt/ui/wizards/module/OpenNewModuleWizardAction.java
+17
-17
AbstractProjectPage.java
...om/elphel/vdt/ui/wizards/project/AbstractProjectPage.java
+17
-17
NewProjectMainPage.java
...com/elphel/vdt/ui/wizards/project/NewProjectMainPage.java
+17
-17
NewProjectOperation.java
...om/elphel/vdt/ui/wizards/project/NewProjectOperation.java
+17
-17
NewProjectOptionsPage.java
.../elphel/vdt/ui/wizards/project/NewProjectOptionsPage.java
+17
-17
NewProjectWizard.java
src/com/elphel/vdt/ui/wizards/project/NewProjectWizard.java
+17
-17
OpenNewProjectWizardAction.java
...el/vdt/ui/wizards/project/OpenNewProjectWizardAction.java
+17
-17
ProjectData.java
src/com/elphel/vdt/ui/wizards/project/ProjectData.java
+17
-17
SWTutils.java
src/com/elphel/vdt/util/SWTutils.java
+17
-17
StringPair.java
src/com/elphel/vdt/util/StringPair.java
+17
-17
BasicInterface.xml
tools/BasicInterface.xml
+20
-3
DesignMenu.xml
tools/DesignMenu.xml
+20
-3
FPGA_project.xml
tools/FPGA_project.xml
+18
-0
Installation.xml
tools/Installation.xml
+20
-3
Remote.xml
tools/SimpleSamples/Remote.xml
+20
-3
Tools.xml
tools/SimpleSamples/Tools.xml
+20
-3
grep.xml
tools/SimpleSamples/grep.xml
+20
-2
CVer.xml.broken
tools/Verilog/CVer.xml.broken
+20
-3
IVerilog.xml
tools/Verilog/IVerilog.xml
+18
-0
ModelSIM.xml.broken
tools/Verilog/ModelSIM.xml.broken
+20
-3
XST.xml.broken
tools/Verilog/XST.xml.broken
+20
-3
ise_bitgen.xml
tools/Xilinx_ISE/ise_bitgen.xml
+18
-1
ise_interface.xml
tools/Xilinx_ISE/ise_interface.xml
+20
-3
ise_launch.xml
tools/Xilinx_ISE/ise_launch.xml
+20
-2
ise_map.xml
tools/Xilinx_ISE/ise_map.xml
+20
-3
ise_ngdbuild.xml
tools/Xilinx_ISE/ise_ngdbuild.xml
+20
-3
ise_par.xml
tools/Xilinx_ISE/ise_par.xml
+20
-3
ise_partgen.xml
tools/Xilinx_ISE/ise_partgen.xml
+20
-3
ise_proto.xml
tools/Xilinx_ISE/ise_proto.xml
+20
-3
ise_trace_map.xml
tools/Xilinx_ISE/ise_trace_map.xml
+20
-3
ise_trace_par.xml
tools/Xilinx_ISE/ise_trace_par.xml
+20
-3
ise_trace_proto.xml
tools/Xilinx_ISE/ise_trace_proto.xml
+20
-3
ise_unisims.xml
tools/Xilinx_ISE/ise_unisims.xml
+20
-3
ise_xst.xml
tools/Xilinx_ISE/ise_xst.xml
+20
-3
vivado_bitstream.xml
tools/Xilinx_Vivado/vivado_bitstream.xml
+20
-3
vivado_interface.xml
tools/Xilinx_Vivado/vivado_interface.xml
+20
-3
vivado_launch.xml
tools/Xilinx_Vivado/vivado_launch.xml
+20
-2
vivado_opt.xml
tools/Xilinx_Vivado/vivado_opt.xml
+20
-3
vivado_opt_phys.xml
tools/Xilinx_Vivado/vivado_opt_phys.xml
+20
-3
vivado_opt_place.xml
tools/Xilinx_Vivado/vivado_opt_place.xml
+20
-3
vivado_opt_power.xml
tools/Xilinx_Vivado/vivado_opt_power.xml
+20
-3
vivado_place.xml
tools/Xilinx_Vivado/vivado_place.xml
+20
-3
vivado_proto.xml
tools/Xilinx_Vivado/vivado_proto.xml
+20
-3
vivado_route.xml
tools/Xilinx_Vivado/vivado_route.xml
+20
-3
vivado_synthesis.xml
tools/Xilinx_Vivado/vivado_synthesis.xml
+20
-3
vivado_test.xml
tools/Xilinx_Vivado/vivado_test.xml
+20
-3
vivado_timing_implemented.xml
tools/Xilinx_Vivado/vivado_timing_implemented.xml
+20
-2
vivado_timing_proto.xml
tools/Xilinx_Vivado/vivado_timing_proto.xml
+20
-3
vivado_timing_summary_implemented.xml
tools/Xilinx_Vivado/vivado_timing_summary_implemented.xml
+20
-2
vivado_timing_summary_proto.xml
tools/Xilinx_Vivado/vivado_timing_summary_proto.xml
+20
-3
vivado_timing_summary_synthesis.xml
tools/Xilinx_Vivado/vivado_timing_summary_synthesis.xml
+20
-2
vivado_timing_synthesis.xml
tools/Xilinx_Vivado/vivado_timing_synthesis.xml
+20
-2
vivado_unisims.xml
tools/Xilinx_Vivado/vivado_unisims.xml
+20
-3
vdt_test.xml
tools/vdt_test.xml
+20
-2
No files found.
src/com/elphel/vdt/Txt.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
;
...
...
src/com/elphel/vdt/VDT.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
;
import
org.eclipse.core.runtime.QualifiedName
;
...
...
src/com/elphel/vdt/VerilogUtils.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
;
import
java.util.ArrayList
;
...
...
src/com/elphel/vdt/core/Utils.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
;
import
java.util.*
;
...
...
src/com/elphel/vdt/core/launching/ExternalToolLauncher.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
launching
;
import
java.util.ArrayList
;
...
...
src/com/elphel/vdt/core/launching/ExternalToolLauncherConfiguration.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
launching
;
/**
...
...
src/com/elphel/vdt/core/launching/LaunchCore.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
launching
;
...
...
src/com/elphel/vdt/core/launching/ToolLogFile.java
View file @
703c6d5c
...
...
@@ -13,7 +13,6 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
launching
;
...
...
src/com/elphel/vdt/core/launching/VDTLaunchConfigurationDelegate.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
launching
;
...
...
src/com/elphel/vdt/core/launching/VDTLaunchUtil.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
launching
;
import
java.io.File
;
...
...
src/com/elphel/vdt/core/launching/VDTRunnerConfiguration.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
launching
;
import
java.util.HashSet
;
...
...
src/com/elphel/vdt/core/options/Option.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
options
;
import
org.eclipse.jface.preference.IPreferenceStore
;
...
...
src/com/elphel/vdt/core/options/OptionsCore.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
options
;
import
java.io.File
;
...
...
src/com/elphel/vdt/core/options/OptionsUtils.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
options
;
import
java.util.ArrayList
;
...
...
src/com/elphel/vdt/core/options/ParamBasedListOption.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
options
;
import
java.util.List
;
...
...
src/com/elphel/vdt/core/options/ParamBasedOption.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
options
;
import
java.util.*
;
...
...
src/com/elphel/vdt/core/options/ValueBasedListOption.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
options
;
import
java.util.List
;
...
...
src/com/elphel/vdt/core/options/ValueBasedOption.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
options
;
/**
...
...
src/com/elphel/vdt/core/tools/BooleanUtils.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
;
public
class
BooleanUtils
{
...
...
src/com/elphel/vdt/core/tools/Checks.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
;
import
java.util.List
;
...
...
src/com/elphel/vdt/core/tools/EntityUtils.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
;
import
java.util.*
;
...
...
src/com/elphel/vdt/core/tools/Inheritable.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
;
public
interface
Inheritable
extends
NamedEntity
{
...
...
src/com/elphel/vdt/core/tools/NamedEntity.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
;
public
interface
NamedEntity
{
...
...
src/com/elphel/vdt/core/tools/ToolsCore.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
;
import
java.io.File
;
...
...
src/com/elphel/vdt/core/tools/Updateable.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
;
import
com.elphel.vdt.core.tools.config.ConfigException
;
...
...
src/com/elphel/vdt/core/tools/config/Config.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
config
;
import
java.util.*
;
...
...
src/com/elphel/vdt/core/tools/config/ConfigException.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
config
;
public
class
ConfigException
extends
Exception
{
...
...
src/com/elphel/vdt/core/tools/config/xml/AbstractConditionNodeReader.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
config
.
xml
;
import
org.w3c.dom.Node
;
...
...
src/com/elphel/vdt/core/tools/config/xml/CommandLinesNodeReader.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
config
.
xml
;
import
java.util.*
;
...
...
src/com/elphel/vdt/core/tools/config/xml/ConditionNodeReader.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
config
.
xml
;
import
org.w3c.dom.*
;
...
...
src/com/elphel/vdt/core/tools/config/xml/ConditionalStringsNodeReader.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
config
.
xml
;
import
org.w3c.dom.Node
;
...
...
src/com/elphel/vdt/core/tools/config/xml/ParamGroupNodeReader.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
config
.
xml
;
import
java.util.*
;
...
...
src/com/elphel/vdt/core/tools/config/xml/ParamNodeReader.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
config
.
xml
;
import
java.util.*
;
...
...
src/com/elphel/vdt/core/tools/config/xml/XMLConfig.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
config
.
xml
;
import
java.io.*
;
...
...
src/com/elphel/vdt/core/tools/contexts/BuildParamsItem.java
View file @
703c6d5c
...
...
@@ -13,7 +13,6 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
contexts
;
...
...
src/com/elphel/vdt/core/tools/contexts/Context.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
contexts
;
import
java.io.File
;
...
...
src/com/elphel/vdt/core/tools/contexts/ContextManager.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
contexts
;
import
java.util.*
;
...
...
src/com/elphel/vdt/core/tools/contexts/ContextWithoutCommandLine.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
contexts
;
import
java.util.List
;
...
...
src/com/elphel/vdt/core/tools/contexts/InstallationContext.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
contexts
;
import
java.util.List
;
...
...
src/com/elphel/vdt/core/tools/contexts/PackageContext.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
contexts
;
import
java.util.List
;
...
...
src/com/elphel/vdt/core/tools/contexts/ProjectContext.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
contexts
;
import
java.util.List
;
...
...
src/com/elphel/vdt/core/tools/generators/AbstractGenerator.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
import
com.elphel.vdt.core.Utils
;
...
...
src/com/elphel/vdt/core/tools/generators/BuildStampGenerator.java
View file @
703c6d5c
...
...
@@ -12,9 +12,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
import
com.elphel.vdt.VDT
;
...
...
src/com/elphel/vdt/core/tools/generators/ChosenActionGenerator.java
View file @
703c6d5c
...
...
@@ -12,9 +12,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
import
com.elphel.vdt.VDT
;
...
...
src/com/elphel/vdt/core/tools/generators/CurrentFileBaseGenerator.java
View file @
703c6d5c
...
...
@@ -12,9 +12,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
import
com.elphel.vdt.VDT
;
...
...
src/com/elphel/vdt/core/tools/generators/CurrentFileGenerator.java
View file @
703c6d5c
...
...
@@ -12,9 +12,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
import
org.eclipse.core.resources.IFile
;
...
...
src/com/elphel/vdt/core/tools/generators/FileListGenerator.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
import
java.util.*
;
...
...
src/com/elphel/vdt/core/tools/generators/FilteredSourceListGenerator.java
View file @
703c6d5c
...
...
@@ -13,7 +13,6 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
...
...
src/com/elphel/vdt/core/tools/generators/OSNameGenerator.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
import
com.elphel.vdt.VDT
;
...
...
src/com/elphel/vdt/core/tools/generators/ParsersPathGenerator.java
View file @
703c6d5c
...
...
@@ -12,9 +12,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
import
java.net.URI
;
...
...
src/com/elphel/vdt/core/tools/generators/ProjectNameGenerator.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
...
...
src/com/elphel/vdt/core/tools/generators/ProjectPathGenerator.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
...
...
src/com/elphel/vdt/core/tools/generators/SelectedFileGenerator.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
import
org.eclipse.core.resources.IFile
;
...
...
src/com/elphel/vdt/core/tools/generators/SourceListGenerator.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
...
...
src/com/elphel/vdt/core/tools/generators/StateBaseGenerator.java
View file @
703c6d5c
...
...
@@ -12,9 +12,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
import
com.elphel.vdt.VDT
;
...
...
src/com/elphel/vdt/core/tools/generators/StateDirGenerator.java
View file @
703c6d5c
...
...
@@ -12,9 +12,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
import
com.elphel.vdt.VDT
;
...
...
src/com/elphel/vdt/core/tools/generators/StateFileGenerator.java
View file @
703c6d5c
...
...
@@ -12,9 +12,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
import
com.elphel.vdt.VDT
;
...
...
src/com/elphel/vdt/core/tools/generators/StringsGenerator.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
import
com.elphel.vdt.core.tools.params.FormatProcessor
;
...
...
src/com/elphel/vdt/core/tools/generators/TopModuleNameGenerator.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
import
org.eclipse.core.resources.IFile
;
...
...
src/com/elphel/vdt/core/tools/generators/TopModulesNameGenerator.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
import
org.eclipse.core.resources.IFile
;
...
...
src/com/elphel/vdt/core/tools/generators/UserNameGenerator.java
View file @
703c6d5c
...
...
@@ -12,9 +12,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
import
com.elphel.vdt.VDT
;
...
...
src/com/elphel/vdt/core/tools/generators/ValueGenerator.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
import
java.util.*
;
...
...
src/com/elphel/vdt/core/tools/generators/ViewSelectedFileGenerator.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
generators
;
import
org.eclipse.core.resources.IFile
;
...
...
src/com/elphel/vdt/core/tools/menu/DesignMenu.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
menu
;
import
java.util.ArrayList
;
...
...
src/com/elphel/vdt/core/tools/menu/DesignMenuItem.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
menu
;
import
com.elphel.vdt.core.tools.config.Config
;
...
...
src/com/elphel/vdt/core/tools/menu/DesignMenuManager.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
menu
;
import
java.util.*
;
...
...
src/com/elphel/vdt/core/tools/menu/DesignMenuToolItem.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
menu
;
import
com.elphel.vdt.core.tools.config.Config
;
...
...
src/com/elphel/vdt/core/tools/params/CommandLinesBlock.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
;
import
java.nio.charset.StandardCharsets
;
...
...
src/com/elphel/vdt/core/tools/params/ContextInputDefinition.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
;
import
java.util.List
;
...
...
src/com/elphel/vdt/core/tools/params/ControlInterface.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
;
import
java.util.*
;
...
...
src/com/elphel/vdt/core/tools/params/EntityUtilsMarkChildren.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
;
import
java.util.*
;
...
...
src/com/elphel/vdt/core/tools/params/FormatProcessor.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
;
import
java.util.*
;
...
...
src/com/elphel/vdt/core/tools/params/ParamGroup.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
;
import
java.util.*
;
...
...
src/com/elphel/vdt/core/tools/params/ParamUtils.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
;
import
com.elphel.vdt.core.Utils
;
...
...
src/com/elphel/vdt/core/tools/params/Parameter.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
;
import
java.io.BufferedReader
;
...
...
src/com/elphel/vdt/core/tools/params/ParameterContainer.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
;
import
java.util.ArrayList
;
...
...
src/com/elphel/vdt/core/tools/params/Syntax.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
;
public
class
Syntax
{
...
...
src/com/elphel/vdt/core/tools/params/Tool.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
;
import
java.util.*
;
...
...
src/com/elphel/vdt/core/tools/params/ToolException.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
;
public
class
ToolException
extends
Exception
{
...
...
src/com/elphel/vdt/core/tools/params/ToolSequence.java
View file @
703c6d5c
...
...
@@ -13,7 +13,6 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
;
...
...
src/com/elphel/vdt/core/tools/params/TypeDef.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
;
import
com.elphel.vdt.core.tools.config.ConfigException
;
...
...
src/com/elphel/vdt/core/tools/params/conditions/AbstractConditonValue.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
conditions
;
import
java.util.List
;
...
...
src/com/elphel/vdt/core/tools/params/conditions/Comparison.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
conditions
;
import
java.util.List
;
...
...
src/com/elphel/vdt/core/tools/params/conditions/Condition.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
conditions
;
import
java.util.*
;
...
...
src/com/elphel/vdt/core/tools/params/conditions/ConditionString.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
conditions
;
import
java.util.*
;
...
...
src/com/elphel/vdt/core/tools/params/conditions/ConditionUtils.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
conditions
;
import
java.util.*
;
...
...
src/com/elphel/vdt/core/tools/params/conditions/ConditionValue.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
conditions
;
import
java.util.List
;
...
...
src/com/elphel/vdt/core/tools/params/conditions/ConditionalStringsList.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
conditions
;
import
java.util.*
;
...
...
src/com/elphel/vdt/core/tools/params/conditions/MultiConditionValue.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
conditions
;
import
java.util.*
;
...
...
src/com/elphel/vdt/core/tools/params/conditions/NamedConditionalStringsList.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
conditions
;
import
java.util.ArrayList
;
...
...
src/com/elphel/vdt/core/tools/params/conditions/ParseError.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
conditions
;
public
class
ParseError
extends
Exception
{
...
...
src/com/elphel/vdt/core/tools/params/conditions/StringComparison.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
conditions
;
import
java.util.ArrayList
;
...
...
src/com/elphel/vdt/core/tools/params/conditions/StringConditionParser.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
conditions
;
import
java.util.ArrayList
;
...
...
src/com/elphel/vdt/core/tools/params/conditions/UpdateableStringsContainer.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
conditions
;
import
java.util.Iterator
;
...
...
src/com/elphel/vdt/core/tools/params/recognizers/ContextParamListRecognizer.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
recognizers
;
import
com.elphel.vdt.core.tools.params.FormatProcessor
;
...
...
src/com/elphel/vdt/core/tools/params/recognizers/ContextParamRecognizer.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
recognizers
;
import
com.elphel.vdt.core.tools.params.FormatProcessor
;
...
...
src/com/elphel/vdt/core/tools/params/recognizers/ContextParamRepeaterRecognizer.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
recognizers
;
import
com.elphel.vdt.core.tools.contexts.Context
;
...
...
src/com/elphel/vdt/core/tools/params/recognizers/DefaultListGeneratorRecognizer.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
recognizers
;
import
com.elphel.vdt.core.Utils
;
...
...
src/com/elphel/vdt/core/tools/params/recognizers/ParamFormatRecognizer.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
recognizers
;
import
com.elphel.vdt.core.Utils
;
...
...
src/com/elphel/vdt/core/tools/params/recognizers/ParamRecognizer.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
recognizers
;
import
com.elphel.vdt.core.Utils
;
...
...
src/com/elphel/vdt/core/tools/params/recognizers/ParamRepeaterRecognizer.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
recognizers
;
import
com.elphel.vdt.core.tools.generators.AbstractGenerator
;
...
...
src/com/elphel/vdt/core/tools/params/recognizers/Recognizer.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
recognizers
;
import
com.elphel.vdt.core.tools.params.FormatProcessor
;
...
...
src/com/elphel/vdt/core/tools/params/recognizers/RecognizerResult.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
recognizers
;
import
com.elphel.vdt.core.tools.generators.AbstractGenerator
;
...
...
src/com/elphel/vdt/core/tools/params/recognizers/RepeaterRecognizer.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
recognizers
;
import
com.elphel.vdt.core.Utils
;
...
...
src/com/elphel/vdt/core/tools/params/recognizers/SimpleGeneratorRecognizer.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
recognizers
;
import
com.elphel.vdt.core.Utils
;
...
...
src/com/elphel/vdt/core/tools/params/recognizers/ToolParamRecognizer.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
recognizers
;
import
com.elphel.vdt.core.tools.generators.AbstractGenerator
;
...
...
src/com/elphel/vdt/core/tools/params/types/ParamType.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
types
;
import
com.elphel.vdt.core.tools.config.ConfigException
;
...
...
src/com/elphel/vdt/core/tools/params/types/ParamTypeBool.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
types
;
import
com.elphel.vdt.core.tools.config.ConfigException
;
...
...
src/com/elphel/vdt/core/tools/params/types/ParamTypeEnum.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
types
;
import
com.elphel.vdt.core.tools.config.ConfigException
;
...
...
src/com/elphel/vdt/core/tools/params/types/ParamTypeNumber.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
types
;
import
com.elphel.vdt.core.tools.config.ConfigException
;
...
...
src/com/elphel/vdt/core/tools/params/types/ParamTypeString.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
types
;
import
org.eclipse.core.resources.IProject
;
...
...
src/com/elphel/vdt/core/tools/params/types/RunFor.java
View file @
703c6d5c
...
...
@@ -12,9 +12,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
core
.
tools
.
params
.
types
;
...
...
src/com/elphel/vdt/ui/AdapterFactory.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
;
import
org.eclipse.core.resources.IFile
;
...
...
src/com/elphel/vdt/ui/MessageUI.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
;
...
...
src/com/elphel/vdt/ui/VDTPluginImages.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
;
...
...
src/com/elphel/vdt/ui/dialogs/DesignMenuSelectionDialog.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
dialogs
;
import
java.util.ArrayList
;
...
...
src/com/elphel/vdt/ui/dialogs/DirListPromptDialog.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
dialogs
;
import
org.eclipse.swt.widgets.DirectoryDialog
;
...
...
src/com/elphel/vdt/ui/dialogs/FileListPromptDialog.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
dialogs
;
import
org.eclipse.core.resources.IProject
;
...
...
src/com/elphel/vdt/ui/dialogs/ListPromptDialog.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
dialogs
;
...
...
src/com/elphel/vdt/ui/dialogs/ListPromptModel.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
dialogs
;
import
java.util.ArrayList
;
...
...
src/com/elphel/vdt/ui/dialogs/ListPromptViewer.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
dialogs
;
import
java.util.Arrays
;
...
...
src/com/elphel/vdt/ui/dialogs/ModuleSelectionDialog.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
dialogs
;
...
...
src/com/elphel/vdt/ui/dialogs/PackageLocationDialog.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
dialogs
;
import
org.eclipse.swt.widgets.DirectoryDialog
;
...
...
src/com/elphel/vdt/ui/dialogs/TextPromptDialog.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
dialogs
;
import
org.eclipse.jface.dialogs.Dialog
;
...
...
src/com/elphel/vdt/ui/dialogs/ToolLocationDialog.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
dialogs
;
...
...
src/com/elphel/vdt/ui/dialogs/VDTErrorDialog.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
dialogs
;
import
java.io.ByteArrayOutputStream
;
...
...
src/com/elphel/vdt/ui/launching/AbstractToolUITabGroup.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
launching
;
...
...
src/com/elphel/vdt/ui/launching/LaunchShortcut.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
launching
;
...
...
src/com/elphel/vdt/ui/launching/MyToolTabGroup.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
launching
;
import
com.elphel.vdt.ui.tools.ToolUI
;
...
...
src/com/elphel/vdt/ui/launching/OpenVerilogToolsConfigurations.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
launching
;
...
...
src/com/elphel/vdt/ui/launching/VDTLaunchMenuDelegate.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
launching
;
...
...
src/com/elphel/vdt/ui/launching/XilinxTool1TabGroup.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
launching
;
import
com.elphel.vdt.ui.tools.ToolUI
;
...
...
src/com/elphel/vdt/ui/options/ContextOptionsDialog.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
;
import
org.eclipse.core.resources.IProject
;
...
...
src/com/elphel/vdt/ui/options/ContextOptionsPage.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
;
import
org.eclipse.jface.preference.PreferencePage
;
...
...
src/com/elphel/vdt/ui/options/ContextPreferenceNode.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
;
import
org.eclipse.jface.preference.PreferenceNode
;
...
...
src/com/elphel/vdt/ui/options/FilteredFileSelector.java
View file @
703c6d5c
...
...
@@ -12,9 +12,8 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
;
...
...
src/com/elphel/vdt/ui/options/OptionsBlock.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
;
import
java.util.ArrayList
;
...
...
src/com/elphel/vdt/ui/options/PackageInstallNode.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
;
import
org.eclipse.jface.preference.PreferenceNode
;
...
...
src/com/elphel/vdt/ui/options/PackageInstallPage.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
;
import
org.eclipse.jface.preference.IPreferenceStore
;
...
...
src/com/elphel/vdt/ui/options/SetupOptionsDialog.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
;
import
org.eclipse.jface.preference.PreferenceDialog
;
...
...
src/com/elphel/vdt/ui/options/SetupOptionsManager.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
;
import
java.util.HashMap
;
...
...
src/com/elphel/vdt/ui/options/ToolInstallNode.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
;
import
org.eclipse.jface.preference.PreferenceNode
;
...
...
src/com/elphel/vdt/ui/options/ToolInstallPage.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
;
import
java.io.File
;
...
...
src/com/elphel/vdt/ui/options/component/BoolComponent.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
component
;
import
org.eclipse.swt.SWT
;
...
...
src/com/elphel/vdt/ui/options/component/BrowseableField.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
component
;
import
org.eclipse.swt.SWT
;
...
...
src/com/elphel/vdt/ui/options/component/ComboComponent.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
component
;
import
org.eclipse.swt.SWT
;
...
...
src/com/elphel/vdt/ui/options/component/Component.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
component
;
import
org.eclipse.jface.preference.IPreferenceStore
;
...
...
src/com/elphel/vdt/ui/options/component/DirComponent.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
component
;
import
org.eclipse.swt.events.SelectionAdapter
;
...
...
src/com/elphel/vdt/ui/options/component/DirListComponent.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
component
;
import
com.elphel.vdt.core.tools.params.Parameter
;
...
...
src/com/elphel/vdt/ui/options/component/FileComponent.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
component
;
import
org.eclipse.swt.events.SelectionAdapter
;
...
...
src/com/elphel/vdt/ui/options/component/FileListComponent.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
component
;
import
org.eclipse.core.resources.IProject
;
...
...
src/com/elphel/vdt/ui/options/component/GeneralComponent.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
component
;
import
org.eclipse.jface.preference.IPreferenceStore
;
...
...
src/com/elphel/vdt/ui/options/component/ListComponent.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
component
;
import
java.util.List
;
...
...
src/com/elphel/vdt/ui/options/component/ListPromptField.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
component
;
import
java.lang.NullPointerException
;
...
...
src/com/elphel/vdt/ui/options/component/NumberComponent.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
component
;
import
org.eclipse.swt.widgets.Composite
;
...
...
src/com/elphel/vdt/ui/options/component/StringListComponent.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
component
;
import
com.elphel.vdt.core.tools.params.Parameter
;
...
...
src/com/elphel/vdt/ui/options/component/TextComponent.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
component
;
import
org.eclipse.swt.widgets.Composite
;
...
...
src/com/elphel/vdt/ui/options/fieldeditor/LabelFieldEditor.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
fieldeditor
;
import
org.eclipse.jface.preference.FieldEditor
;
...
...
src/com/elphel/vdt/ui/options/fieldeditor/PackageLocationFieldEditor.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
fieldeditor
;
import
java.io.File
;
...
...
src/com/elphel/vdt/ui/options/fieldeditor/SpacerFieldEditor.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
fieldeditor
;
import
org.eclipse.swt.widgets.Composite
;
...
...
src/com/elphel/vdt/ui/options/fieldeditor/ToolLocationFieldEditor.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
fieldeditor
;
import
java.io.File
;
...
...
src/com/elphel/vdt/ui/options/project/IOption.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
project
;
import
org.eclipse.core.resources.IResource
;
...
...
src/com/elphel/vdt/ui/options/project/ListOption.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
project
;
import
org.eclipse.core.resources.IResource
;
...
...
src/com/elphel/vdt/ui/options/project/Option.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
project
;
import
org.eclipse.core.resources.IResource
;
...
...
src/com/elphel/vdt/ui/options/project/OptionsBlock.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
project
;
import
java.io.IOException
;
...
...
src/com/elphel/vdt/ui/options/project/XlinxOptionsBlock.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
project
;
...
...
src/com/elphel/vdt/ui/options/project/XlinxPropertyPage.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
options
.
project
;
import
org.eclipse.core.resources.IProject
;
...
...
src/com/elphel/vdt/ui/preferences/LabelFieldEditor.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
preferences
;
import
org.eclipse.jface.preference.FieldEditor
;
...
...
src/com/elphel/vdt/ui/preferences/PreferenceConstants.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
preferences
;
/**
...
...
src/com/elphel/vdt/ui/preferences/PreferenceInitializer.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
preferences
;
...
...
src/com/elphel/vdt/ui/preferences/PreferencePage.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
preferences
;
...
...
src/com/elphel/vdt/ui/preferences/ScrolledPageContent.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
...
...
src/com/elphel/vdt/ui/preferences/TabbedScrolledFieldEditorPreferencePage.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
preferences
;
import
org.eclipse.jface.preference.FieldEditor
;
...
...
src/com/elphel/vdt/ui/preferences/ToolLocationFieldEditor.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
preferences
;
...
...
src/com/elphel/vdt/ui/preferences/XilinxPathFieldEditor.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
preferences
;
...
...
src/com/elphel/vdt/ui/tools/LaunchConfigurationTab.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
tools
;
...
...
src/com/elphel/vdt/ui/tools/ToolUI.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
tools
;
...
...
src/com/elphel/vdt/ui/tools/ToolUIManager.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
tools
;
import
com.elphel.vdt.core.tools.ToolsCore
;
...
...
src/com/elphel/vdt/ui/tools/params/AbstractTabComponent.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
tools
.
params
;
import
org.eclipse.debug.core.ILaunchConfigurationWorkingCopy
;
...
...
src/com/elphel/vdt/ui/tools/params/BoolTabComponent.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
tools
.
params
;
...
...
src/com/elphel/vdt/ui/tools/params/DirTabComponent.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
tools
.
params
;
...
...
src/com/elphel/vdt/ui/tools/params/FileTabComponent.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
tools
.
params
;
...
...
src/com/elphel/vdt/ui/tools/params/ITabComponent.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
tools
.
params
;
import
org.eclipse.debug.core.ILaunchConfiguration
;
...
...
src/com/elphel/vdt/ui/tools/params/ListTabComponent.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
tools
.
params
;
...
...
src/com/elphel/vdt/ui/tools/params/NumberTabComponent.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
tools
.
params
;
...
...
src/com/elphel/vdt/ui/tools/params/TextTabComponent.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
tools
.
params
;
...
...
src/com/elphel/vdt/ui/variables/PromptingResolver.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
variables
;
...
...
src/com/elphel/vdt/ui/variables/SelectedResourceManager.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
variables
;
import
java.text.ParseException
;
...
...
src/com/elphel/vdt/ui/variables/VerilogPrompt.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
variables
;
...
...
src/com/elphel/vdt/ui/variables/VerilogResolver.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
variables
;
...
...
src/com/elphel/vdt/ui/views/ClearAction.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
views
;
import
org.eclipse.jface.action.Action
;
...
...
src/com/elphel/vdt/ui/views/ClearContextAction.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
views
;
import
java.util.Iterator
;
...
...
src/com/elphel/vdt/ui/views/ClearLocalContextAction.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
views
;
import
org.eclipse.core.resources.IProject
;
...
...
src/com/elphel/vdt/ui/views/ConsoleView.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
views
;
import
org.eclipse.jface.dialogs.MessageDialog
;
...
...
src/com/elphel/vdt/ui/views/ContextsAction.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
views
;
import
java.util.Iterator
;
...
...
src/com/elphel/vdt/ui/views/DesignFlowView.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
views
;
import
java.util.List
;
...
...
src/com/elphel/vdt/ui/views/DesignMenuModel.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
views
;
//import org.eclipse.swt.SWT;
...
...
src/com/elphel/vdt/ui/views/GlobalContextsAction.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
views
;
import
org.eclipse.jface.window.Window
;
...
...
src/com/elphel/vdt/ui/views/LocalContextsAction.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
views
;
import
org.eclipse.core.resources.IProject
;
...
...
src/com/elphel/vdt/ui/wizards/AbstractOpenWizardAction.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
wizards
;
...
...
src/com/elphel/vdt/ui/wizards/module/AbstractModulePage.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
wizards
.
module
;
import
org.eclipse.jface.wizard.IWizardPage
;
...
...
src/com/elphel/vdt/ui/wizards/module/ModuleData.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
wizards
.
module
;
import
org.eclipse.core.resources.IContainer
;
...
...
src/com/elphel/vdt/ui/wizards/module/ModulePort.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
wizards
.
module
;
/**
...
...
src/com/elphel/vdt/ui/wizards/module/ModulePortList.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
wizards
.
module
;
import
java.util.ArrayList
;
...
...
src/com/elphel/vdt/ui/wizards/module/ModulePortListViewer.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
wizards
.
module
;
import
java.util.Arrays
;
...
...
src/com/elphel/vdt/ui/wizards/module/NewModuleMainPage.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
wizards
.
module
;
...
...
src/com/elphel/vdt/ui/wizards/module/NewModuleOperation.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
wizards
.
module
;
import
java.io.ByteArrayInputStream
;
...
...
src/com/elphel/vdt/ui/wizards/module/NewModuleTemplatePage.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
wizards
.
module
;
...
...
src/com/elphel/vdt/ui/wizards/module/NewModuleWizard.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
wizards
.
module
;
...
...
src/com/elphel/vdt/ui/wizards/module/OpenNewModuleWizardAction.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
wizards
.
module
;
import
org.eclipse.core.runtime.CoreException
;
...
...
src/com/elphel/vdt/ui/wizards/project/AbstractProjectPage.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
wizards
.
project
;
...
...
src/com/elphel/vdt/ui/wizards/project/NewProjectMainPage.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
wizards
.
project
;
import
java.util.ArrayList
;
...
...
src/com/elphel/vdt/ui/wizards/project/NewProjectOperation.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
wizards
.
project
;
...
...
src/com/elphel/vdt/ui/wizards/project/NewProjectOptionsPage.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
wizards
.
project
;
...
...
src/com/elphel/vdt/ui/wizards/project/NewProjectWizard.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
wizards
.
project
;
...
...
src/com/elphel/vdt/ui/wizards/project/OpenNewProjectWizardAction.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
wizards
.
project
;
import
org.eclipse.core.runtime.CoreException
;
...
...
src/com/elphel/vdt/ui/wizards/project/ProjectData.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
ui
.
wizards
.
project
;
import
com.elphel.vdt.core.tools.menu.DesignMenu
;
...
...
src/com/elphel/vdt/util/SWTutils.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
util
;
import
org.eclipse.swt.events.ControlAdapter
;
...
...
src/com/elphel/vdt/util/StringPair.java
View file @
703c6d5c
/*******************************************************************************
* Copyright (c) 20
06 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by the
*
Free Software Foundation; either version 2 of the License, or (at your option)
*
any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful, but
*
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*
FITNESS FOR A PARTICULAR PURPOSE.
*
See the GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License along
*
with Eclipse VDT plug-in; if not, write to the Free Software
*
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*******************************************************************************/
/*******************************************************************************
* Copyright (c) 20
14 Elphel, Inc.
*
Copyright (c) 2006 Elphel, Inc and Excelsior, LLC.
*
This file is a part of Eclipse/VDT plug-in.
*
Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
*
it under the terms of the GNU General Public License as published by
*
the Free Software Foundation, either version 3 of the License, or
*
(at your option) any later version.
*
*
Eclipse/VDT plug-in is distributed in the hope that it will be useful,
*
but WITHOUT ANY WARRANTY; without even the implied warranty of
*
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
GNU General Public License for more details.
*
*
You should have received a copy of the GNU General Public License
*
along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
package
com
.
elphel
.
vdt
.
util
;
public
class
StringPair
{
...
...
tools/BasicInterface.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<!-- ===== Basic interface ===== -->
<interface
name =
"BasicInterface"
>
...
...
tools/DesignMenu.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<menu
name=
"MainDesignMenu"
label=
"Design Menu"
icon=
"sample.gif"
...
...
tools/FPGA_project.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface
name=
"FPGAPprojectInterface"
>
<syntax
name=
"RemoteRootSyntax"
format=
"%%ParamValue/%%ProjectName"
/>
...
...
tools/Installation.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface
name =
"installation_interface"
>
<typedef
name =
"OSKind"
>
<paramtype
kind=
"enum"
base=
"String"
>
...
...
tools/SimpleSamples/Remote.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface
name=
"RemoteInterface"
extends=
"FPGAPprojectInterface"
>
<!-- <syntax name="ProgramSyntax" format="%(%%ParamValue%|\n%)" /> -->
</interface>
...
...
tools/SimpleSamples/Tools.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<!--
===========================================================
...
...
tools/SimpleSamples/grep.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface
name =
"GREPInterface"
>
<typedef
name =
"PatternTypeType"
>
<paramtype
kind =
"enum"
base =
"String"
>
...
...
tools/Verilog/CVer.xml.broken
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface
name=
"CVerInterface"
>
<typedef
name=
"StringT"
>
<paramtype
kind=
"string"
...
...
tools/Verilog/IVerilog.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface
name=
"IVerilog"
extends=
"FPGAPprojectInterface"
>
...
...
tools/Verilog/ModelSIM.xml.broken
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface
name=
"ModelSIMControlInterface"
>
<typedef
name=
"DoFileType"
>
<paramtype
kind=
"string"
...
...
tools/Verilog/XST.xml.broken
View file @
703c6d5c
<?
xml
version
=
"1.0"
encoding
=
"UTF-8"
?>
<
vdt
-
project
>
<?
xml
version
=
"1.0"
encoding
=
"UTF-8"
?>
<
!--
/*******************************************************************************
*
Copyright
(
c
)
2014
Elphel
,
Inc
.
*
This
file
is
a
part
of
Eclipse
/
VDT
plug
-
in
.
*
Eclipse
/
VDT
plug
-
in
is
free
software
;
you
can
redistribute
it
and
/
or
modify
*
it
under
the
terms
of
the
GNU
General
Public
License
as
published
by
*
the
Free
Software
Foundation
,
either
version
3
of
the
License
,
or
*
(
at
your
option
)
any
later
version
.
*
*
Eclipse
/
VDT
plug
-
in
is
distributed
in
the
hope
that
it
will
be
useful
,
*
but
WITHOUT
ANY
WARRANTY
;
without
even
the
implied
warranty
of
*
MERCHANTABILITY
or
FITNESS
FOR
A
PARTICULAR
PURPOSE
.
See
the
*
GNU
General
Public
License
for
more
details
.
*
*
You
should
have
received
a
copy
of
the
GNU
General
Public
License
*
along
with
this
program
.
If
not
,
see
<
http
://
www
.
gnu
.
org
/
licenses
/>.
*******************************************************************************/
-->
<
vdt
-
project
>
<
!-- ===== Interface Definitions section ===== -->
...
...
tools/Xilinx_ISE/ise_bitgen.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface
name=
"ISEBitgenInterface"
extends=
"ISEInterface"
>
</interface>
...
...
tools/Xilinx_ISE/ise_interface.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface
name=
"ISEInterface"
extends=
"FPGAPprojectInterface"
>
<syntax
name=
"GrepFilterProblemSyntax"
format=
'| grep --line-buffered -v "\[%%ParamName"'
/>
<syntax
name=
"GrepFilterProblemOtherSyntax"
format=
'%(| grep --line-buffered -v "\[%%ParamValue"%|\n%)'
/>
...
...
tools/Xilinx_ISE/ise_launch.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<!-- name should be the same as VivadoConsole parameter -->
<!-- name should be the same as ISEConsole parameter -->
<tool
name=
"ISE"
...
...
tools/Xilinx_ISE/ise_map.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface
name=
"ISEMapInterface"
extends=
"ISEInterface"
>
<typedef
name=
"CoverModeType"
>
<paramtype
kind=
"enum"
base=
"String"
>
...
...
tools/Xilinx_ISE/ise_ngdbuild.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface
name=
"ISENGDBuildInterface"
extends=
"ISEInterface"
>
<typedef
name=
"NTType"
>
<paramtype
kind=
"enum"
base=
"String"
>
...
...
tools/Xilinx_ISE/ise_par.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface
name=
"ISEPARInterface"
extends=
"ISEInterface"
>
<typedef
name=
"MTType4"
>
<paramtype
kind=
"enum"
base=
"String"
>
...
...
tools/Xilinx_ISE/ise_partgen.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface
name=
"ISEPartgenInterface"
extends=
"ISEInterface"
>
</interface>
...
...
tools/Xilinx_ISE/ise_proto.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<tool
name=
"ISEToolPrototype"
label=
"ISEToolPrototype"
project=
"FPGA_project"
interface=
"ISEInterface"
...
...
tools/Xilinx_ISE/ise_trace_map.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<tool
name=
"ISETraceMap"
label=
"Report post-map timing"
project=
"FPGA_project"
interface=
"ISETraceInterface"
...
...
tools/Xilinx_ISE/ise_trace_par.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<tool
name=
"ISETracePAR"
label=
"Report post-implementation timing"
project=
"FPGA_project"
interface=
"ISETraceInterface"
...
...
tools/Xilinx_ISE/ise_trace_proto.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface
name=
"ISETraceInterface"
extends=
"ISEInterface"
>
</interface>
...
...
tools/Xilinx_ISE/ise_unisims.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<tool
name=
"ISEUnisims"
label=
"Get Xilinx ISE unisims"
project=
"FPGA_project"
interface=
"ISEInterface"
...
...
tools/Xilinx_ISE/ise_xst.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface
name=
"ISEXstInterface"
extends=
"ISEInterface"
>
<typedef
name=
"BusDelimeterType"
>
<paramtype
kind=
"enum"
base=
"String"
>
...
...
tools/Xilinx_Vivado/vivado_bitstream.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface
name=
"VivadoBitstreamInterface"
extends=
"VivadoInterface"
>
</interface>
...
...
tools/Xilinx_Vivado/vivado_interface.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface
name=
"VivadoInterface"
extends=
"FPGAPprojectInterface"
>
<syntax
name=
"GrepFilterProblemSyntax"
format=
'| grep --line-buffered -v "\[%%ParamName"'
/>
<syntax
name=
"GrepFilterProblemOtherSyntax"
format=
'%(| grep --line-buffered -v "\[%%ParamValue"%|\n%)'
/>
...
...
tools/Xilinx_Vivado/vivado_launch.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<!-- name should be the same as VivadoConsole parameter -->
<tool
name=
"Vivado"
label=
"Launch Vivado"
...
...
tools/Xilinx_Vivado/vivado_opt.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface
name=
"VivadoOptInterface"
extends=
"VivadoInterface"
>
<typedef
name=
"OptDirectiveType"
>
<paramtype
kind=
"enum"
base=
"String"
>
...
...
tools/Xilinx_Vivado/vivado_opt_phys.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface
name=
"VivadoOptPhysInterface"
extends=
"VivadoInterface"
>
<typedef
name=
"PhysOptDirectiveType"
>
<paramtype
kind=
"enum"
base=
"String"
>
...
...
tools/Xilinx_Vivado/vivado_opt_place.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface
name=
"VivadoOptPlaceInterface"
extends=
"VivadoInterface"
>
<typedef
name=
"OptDirectiveType"
>
<paramtype
kind=
"enum"
base=
"String"
>
...
...
tools/Xilinx_Vivado/vivado_opt_power.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface
name=
"VivadoOptPowerInterface"
extends=
"VivadoInterface"
>
</interface>
...
...
tools/Xilinx_Vivado/vivado_place.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface
name=
"VivadoPlaceInterface"
extends=
"VivadoInterface"
>
<typedef
name=
"PlaceDirectiveType"
>
<paramtype
kind=
"enum"
base=
"String"
>
...
...
tools/Xilinx_Vivado/vivado_proto.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<tool
name=
"VivadoToolPrototype"
label=
"VivadoToolPrototype"
project=
"FPGA_project"
interface=
"VivadoInterface"
...
...
tools/Xilinx_Vivado/vivado_route.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface
name=
"VivadoRouteInterface"
extends=
"VivadoInterface"
>
<typedef
name=
"RouteDirectiveType"
>
<paramtype
kind=
"enum"
base=
"String"
>
...
...
tools/Xilinx_Vivado/vivado_synthesis.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface
name=
"VivadoSynthesisInterface"
extends=
"VivadoInterface"
>
<syntax
name=
"read_xdc_syntax"
format=
"%(read_xdc %%ParamValue%|\n%)"
/>
<typedef
name=
"FlattenHierarchyType"
>
...
...
tools/Xilinx_Vivado/vivado_test.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<tool
name=
"VivadoTest"
label=
"VivadoCommand"
project=
"FPGA_project"
interface=
"VivadoInterface"
...
...
tools/Xilinx_Vivado/vivado_timing_implemented.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<tool
name=
"VivadoTimingReportImplemented"
label=
"Report post-implementation timimg"
project=
"FPGA_project"
...
...
tools/Xilinx_Vivado/vivado_timing_proto.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface
name=
"VivadoReportTimingInterface"
extends=
"VivadoInterface"
>
<typedef
name =
"Cardinal_0_3"
>
<paramtype
kind=
"number"
lo=
"0"
hi=
"3"
format=
"%d"
/>
...
...
tools/Xilinx_Vivado/vivado_timing_summary_implemented.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<tool
name=
"VivadoTimimgSummaryReportImplemented"
label=
"Report post-implementation timimg summary"
project=
"FPGA_project"
...
...
tools/Xilinx_Vivado/vivado_timing_summary_proto.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface
name=
"VivadoReportTimingSummaryInterface"
extends=
"VivadoInterface"
>
<typedef
name =
"Cardinal_0_3"
>
<paramtype
kind=
"number"
lo=
"0"
hi=
"3"
format=
"%d"
/>
...
...
tools/Xilinx_Vivado/vivado_timing_summary_synthesis.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<tool
name=
"VivadoTimimgSummaryReportSynthesis"
label=
"Report post-synthesis timimg summary"
project=
"FPGA_project"
...
...
tools/Xilinx_Vivado/vivado_timing_synthesis.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<tool
name=
"VivadoTimingReportSynthesis"
label=
"Report post-synthesis timimg"
project=
"FPGA_project"
...
...
tools/Xilinx_Vivado/vivado_unisims.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<tool
name=
"VivadoUnisims"
label=
"Get Xilinx unisims"
project=
"FPGA_project"
interface=
"VivadoInterface"
...
...
tools/vdt_test.xml
View file @
703c6d5c
<?xml version="1.0" encoding="UTF-8"?>
<vdt-project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*******************************************************************************
* Copyright (c) 2014 Elphel, Inc.
* This file is a part of Eclipse/VDT plug-in.
* Eclipse/VDT plug-in is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Eclipse/VDT plug-in is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
-->
<vdt-project>
<interface
name=
"VDTTestInterface"
extends=
"FPGAPprojectInterface"
>
</interface>
<tool
name=
"VDTTest"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment