Uses of Class
com.basiscomponents.ui.layout.BBComponent
-
Packages that use BBComponent Package Description com.basiscomponents.ui.layout -
-
Uses of BBComponent in com.basiscomponents.ui.layout
Subclasses of BBComponent in com.basiscomponents.ui.layout Modifier and Type Class Description class
BBContainer
Methods in com.basiscomponents.ui.layout that return types with arguments of type BBComponent Modifier and Type Method Description Map<BBComponent,BBComponentWrapper>
BBContainerWrapper. getComponentToComponentWrapperMap()
Map<BBComponent,Integer>
BBContainerWrapper. getComponentToHashcodeMap()
Methods in com.basiscomponents.ui.layout with parameters of type BBComponent Modifier and Type Method Description void
BBContainerWrapper. add(BBComponent component, CC cc)
Method parameters in com.basiscomponents.ui.layout with type arguments of type BBComponent Modifier and Type Method Description void
BBContainerWrapper. setComponentToComponentWrapperMap(Map<BBComponent,BBComponentWrapper> componentToComponentWrapperMap)
void
BBContainerWrapper. setComponentToHashcodeMap(Map<BBComponent,Integer> componentToHashcodeMap)
Constructors in com.basiscomponents.ui.layout with parameters of type BBComponent Constructor Description BBComponentWrapper(BBComponent component)
-