Uses of Interface
org.jboss.errai.workspaces.client.api.ToolSet

Packages that use ToolSet
org.jboss.errai.workspaces.client   
org.jboss.errai.workspaces.client.framework   
org.jboss.errai.workspaces.client.layout   
org.jboss.errai.workspaces.client.widgets   
 

Uses of ToolSet in org.jboss.errai.workspaces.client
 

Methods in org.jboss.errai.workspaces.client that return types with arguments of type ToolSet
 List<ToolSet> Workspace.getToolsets()
           
 

Methods in org.jboss.errai.workspaces.client with parameters of type ToolSet
 void Workspace.addToolSet(ToolSet toolSet)
           
 

Uses of ToolSet in org.jboss.errai.workspaces.client.framework
 

Fields in org.jboss.errai.workspaces.client.framework with type parameters of type ToolSet
protected static List<ToolSet> WorkspaceBuilder.toBeLoaded
           
 

Methods in org.jboss.errai.workspaces.client.framework with parameters of type ToolSet
 void WorkspaceBuilder.addToolSet(ToolSet toolSet)
           
 void ToolContainer.addToolSet(ToolSet toolSet)
           
 

Uses of ToolSet in org.jboss.errai.workspaces.client.layout
 

Methods in org.jboss.errai.workspaces.client.layout with parameters of type ToolSet
 void WorkspaceLayout.addToolSet(ToolSet toolSet)
          Deprecated. Adds a new tool set to the UI.
 

Uses of ToolSet in org.jboss.errai.workspaces.client.widgets
 

Constructors in org.jboss.errai.workspaces.client.widgets with parameters of type ToolSet
WSToolSetLauncher(String id, ToolSet toolSet)
           
 



Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.