PDF Clown
0.0.8

Uses of Class
it.stefanochizzolini.clown.documents.interaction.actions.OptionsEnum

Packages that use OptionsEnum
it.stefanochizzolini.clown.documents.interaction.actions Actions used to perform specific operations when triggered [PDF:1.6:8.5]. 
 

Uses of OptionsEnum in it.stefanochizzolini.clown.documents.interaction.actions
 

Methods in it.stefanochizzolini.clown.documents.interaction.actions that return OptionsEnum
static OptionsEnum OptionsEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OptionsEnum[] OptionsEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in it.stefanochizzolini.clown.documents.interaction.actions that return types with arguments of type OptionsEnum
 EnumSet<OptionsEnum> Launch.getOptions()
          Gets the action options.
 EnumSet<OptionsEnum> GoToEmbedded.getOptions()
          Gets the action options.
 EnumSet<OptionsEnum> GoToRemote.getOptions()
          Gets the action options.
 

Method parameters in it.stefanochizzolini.clown.documents.interaction.actions with type arguments of type OptionsEnum
 void Launch.setOptions(EnumSet<OptionsEnum> value)
           
 void GoToEmbedded.setOptions(EnumSet<OptionsEnum> value)
           
 void GoToRemote.setOptions(EnumSet<OptionsEnum> value)
           
 


PDF Clown
0.0.8

Project home page

Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.