|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cruxframework.crux.core.rebind.screen.ScreenFactory
public class ScreenFactory
Creates a representation for Crux screens
| Method Summary | |
|---|---|
void |
clearScreenCache()
Clear the screen cache |
static ScreenFactory |
getInstance()
Singleton method |
String |
getRelativeScreenId(String id,
String module)
|
Screen |
getScreen(String id,
String device)
Factory method for screens. |
String |
getScreenModule(Document source)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ScreenFactory getInstance()
public void clearScreenCache()
public Screen getScreen(String id,
String device)
throws ScreenConfigException
id - device - device property for this permutation being compiled
ScreenConfigException
public String getRelativeScreenId(String id,
String module)
throws ScreenConfigException
id - module -
ScreenConfigException
public String getScreenModule(Document source)
throws ScreenConfigException
nodeList -
ScreenConfigException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||