|
|||||||||
| Home >> All >> com >> tuneology >> [ irremote overview ] | PREV NEXT | ||||||||
A
- actionEditor - Variable in class com.tuneology.irremote.IRRemotePanel
- actionMap - Variable in class com.tuneology.irremote.LircComponent
- actions - Variable in class com.tuneology.irremote.IRRemotePanel
- addActionListener(AbstractAction) - Method in interface com.tuneology.irremote.IRComponent
- Adds a callback.
- addActionListener(AbstractAction) - Method in class com.tuneology.irremote.IRRemotePanel
- Add a listener callback to the remote control.
- addActionListener(AbstractAction) - Method in class com.tuneology.irremote.LircComponent
- Add a callback for an IR command.
- addCellEditorListener(CellEditorListener) - Method in class com.tuneology.irremote.IRRemotePanel.ActionEditor
- allEventListeners - Variable in class com.tuneology.irremote.LircComponent
C
- cancelCellEditing() - Method in class com.tuneology.irremote.IRRemotePanel.ActionEditor
- client - Variable in class com.tuneology.irremote.LircComponent
- close() - Method in class com.tuneology.irremote.LircClient
- Close the connection to the remote control interface.
- cmdMap - Variable in class com.tuneology.irremote.LircComponent
- com.tuneology.irremote - package com.tuneology.irremote
- commands - Variable in class com.tuneology.irremote.IRRemotePanel
- configPath - Static variable in class com.tuneology.irremote.LircClient
- contains(AbstractAction) - Method in interface com.tuneology.irremote.IRComponent
- Returns true if the listener is registered.
- contains(AbstractAction) - Method in class com.tuneology.irremote.LircComponent
F
- fireEditingCanceled() - Method in class com.tuneology.irremote.IRRemotePanel.ActionEditor
- fireEditingStopped() - Method in class com.tuneology.irremote.IRRemotePanel.ActionEditor
G
- getAction(int) - Method in class com.tuneology.irremote.IRRemotePanel
- getActions() - Method in class com.tuneology.irremote.IRRemotePanel
- Returns an array of all the defined IR actions.
- getAllEventListeners() - Method in class com.tuneology.irremote.LircComponent
- getCellEditorValue() - Method in class com.tuneology.irremote.IRRemotePanel.ActionEditor
- getCommands() - Method in interface com.tuneology.irremote.IRComponent
- Returns an array of all the possible IR commands.
- getCommands() - Method in class com.tuneology.irremote.IRRemotePanel
- Returns an array of all the possible IR commands.
- getCommands() - Method in class com.tuneology.irremote.LircClient
- Returns a list of commands that can be generated by LIRC.
- getCommands() - Method in class com.tuneology.irremote.LircComponent
- getComponentTypes() - Static method in class com.tuneology.irremote.IRRemote
- Returns an array of all the supported remote control types.
- getConfigPath() - Static method in class com.tuneology.irremote.LircClient
- Returns the path to the lircd.conf file.
- getConfigPath() - Method in class com.tuneology.irremote.LircComponent
- getIrwCmd() - Static method in class com.tuneology.irremote.LircClient
- getIrwCmd(String) - Static method in class com.tuneology.irremote.LircClient
- getIrwCmd() - Method in class com.tuneology.irremote.LircComponent
- getIrwVersion() - Static method in class com.tuneology.irremote.LircClient
- Returns a string containing version info for irw.
- getListener(String) - Method in interface com.tuneology.irremote.IRComponent
- Returns the listener registered to receive the specified action.
- getListener(String) - Method in class com.tuneology.irremote.LircComponent
- getListeners() - Method in interface com.tuneology.irremote.IRComponent
- Returns a vector of all event listeners.
- getListeners() - Method in class com.tuneology.irremote.LircComponent
- getResourceString(String) - Static method in class com.tuneology.irremote.IRRemotePanel
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.tuneology.irremote.IRRemotePanel.ActionEditor
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.tuneology.irremote.IRRemotePanel.ActionRenderer
- getUIAction(int) - Method in class com.tuneology.irremote.IRRemotePanel
- getVersions() - Static method in class com.tuneology.irremote.IRRemote
I
- IRComponent - interface com.tuneology.irremote.IRComponent.
- This is the interface to an IRComponent.
- IRRemote - class com.tuneology.irremote.IRRemote.
- This class is the interface for listing and instantiating IR components.
- IRRemote() - Constructor for class com.tuneology.irremote.IRRemote
- IRRemotePanel - class com.tuneology.irremote.IRRemotePanel.
- This class represents a Swing component used to edit IR bindings.
- IRRemotePanel(IRComponent) - Constructor for class com.tuneology.irremote.IRRemotePanel
- IRRemotePanel.ActionEditor - class com.tuneology.irremote.IRRemotePanel.ActionEditor.
- This is the combo box embedded in the IR command mapping table.
- IRRemotePanel.ActionEditor(String[], Vector) - Constructor for class com.tuneology.irremote.IRRemotePanel.ActionEditor
- IRRemotePanel.ActionRenderer - class com.tuneology.irremote.IRRemotePanel.ActionRenderer.
- IRRemotePanel.ActionRenderer() - Constructor for class com.tuneology.irremote.IRRemotePanel.ActionRenderer
- IR_BINDING - Static variable in interface com.tuneology.irremote.IRComponent
- IR_COMMAND - Static variable in interface com.tuneology.irremote.IRComponent
- init() - Method in class com.tuneology.irremote.LircComponent
- ir - Variable in class com.tuneology.irremote.IRRemotePanel
- isCellEditable(EventObject) - Method in class com.tuneology.irremote.IRRemotePanel.ActionEditor
- isLinux - Static variable in class com.tuneology.irremote.IRRemote
L
- LircClient - class com.tuneology.irremote.LircClient.
- Low-level API to LIRC.
- LircClient(String) - Constructor for class com.tuneology.irremote.LircClient
- Constructs a Lirc Client object.
- LircClient(Process) - Constructor for class com.tuneology.irremote.LircClient
- LircComponent - class com.tuneology.irremote.LircComponent.
- A high-level interface to Linux Infrared Remote Control.
- LircComponent(String) - Constructor for class com.tuneology.irremote.LircComponent
- Create a component that listens for IR events and dispatches actions.
- lircThread - Variable in class com.tuneology.irremote.LircComponent
- listeners - Variable in class com.tuneology.irremote.IRRemotePanel.ActionEditor
- listeners - Variable in class com.tuneology.irremote.LircComponent
N
- newIRComponent(Class, String) - Static method in class com.tuneology.irremote.IRRemote
- Creates a new instance of a Remote Control device.
- notifyActionListeners(String) - Method in class com.tuneology.irremote.LircComponent
- nullAction - Static variable in class com.tuneology.irremote.IRRemotePanel
O
- origValue - Variable in class com.tuneology.irremote.IRRemotePanel.ActionEditor
- osName - Static variable in class com.tuneology.irremote.IRRemote
P
- prevActions - Variable in class com.tuneology.irremote.IRRemotePanel
- proc - Variable in class com.tuneology.irremote.LircClient
- prog - Static variable in class com.tuneology.irremote.LircClient
R
- removeActionListener(AbstractAction) - Method in interface com.tuneology.irremote.IRComponent
- removeActionListener(AbstractAction) - Method in class com.tuneology.irremote.IRRemotePanel
- Remove a listener callback from the remote control.
- removeActionListener(AbstractAction) - Method in class com.tuneology.irremote.LircComponent
- removeCellEditorListener(CellEditorListener) - Method in class com.tuneology.irremote.IRRemotePanel.ActionEditor
- resources - Static variable in class com.tuneology.irremote.IRRemotePanel
- revert() - Method in class com.tuneology.irremote.IRRemotePanel
- Set the user interface to reflect the current state.
S
- scanEvents() - Method in class com.tuneology.irremote.LircComponent
- setConfigPath(String) - Static method in class com.tuneology.irremote.LircClient
- Sets the path to the lircd.conf file.
- setConfigPath(String) - Method in class com.tuneology.irremote.LircComponent
- setIrwCmd(String) - Static method in class com.tuneology.irremote.LircClient
- Sets the path to the irw command.
- shouldSelectCell(EventObject) - Method in class com.tuneology.irremote.IRRemotePanel.ActionEditor
- stopCellEditing() - Method in class com.tuneology.irremote.IRRemotePanel.ActionEditor
T
- tbl - Variable in class com.tuneology.irremote.IRRemotePanel
U
- update() - Method in class com.tuneology.irremote.IRRemotePanel
- Set the current state to reflect the user interface.
V
- values - Variable in class com.tuneology.irremote.IRRemotePanel.ActionEditor
- version - Static variable in class com.tuneology.irremote.IRRemote
A C F G I L N O P R S T U V
|
|||||||||
| Home >> All >> com >> tuneology >> [ irremote overview ] | PREV NEXT | ||||||||