Package com._1c.g5.v8.dt.form.model
Interface TooltipContainer
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,IBmObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
Addition,AutoCommandBar,ContextMenu,Decoration,ExtendedTooltip,FormField,FormGroup,Group,Table
- All Known Implementing Classes:
AdditionImpl,AutoCommandBarImpl,ContextMenuImpl,DecorationImpl,ExtendedTooltipImpl,FormFieldImpl,FormGroupImpl,GroupImpl,TableImpl
public interface TooltipContainer extends IBmObject
A representation of the model object 'Tooltip Container'.The following features are supported:
- See Also:
FormPackage.getTooltipContainer()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EMap<String,String>getToolTip()Returns the value of the 'Tool Tip' map.TooltipRepresentationgetToolTipRepresentation()Returns the value of the 'Tool Tip Representation' attribute.voidsetToolTipRepresentation(TooltipRepresentation value)Sets the value of the 'Tool Tip Representation' attribute.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
-
-
-
-
Method Detail
-
getToolTip
org.eclipse.emf.common.util.EMap<String,String> getToolTip()
Returns the value of the 'Tool Tip' map. The key is of typeString, and the value is of typeString,- Returns:
- the value of the 'Tool Tip' map.
- See Also:
FormPackage.getTooltipContainer_ToolTip()
-
getToolTipRepresentation
TooltipRepresentation getToolTipRepresentation()
Returns the value of the 'Tool Tip Representation' attribute. The literals are from the enumerationTooltipRepresentation.- Returns:
- the value of the 'Tool Tip Representation' attribute.
- See Also:
TooltipRepresentation,setToolTipRepresentation(TooltipRepresentation),FormPackage.getTooltipContainer_ToolTipRepresentation()
-
setToolTipRepresentation
void setToolTipRepresentation(TooltipRepresentation value)
Sets the value of the 'Tool Tip Representation' attribute.- Parameters:
value- the new value of the 'Tool Tip Representation' attribute.- See Also:
TooltipRepresentation,getToolTipRepresentation()
-
-