Oracle Data-aware Controls Reference

oracle.dacf.control.swing
Class TreeControl.InterceptTreeKeyStrokeAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--oracle.dacf.control.swing.TreeControl.InterceptTreeKeyStrokeAction
All Implemented Interfaces:
javax.swing.Action, java.awt.event.ActionListener, java.lang.Cloneable, java.util.EventListener, java.io.Serializable
Enclosing class:
TreeControl

public class TreeControl.InterceptTreeKeyStrokeAction
extends javax.swing.AbstractAction

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
TreeControl.InterceptTreeKeyStrokeAction(java.awt.event.ActionListener action)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void addPropertyChangeListener(java.beans.PropertyChangeListener l)
           
 java.lang.Object clone()
           
 java.lang.Object getValue(java.lang.String key)
           
 boolean isEnabled()
           
 void putValue(java.lang.String key, java.lang.Object val)
           
 void removePropertyChangeListener(java.beans.PropertyChangeListener l)
           
 void setEnabled(boolean b)
           
 
Methods inherited from class javax.swing.AbstractAction
firePropertyChange, getKeys, getPropertyChangeListeners
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeControl.InterceptTreeKeyStrokeAction

public TreeControl.InterceptTreeKeyStrokeAction(java.awt.event.ActionListener action)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)

getValue

public java.lang.Object getValue(java.lang.String key)
Specified by:
getValue in interface javax.swing.Action
Overrides:
getValue in class javax.swing.AbstractAction

putValue

public void putValue(java.lang.String key,
                     java.lang.Object val)
Specified by:
putValue in interface javax.swing.Action
Overrides:
putValue in class javax.swing.AbstractAction

isEnabled

public boolean isEnabled()
Specified by:
isEnabled in interface javax.swing.Action
Overrides:
isEnabled in class javax.swing.AbstractAction

setEnabled

public void setEnabled(boolean b)
Specified by:
setEnabled in interface javax.swing.Action
Overrides:
setEnabled in class javax.swing.AbstractAction

addPropertyChangeListener

public void addPropertyChangeListener(java.beans.PropertyChangeListener l)
Specified by:
addPropertyChangeListener in interface javax.swing.Action
Overrides:
addPropertyChangeListener in class javax.swing.AbstractAction

removePropertyChangeListener

public void removePropertyChangeListener(java.beans.PropertyChangeListener l)
Specified by:
removePropertyChangeListener in interface javax.swing.Action
Overrides:
removePropertyChangeListener in class javax.swing.AbstractAction

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Overrides:
clone in class javax.swing.AbstractAction
java.lang.CloneNotSupportedException

Oracle Data-aware Controls Reference

 

Copyright © 1997, 2003, Oracle. All rights reserved.