Class PropertiesScrolledCompositeElement

java.lang.Object
org.eclipse.e4.ui.css.core.dom.ElementAdapter
org.eclipse.e4.ui.css.swt.dom.WidgetElement
org.eclipse.e4.ui.css.swt.dom.ControlElement
org.eclipse.e4.ui.css.swt.dom.CompositeElement
com._1c.g5.internal.properties.ui.PropertiesScrolledCompositeElement
All Implemented Interfaces:
org.eclipse.e4.ui.css.core.dom.CSSStylableElement, org.eclipse.e4.ui.css.core.dom.IStreamingNodeList, Element, Node, NodeList

public class PropertiesScrolledCompositeElement extends org.eclipse.e4.ui.css.swt.dom.CompositeElement
Disables the CSS styling of child widgets by reporting zero count of them.
  • Field Summary

    Fields inherited from class org.eclipse.e4.ui.css.swt.dom.ControlElement

    hasFocus, hasMouseHover

    Fields inherited from class org.eclipse.e4.ui.css.swt.dom.WidgetElement

    localName, namespaceURI, swtStyles

    Fields inherited from class org.eclipse.e4.ui.css.core.dom.ElementAdapter

    engine
  • Constructor Summary

    Constructors
    Constructor
    Description
    PropertiesScrolledCompositeElement(org.eclipse.swt.widgets.Composite composite, org.eclipse.e4.ui.css.core.engine.CSSEngine engine)
    Instantiates a new properties scrolled composite element.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     

    Methods inherited from class org.eclipse.e4.ui.css.swt.dom.CompositeElement

    getComposite, hasBackgroundOverriddenByCSS, item, reset, setBackgroundOverriddenByCSSMarker, stream

    Methods inherited from class org.eclipse.e4.ui.css.swt.dom.ControlElement

    dispose, getControl, getParentNode, initialize, isPseudoInstanceOf

    Methods inherited from class org.eclipse.e4.ui.css.swt.dom.WidgetElement

    applyStyles, computeAttributeSWTStyle, computeLocalName, computeNamespaceURI, computeStaticPseudoInstances, getAttribute, getChildNodes, getCSSClass, getCSSClass, getCSSId, getCSSStyle, getEngine, getEngine, getID, getLocalName, getNamespaceURI, getWidget, hasAttribute, internalGetAttribute, setCSSClass, setEngine, setID, toString

    Methods inherited from class org.eclipse.e4.ui.css.core.dom.ElementAdapter

    addStaticPseudoInstance, appendChild, cloneNode, compareDocumentPosition, copyDefaultStyleDeclarations, doApplyStyles, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getBaseURI, getDefaultStyleDeclaration, getElement, getElementsByTagName, getElementsByTagNameNS, getFeature, getFirstChild, getLastChild, getNativeWidget, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getPrefix, getPreviousSibling, getSchemaTypeInfo, getStaticPseudoInstances, getStyle, getTagName, getTextContent, getUserData, hasAttributeNS, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isStaticPseudoInstance, isSupported, lookupNamespaceURI, lookupPrefix, normalize, onStylesApplied, removeAttribute, removeAttributeNode, removeAttributeNS, removeChild, replaceChild, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setDefaultStyleDeclaration, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setNodeValue, setPrefix, setTextContent, setUserData

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • PropertiesScrolledCompositeElement

      public PropertiesScrolledCompositeElement(org.eclipse.swt.widgets.Composite composite, org.eclipse.e4.ui.css.core.engine.CSSEngine engine)
      Instantiates a new properties scrolled composite element.
      Parameters:
      composite - the composite.
      engine - the engine.
  • Method Details

    • getLength

      public int getLength()
      Specified by:
      getLength in interface NodeList
      Overrides:
      getLength in class org.eclipse.e4.ui.css.swt.dom.CompositeElement