org.ucworkbench.model.screens
Interface IScreen

All Superinterfaces:
IFileElement, IUCElement

public interface IScreen
extends IFileElement


Field Summary
static java.lang.String SCREEN_DEFINITION_EXTENSION
          Extension for the file containing the description of file object.
 
Method Summary
 java.util.List<IField> getFields()
          Returns the list of field object declared in screen description file (scr).
 Image getImage()
          Returns image from the picture file connected with IScreen object
 IFile getImageFile()
          Returns IFile object for picture file (jpg,gif) connected with IScreen object.
 java.lang.String getImagePath()
          Returns the path of the image file (jpg,gif) relative to the screens folder.
 
Methods inherited from interface org.ucworkbench.model.IUCElement
accept, childrenAccept, exists, getAncestor, getChildren, getCorrespondingResource, getElementName, getElementType, getParent, getPath, getUCProject, getUnderlyingResource
 

Field Detail

SCREEN_DEFINITION_EXTENSION

static final java.lang.String SCREEN_DEFINITION_EXTENSION
Extension for the file containing the description of file object.

See Also:
Constant Field Values
Method Detail

getImage

Image getImage()
Returns image from the picture file connected with IScreen object

Returns:

getImageFile

IFile getImageFile()
Returns IFile object for picture file (jpg,gif) connected with IScreen object.

Returns:

getImagePath

java.lang.String getImagePath()
Returns the path of the image file (jpg,gif) relative to the screens folder.

Returns:

getFields

java.util.List<IField> getFields()
Returns the list of field object declared in screen description file (scr).

Returns: