org.jboss.forge.ui
Interface UICommand
- All Known Subinterfaces:
- UIWizard, UIWizardStep
- All Known Implementing Classes:
- AbstractExitCommand, AddonInstallCommand, AddonRemoveCommand, ClearCommand, ExampleSelectComponents, ExampleStepOne, ExampleStepTwo, ExampleWizard, ExitCommand, ForgeAddonSetupStep, HarlemCommand, LessCommand, ListServicesCommand, LsCommand, ManCommand, MoreCommand, NewProjectWizard, QuitCommand, StopCommand
@Exported
public interface UICommand
getMetadata
UICommandMetadata getMetadata()
isEnabled
boolean isEnabled(UIContext context)
initializeUI
void initializeUI(UIBuilder builder)
throws Exception
- Throws:
Exception
validate
void validate(UIValidationContext validator)
execute
Result execute(UIContext context)
throws Exception
- Throws:
Exception
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.