Class EclipsePreferencesElement
java.lang.Object
org.eclipse.e4.ui.css.core.dom.ElementAdapter
org.eclipse.e4.ui.css.swt.dom.preference.EclipsePreferencesElement
- All Implemented Interfaces:
CSSStylableElement
,Element
,Node
-
Field Summary
Fields inherited from class org.eclipse.e4.ui.css.core.dom.ElementAdapter
engine
Fields inherited from interface org.w3c.dom.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
-
Constructor Summary
ConstructorDescriptionEclipsePreferencesElement
(IEclipsePreferences preferences, CSSEngine engine) -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute
(String arg0) Return the class of the native widget.getCSSId()
Return the id of the native widget.Return the inline style of the native widget.boolean
Return true ifs
is pseudo instance (ex :focus) and false otherwise.Methods inherited from class org.eclipse.e4.ui.css.core.dom.ElementAdapter
addStaticPseudoInstance, appendChild, cloneNode, compareDocumentPosition, copyDefaultStyleDeclarations, dispose, 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, hasAttribute, hasAttributeNS, hasAttributes, hasChildNodes, initialize, 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
-
Constructor Details
-
EclipsePreferencesElement
-
-
Method Details
-
getChildNodes
-
getNamespaceURI
-
getParentNode
-
getCSSId
Description copied from interface:CSSStylableElement
Return the id of the native widget. This method is used to manage CSS style like this input#MyId{....}. -
getCSSClass
Description copied from interface:CSSStylableElement
Return the class of the native widget. This method is used to manage CSS style like this .blueClass {...}. -
getCSSStyle
Description copied from interface:CSSStylableElement
Return the inline style of the native widget. -
getLocalName
- Specified by:
getLocalName
in interfaceNode
- Specified by:
getLocalName
in classElementAdapter
-
getAttribute
- Specified by:
getAttribute
in interfaceElement
- Specified by:
getAttribute
in classElementAdapter
-
isPseudoInstanceOf
Description copied from interface:CSSStylableElement
Return true ifs
is pseudo instance (ex :focus) and false otherwise.- Specified by:
isPseudoInstanceOf
in interfaceCSSStylableElement
- Overrides:
isPseudoInstanceOf
in classElementAdapter
-