Forge - UI API 2.0.0.Alpha3

Uses of Interface
org.jboss.forge.ui.UICommand

Packages that use UICommand
org.jboss.forge.ui.result   
org.jboss.forge.ui.util   
org.jboss.forge.ui.wizard   
 

Uses of UICommand in org.jboss.forge.ui.result
 

Methods in org.jboss.forge.ui.result that return types with arguments of type UICommand
 Class<? extends UICommand> NavigationResult.getNext()
           
 

Method parameters in org.jboss.forge.ui.result with type arguments of type UICommand
static NavigationResult Results.navigateTo(Class<? extends UICommand> next)
           
static NavigationResult Results.navigateTo(Class<? extends UICommand> next, String message)
           
 

Uses of UICommand in org.jboss.forge.ui.util
 

Method parameters in org.jboss.forge.ui.util with type arguments of type UICommand
static Metadata Metadata.forCommand(Class<? extends UICommand> type)
           
 

Constructor parameters in org.jboss.forge.ui.util with type arguments of type UICommand
Metadata(Class<? extends UICommand> type)
           
 

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

Subinterfaces of UICommand in org.jboss.forge.ui.wizard
 interface UIWizard
          An UICommand that supports multiple steps.
 interface UIWizardStep
          Marker interface for wizard steps.
 


Forge - UI API 2.0.0.Alpha3

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