Uses of Interface
org.jacp.api.componentLayout.IWorkbenchLayout

Packages that use IWorkbenchLayout
org.jacp.api.workbench   
 

Uses of IWorkbenchLayout in org.jacp.api.workbench
 

Methods in org.jacp.api.workbench that return IWorkbenchLayout
 IWorkbenchLayout<C> IWorkbench.getWorkbenchLayout()
          Returns workbench layout object.
 

Methods in org.jacp.api.workbench with parameters of type IWorkbenchLayout
 void IWorkbench.handleInitialLayout(IAction<A,M> action, IWorkbenchLayout<C> layout)
          Handle the workbench layout.