|
|||||||||
| Home >> All >> com >> tuneology >> [ irremote overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.tuneology.irremote
Class IRRemotePanel

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.Box
com.tuneology.irremote.IRRemotePanel
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
- public class IRRemotePanel
- extends javax.swing.Box
This class represents a Swing component used to edit IR bindings.
- Version:
- $Id: IRRemotePanel.java,v 1.2 2002/11/05 08:32:59 xnarf Exp $
| Nested Class Summary | |
private class |
IRRemotePanel.ActionEditor
This is the combo box embedded in the IR command mapping table. |
private class |
IRRemotePanel.ActionRenderer
|
| Nested classes inherited from class javax.swing.Box |
javax.swing.Box.AccessibleBox, javax.swing.Box.Filler |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
private IRRemotePanel.ActionEditor |
actionEditor
|
private javax.swing.AbstractAction[] |
actions
|
private java.lang.String[] |
commands
|
private IRComponent |
ir
|
private static javax.swing.AbstractAction |
nullAction
|
private javax.swing.AbstractAction[] |
prevActions
|
private static java.util.ResourceBundle |
resources
|
private javax.swing.JTable |
tbl
|
| Fields inherited from class javax.swing.Box |
|
| Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
IRRemotePanel(IRComponent l)
|
|
| Method Summary | |
void |
addActionListener(javax.swing.AbstractAction listener)
Add a listener callback to the remote control. |
private javax.swing.AbstractAction |
getAction(int i)
|
javax.swing.AbstractAction[] |
getActions()
Returns an array of all the defined IR actions. |
java.lang.String[] |
getCommands()
Returns an array of all the possible IR commands. |
private static java.lang.String |
getResourceString(java.lang.String nm)
|
private java.lang.String |
getUIAction(int i)
|
void |
removeActionListener(javax.swing.AbstractAction listener)
Remove a listener callback from the remote control. |
void |
revert()
Set the user interface to reflect the current state. |
void |
update()
Set the current state to reflect the user interface. |
| Methods inherited from class javax.swing.Box |
createGlue, createHorizontalBox, createHorizontalGlue, createHorizontalStrut, createRigidArea, createVerticalBox, createVerticalGlue, createVerticalStrut, getAccessibleContext, setLayout |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
tbl
private javax.swing.JTable tbl
ir
private IRComponent ir
commands
private java.lang.String[] commands
prevActions
private javax.swing.AbstractAction[] prevActions
actions
private javax.swing.AbstractAction[] actions
actionEditor
private IRRemotePanel.ActionEditor actionEditor
nullAction
private static javax.swing.AbstractAction nullAction
resources
private static java.util.ResourceBundle resources
| Constructor Detail |
IRRemotePanel
public IRRemotePanel(IRComponent l)
| Method Detail |
revert
public void revert()
- Set the user interface to reflect the current state.
update
public void update()
- Set the current state to reflect the user interface.
addActionListener
public void addActionListener(javax.swing.AbstractAction listener)
- Add a listener callback to the remote control.
removeActionListener
public void removeActionListener(javax.swing.AbstractAction listener)
- Remove a listener callback from the remote control.
getActions
public javax.swing.AbstractAction[] getActions()
- Returns an array of all the defined IR actions.
getCommands
public java.lang.String[] getCommands()
- Returns an array of all the possible IR commands.
getAction
private javax.swing.AbstractAction getAction(int i)
getUIAction
private java.lang.String getUIAction(int i)
getResourceString
private static java.lang.String getResourceString(java.lang.String nm)
|
|||||||||
| Home >> All >> com >> tuneology >> [ irremote overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC