public class Tonto extends java.lang.Object implements ITaskStatus, javax.swing.event.TreeSelectionListener
Modifier and Type | Method and Description |
---|---|
static boolean |
canScanThreaded() |
static CCF |
ccf() |
static boolean |
color() |
static boolean |
custom() |
static IRDatabase |
database() |
static void |
debug(java.lang.Throwable err) |
static CCFDevice |
device() |
boolean |
enableMenuPaste() |
static int |
getExitCode() |
static java.awt.Component |
getTitleCanvas() |
static com.neuron.app.tonto.CCFHeader |
header() |
static int |
iconMode() |
static int |
irVersion() |
static void |
load(boolean nwind) |
static void |
load(java.lang.String file,
boolean nwind) |
static void |
main(java.lang.String[] args) |
static com.neuron.app.tonto.Tonto.NameDialog |
nameDialog() |
static CCFPanel |
panel() |
static java.awt.Dimension |
panelSize() |
static void |
sendEvent(int notify) |
static Tonto |
state() |
void |
taskError(java.lang.Throwable t) |
void |
taskNotify(java.lang.Object o) |
void |
taskStatus(int type,
java.lang.String msg) |
static boolean |
udb() |
void |
valueChanged(javax.swing.event.TreeSelectionEvent e) |
static java.lang.String |
version() |
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
public static int irVersion()
public static int iconMode()
public static com.neuron.app.tonto.Tonto.NameDialog nameDialog()
public static boolean custom()
public static boolean color()
public static boolean udb()
public static com.neuron.app.tonto.CCFHeader header()
public static CCF ccf()
public static Tonto state()
public static IRDatabase database()
public static CCFDevice device()
public static CCFPanel panel()
public static java.awt.Dimension panelSize()
public static java.lang.String version()
public static java.awt.Component getTitleCanvas()
public static int getExitCode()
public static boolean canScanThreaded()
public static void debug(java.lang.Throwable err)
public static void load(boolean nwind)
public static void load(java.lang.String file, boolean nwind)
public boolean enableMenuPaste()
public void valueChanged(javax.swing.event.TreeSelectionEvent e)
valueChanged
in interface javax.swing.event.TreeSelectionListener
public void taskStatus(int type, java.lang.String msg)
taskStatus
in interface ITaskStatus
public void taskError(java.lang.Throwable t)
taskError
in interface ITaskStatus
public void taskNotify(java.lang.Object o)
taskNotify
in interface ITaskStatus
public static void sendEvent(int notify)