Package org.uberfire.client.workbench
Class WorkbenchLayoutInfoImpl
- java.lang.Object
-
- org.uberfire.client.workbench.WorkbenchLayoutInfoImpl
-
- All Implemented Interfaces:
WorkbenchLayoutInfo
@ApplicationScoped public class WorkbenchLayoutInfoImpl extends Object implements WorkbenchLayoutInfo
-
-
Constructor Summary
Constructors Constructor Description WorkbenchLayoutInfoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHeaderHeight()Returns the header's height of the current perspective.
-
-
-
Method Detail
-
getHeaderHeight
public int getHeaderHeight()
Description copied from interface:WorkbenchLayoutInfoReturns the header's height of the current perspective.- Specified by:
getHeaderHeightin interfaceWorkbenchLayoutInfo
-
-