Class test_PEngine.Theme
java.lang.Object
test_PEngine.Theme
- All Implemented Interfaces:
test_PEngine.Observable
- Enclosing class:
- test_PEngine
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) ArrayList<test_PEngine.GUIcomponent>
(package private) test_PEngine.ThemeType
(package private) ArrayList<test_PEngine.Node>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
addGUIcomponent
(test_PEngine.GUIcomponent component) (package private) test_PEngine.GUIcomponent
getGUIcomponent
(test_PEngine.Control widget) (package private) void
listen
(test_PEngine.Node node) (package private) void
notify
(test_PEngine.PEvent event) (package private) void
setTheme
(test_PEngine.ThemeType themeType)
-
Field Details
-
widgets
ArrayList<test_PEngine.Node> widgets -
components
ArrayList<test_PEngine.GUIcomponent> components -
currentTheme
test_PEngine.ThemeType currentTheme
-
-
Constructor Details
-
Theme
Theme()
-
-
Method Details
-
listen
- Specified by:
listen
in interfacetest_PEngine.Observable
-
notify
- Specified by:
notify
in interfacetest_PEngine.Observable
-
addGUIcomponent
-
getGUIcomponent
-
setTheme
-