JDIC API V0.9 Release 4

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.
 


JDIC API V0.9 Release 4

For more information and documentation on JDIC, see JDIC website.

That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, working code examples, license terms and bug report information.

Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.