Forge - UI API 2.0.0.Alpha3

org.jboss.forge.ui.metadata
Interface UICommandMetadata

All Known Implementing Classes:
Metadata

public interface UICommandMetadata

Author:
Lincoln Baxter, III

Method Summary
 UICategory getCategory()
           
 String getDescription()
           
 URL getDocLocation()
          Returns the location of the documentation of this command
 String getName()
           
 

Method Detail

getName

String getName()

getDescription

String getDescription()

getCategory

UICategory getCategory()

getDocLocation

URL getDocLocation()
Returns the location of the documentation of this command

Returns:
null if no documentation was found

Forge - UI API 2.0.0.Alpha3

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