org.drools.guvnor.client.common
Interface AssetEditorFactory


public interface AssetEditorFactory


Method Summary
 com.google.gwt.user.client.ui.Widget getAssetEditor(RuleAsset asset, RuleViewer viewer, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus)
          This will return the appropriate viewer for the asset.
 com.google.gwt.resources.client.ImageResource getAssetEditorIcon(String format)
          This will return the asset editor icon image.
 String getAssetEditorTitle(String format)
          This will return the asset editor title.
 

Method Detail

getAssetEditorIcon

com.google.gwt.resources.client.ImageResource getAssetEditorIcon(String format)
This will return the asset editor icon image.


getAssetEditorTitle

String getAssetEditorTitle(String format)
This will return the asset editor title.


getAssetEditor

com.google.gwt.user.client.ui.Widget getAssetEditor(RuleAsset asset,
                                                    RuleViewer viewer,
                                                    ClientFactory clientFactory,
                                                    com.google.gwt.event.shared.EventBus eventBus)
This will return the appropriate viewer for the asset.



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.