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

Packages that use IBaseLayout
org.jacp.api.component   
org.jacp.api.componentLayout   
 

Uses of IBaseLayout in org.jacp.api.component
 

Methods in org.jacp.api.component with parameters of type IBaseLayout
 void IExtendedComponent.onStart(IBaseLayout<C> layout)
          This method is always executed when the component is activated.
 void IExtendedComponent.onTearDown(IBaseLayout<C> layout)
          This method is always executed when the component is deactivated.
 

Uses of IBaseLayout in org.jacp.api.componentLayout
 

Subinterfaces of IBaseLayout in org.jacp.api.componentLayout
 interface IWorkbenchLayout<C>
          Defines the base layout of a workbench and the application.