|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.monad.homerun.view.View
public class View
A View is a visual representation of a HomeRun component, located within a region of a Scene. The component is typically a model, with either one or multiple objects models states/values shown, but may be an image, a system state, etc
Constructor Summary | |
---|---|
View()
|
|
View(java.lang.String type,
java.lang.String domain,
java.lang.String selector,
java.lang.String compName,
int format)
|
Method Summary | |
---|---|
java.lang.String |
getCompName()
Returns the name of the component in the view |
java.lang.String |
getDomain()
Returns the domain of the view component |
int |
getFormat()
Returns an integer with formatting instructions |
java.lang.String |
getSelector()
Returns the component selector, usually the object name |
java.lang.String |
getType()
Returns the type of the view, whch may be model, image, etc |
boolean |
hasOption(int option)
Returns whether view has the given format option |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public View()
public View(java.lang.String type, java.lang.String domain, java.lang.String selector, java.lang.String compName, int format)
Method Detail |
---|
public java.lang.String getType()
public java.lang.String getDomain()
public java.lang.String getSelector()
public java.lang.String getCompName()
public int getFormat()
public boolean hasOption(int option)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |