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
A representation of the model object 'Tooltip Container'.
The following features are supported:
- See Also:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Tool Tip' map.Returns the value of the 'Tool Tip Representation' attribute.void
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
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
-
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:
-
setToolTipRepresentation
Sets the value of the 'Tool Tip Representation
' attribute.- Parameters:
value
- the new value of the 'Tool Tip Representation' attribute.- See Also:
-