Deprecated API


Contents
Deprecated Methods
org.jdesktop.swingx.action.AbstractActionExt.getActionCommand()
          (pre-1.6.3) return type will change to String, cf. Action.ACTION_COMMAND_KEY 
org.jdesktop.swingx.action.AbstractActionExt.setActionCommand(Object)
          (pre-1.6.3) replace by setActionCommand(String) cf. Action.ACTION_COMMAND_KEY 
org.jdesktop.swingx.action.AbstractActionExt.setSelected(boolean)
          (pre-1.6.3) this method still fires property change on "selected" in addition to any change fired by using the Action.SELECTED_KEY; future versions of SwingX will remove this additional property change 
 



Copyright © 2012. All Rights Reserved.