Package org.smallmind.nutsnbolts.layout
Interface ParaboxContainer<C>
-
public interface ParaboxContainer<C>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParaboxElement<C>constructElement(C component, Constraint constraint)ParaboxPlatformgetPlatform()voidnativelyAddComponent(C component)voidnativelyRemoveComponent(C component)
-
-
-
Method Detail
-
getPlatform
ParaboxPlatform getPlatform()
-
constructElement
ParaboxElement<C> constructElement(C component, Constraint constraint)
-
nativelyAddComponent
void nativelyAddComponent(C component)
-
nativelyRemoveComponent
void nativelyRemoveComponent(C component)
-
-