Uses of Class
org.jdesktop.jdic.filetypes.Action

Packages that use Action
org.jdesktop.jdic.filetypes Provides classes for associating applications with file types and accessing a registered file type association.  
 

Uses of Action in org.jdesktop.jdic.filetypes
 

Methods in org.jdesktop.jdic.filetypes that return Action
 Action Association.getActionByVerb(java.lang.String verb)
          Returns the action, whose verb field is the same with the specified verb.
 

Methods in org.jdesktop.jdic.filetypes with parameters of type Action
 boolean Association.addAction(Action action)
          Adds a given action to the action list of this Association.
 boolean Association.removeAction(Action action)
          Removes a given action from the action list of this Association.
 



Copyright © 2005 Sun Microsystems All Rights Reserved.