Class UIResourcesProvider
- java.lang.Object
-
- org.nuiton.jaxx.runtime.resources.UIResourcesProvider
-
public class UIResourcesProvider extends Object
Created by tchemit on 13/12/2017.- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Constructor Summary
Constructors Constructor Description UIResourcesProvider(String name, String resourcePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNbColors()intgetNbIcons()voidload()voidload(Properties incoming)
-
-
-
Method Detail
-
load
public void load() throws IOException- Throws:
IOException
-
getNbIcons
public int getNbIcons()
-
getNbColors
public int getNbColors()
-
load
public void load(Properties incoming) throws IOException
- Throws:
IOException
-
-