| Package | Description |
|---|---|
| org.harctoolbox.girr | |
| org.harctoolbox.guicomponents | |
| org.harctoolbox.irscrutinizer.exporter |
| Modifier and Type | Method and Description |
|---|---|
Remote.MetaData |
Remote.getMetaData() |
| Constructor and Description |
|---|
Remote(Remote.MetaData metaData,
String comment,
String notes,
HashMap<String,Command> commands,
HashMap<String,HashMap<String,String>> applicationParameters)
Convenience version of the general constructor, with default values.
|
Remote(Remote.MetaData metaData,
String comment,
String notes,
HashMap<String,Command> commands,
HashMap<String,HashMap<String,String>> applicationParameters,
String protocol,
HashMap<String,Long> parameters)
Construct a Remote from its arguments, general case.
|
| Modifier and Type | Method and Description |
|---|---|
static Remote.MetaData |
MetaDataDialog.inquireMetaData(Remote.MetaData initData,
Frame parent) |
| Modifier and Type | Method and Description |
|---|---|
static Remote.MetaData |
MetaDataDialog.inquireMetaData(Remote.MetaData initData,
Frame parent) |
| Modifier and Type | Method and Description |
|---|---|
File |
IRemoteSetExporter.export(HashMap<String,Command> commands,
String source,
String title,
Remote.MetaData metaData,
int count,
boolean automaticFilenames,
Component parent,
File exportDir,
String charsetName) |
File |
RemoteSetExporter.export(HashMap<String,Command> commands,
String source,
String title,
Remote.MetaData metaData,
int repeatCount,
boolean automaticFilenames,
Component parent,
File exportDir,
String charsetName) |
void |
IRemoteSetExporter.export(HashMap<String,Command> commands,
String source,
String title,
Remote.MetaData metaData,
int count,
File saveFile,
String charsetName) |
void |
RemoteSetExporter.export(HashMap<String,Command> commands,
String source,
String title,
Remote.MetaData metaData,
int repeatCount,
File saveFile,
String charsetName) |
Copyright © 2016. All rights reserved.