jACOB 2.7 API Documentation.

de.tif.jacob.screen
Interface IOwnDrawElement

All Superinterfaces:
IGuiElement, IImageProvider

public interface IOwnDrawElement
extends IGuiElement, IImageProvider


Nested Class Summary
 
Nested classes/interfaces inherited from interface de.tif.jacob.screen.IGuiElement
IGuiElement.GroupState
 
Field Summary
static java.lang.String RCS_ID
           
static java.lang.String RCS_REV
           
 
Fields inherited from interface de.tif.jacob.screen.IGuiElement
NEW, SEARCH, SELECTED, UNDEFINED, UPDATE
 
Method Summary
 void refresh()
          Invalidate the image.
 
Methods inherited from interface de.tif.jacob.screen.IGuiElement
findByName, getApplicationDefinition, getChildren, getDataStatus, getGroupTableAlias, getI18NLabel, getLabel, getName, getParent, getPathName, hasChild, isEnabled, isVisible, setBackgroundColor, setColor, setEnable, setLabel, setVisible
 
Methods inherited from interface de.tif.jacob.screen.IImageProvider
getImageData
 

Field Detail

RCS_ID

static final java.lang.String RCS_ID
See Also:
Constant Field Values

RCS_REV

static final java.lang.String RCS_REV
See Also:
Constant Field Values
Method Detail

refresh

void refresh()
Invalidate the image. This enforce a redraw of the image.
The jACOB engine calls the event handler 'paint(...) method to do that.


jACOB 2.7 API Documentation.