Forge - UI API 2.0.0.Alpha3

Uses of Interface
org.jboss.forge.ui.context.UIContext

Packages that use UIContext
org.jboss.forge.ui   
org.jboss.forge.ui.context   
org.jboss.forge.ui.wizard   
 

Uses of UIContext in org.jboss.forge.ui
 

Methods in org.jboss.forge.ui with parameters of type UIContext
 Result UICommand.execute(UIContext context)
           
 boolean UICommand.isEnabled(UIContext context)
           
 

Uses of UIContext in org.jboss.forge.ui.context
 

Classes in org.jboss.forge.ui.context that implement UIContext
 class AbstractUIContext
          A default implementation of UIContext.
 

Methods in org.jboss.forge.ui.context that return UIContext
 UIContext UIContextProvider.getUIContext()
          Returns the UIContext that is shared through all the UICommand instances in an interaction with the user.
 

Uses of UIContext in org.jboss.forge.ui.wizard
 

Methods in org.jboss.forge.ui.wizard with parameters of type UIContext
 NavigationResult UIWizard.next(UIContext context)
          Returns the next UIWizardStep, or null if this is the last UICommand in the flow.
 


Forge - UI API 2.0.0.Alpha3

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.