public class JLayers extends Object
| Constructor and Description |
|---|
JLayers() |
| Modifier and Type | Method and Description |
|---|---|
static <V extends Component> |
boxComponentWithJLayer(V component)
Box a component in a
JLayer. |
static <V extends Component> |
getLayer(V comp) |
static List<Component> |
getLayeredComponents(JAXXObject object) |
static boolean |
isLayered(Component comp) |
static <V extends Component> |
setLayerUI(Component comp,
LayerUI<V> ui) |
public static <V extends Component> JLayer<V> boxComponentWithJLayer(V component)
JLayer.component - the component to boxJLayer boxing the componentpublic static List<Component> getLayeredComponents(JAXXObject object)
public static boolean isLayered(Component comp)
Copyright © 2008–2015 CodeLutin. All rights reserved.