public class UIManager2 extends Object
| Constructor and Description |
|---|
UIManager2() |
| Modifier and Type | Method and Description |
|---|---|
static void |
apply(PlafItem plafItem) |
static PlafHandler |
getPlafHandler(String name) |
static PlafItem |
getPlafItem(String plafItem) |
static void |
registerHandler(PlafHandler h) |
static void |
unregister(PlafHandler h) |
public static void registerHandler(PlafHandler h)
public static void unregister(PlafHandler h)
public static void apply(PlafItem plafItem) throws ClassNotFoundException, InstantiationException, IllegalAccessException, UnsupportedLookAndFeelException
public static PlafHandler getPlafHandler(String name)
Copyright © 2021 vpc open source initiative. All rights reserved.