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 classBBContainerMethods 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 voidBBContainerWrapper. add(BBComponent component, CC cc)Method parameters in com.basiscomponents.ui.layout with type arguments of type BBComponent Modifier and Type Method Description voidBBContainerWrapper. setComponentToComponentWrapperMap(Map<BBComponent,BBComponentWrapper> componentToComponentWrapperMap)voidBBContainerWrapper. setComponentToHashcodeMap(Map<BBComponent,Integer> componentToHashcodeMap)Constructors in com.basiscomponents.ui.layout with parameters of type BBComponent Constructor Description BBComponentWrapper(BBComponent component)
-