Interface IDesignAnnotation
- All Superinterfaces:
ICompilationSupport
,IDesignElement
,ILocalizableSupport
,ILocationSupport
,IPropertiesSupport
,ISelectionSupport
,IWidget
,IWritable
,IXmlSerializable
,Serializable
public interface IDesignAnnotation
extends IDesignElement, ICompilationSupport, IPropertiesSupport, ILocationSupport, ISelectionSupport, ILocalizableSupport
- Author:
- fedom
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetColor()
get background color annotationget content of annotationboolean
get if annotation printableboolean
get if annotation visible in Helpvoid
set background color annotationvoid
setContent
(String content) set content of annotationvoid
setPrintable
(boolean printable) set if annotation printablevoid
setVisible
(boolean visible) set if annotation visible in HelpMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.ICompilationSupport
beforeCompile, beforeMerge, compile, generateName, merge
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IDesignElement
allowRemove, delete, getContainer, getId, getLinkedDesignElementsGroupName, getUniqueGroupName, getUniqueName, isDirty, isEmbedded, isPersistent, isVolatile, setAllowRemove, setDirty, verify
Methods inherited from interface com.axemble.vdoc.sdk.supports.ILocalizableSupport
getLocalizableName, getLocalizableType, getLocalizationScope
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.ILocationSupport
getDimension, getPoint, setDimension, setPoint
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IPropertiesSupport
getDescription, getLabel, getName, setDescription, setLabel, setName
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.ISelectionSupport
deselect, isSelected, select
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.IWidget
afterInit, getParentBlock, getSysname, isHidden, refresh, render, setHidden, setParentBlock, setSysname
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IXmlSerializable
load, save
-
Method Details
-
isVisible
boolean isVisible()get if annotation visible in Help- Returns:
Boolean
-
setVisible
void setVisible(boolean visible) set if annotation visible in Help- Parameters:
visible
-
-
isPrintable
boolean isPrintable()get if annotation printable- Returns:
Boolean
-
setPrintable
void setPrintable(boolean printable) set if annotation printable- Parameters:
printable
-
-
getContent
String getContent()get content of annotation- Returns:
String
-
setContent
set content of annotation- Parameters:
content
-
-
getColor
String getColor()get background color annotation- Returns:
String
-
setColor
set background color annotation- Parameters:
color
-
-