Uses of Class
org.jacp.api.componentLayout.Layout

Packages that use Layout
org.jacp.api.component   
org.jacp.api.componentLayout   
org.jacp.api.workbench   
 

Uses of Layout in org.jacp.api.component
 

Methods in org.jacp.api.component that return types with arguments of type Layout
 java.util.Map<Layout,C> IVComponent.getBarEntries()
          get defines bar entries
 

Method parameters in org.jacp.api.component with type arguments of type Layout
 void IExtendedComponent.handleBarEntries(java.util.Map<Layout,C> bars)
          Add custom actions to tool bar; set key for bar type (south, north, east, west).
 

Uses of Layout in org.jacp.api.componentLayout
 

Methods in org.jacp.api.componentLayout that return Layout
static Layout Layout.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Layout[] Layout.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jacp.api.componentLayout that return types with arguments of type Layout
 java.util.Map<Layout,C> IWorkbenchLayout.getToolBars()
          Returns all registered tool bars of workbench.
 

Methods in org.jacp.api.componentLayout with parameters of type Layout
 void IWorkbenchLayout.registerToolBar(Layout name, C toolBar)
          Register a tool bar for workbench.
 

Uses of Layout in org.jacp.api.workbench
 

Method parameters in org.jacp.api.workbench with type arguments of type Layout
 void IWorkbench.handleBarEntries(java.util.Map<Layout,C> bars)
          Add the default workbench actions to tool bar.