()
| 96 | } |
| 97 | |
| 98 | public static UIPropertyContext getInstance() |
| 99 | { |
| 100 | if (instance == null) |
| 101 | { |
| 102 | instance = new UIPropertyContext(); |
| 103 | } |
| 104 | return instance; |
| 105 | } |
| 106 | |
| 107 | |
| 108 | private Color getColor(String key) |
no outgoing calls
no test coverage detected