Uses of Class
net.miginfocom.layout.LayoutCallback
-
Packages that use LayoutCallback Package Description net.miginfocom.layout net.miginfocom.swing -
-
Uses of LayoutCallback in net.miginfocom.layout
Constructor parameters in net.miginfocom.layout with type arguments of type LayoutCallback Constructor Description Grid(ContainerWrapper container, LC lc, AC rowConstr, AC colConstr, Map<ComponentWrapper,CC> ccMap, ArrayList<LayoutCallback> callbackList)Constructor. -
Uses of LayoutCallback in net.miginfocom.swing
Methods in net.miginfocom.swing with parameters of type LayoutCallback Modifier and Type Method Description voidMigLayout. addLayoutCallback(LayoutCallback callback)Adds the callback function that will be called at different stages of the layout cylce.voidMigLayout. removeLayoutCallback(LayoutCallback callback)Removes the callback if it exists.
-