public interface HTMLComponent extends XMLComponent
XMLComponent
interface
to add methods that allow the preferred default values for features
and properties to be queried.Modifier and Type | Method and Description |
---|---|
Boolean |
getFeatureDefault(String featureId)
Returns the default state for a feature, or null if this
component does not want to report a default value for this
feature.
|
Object |
getPropertyDefault(String propertyId)
Returns the default state for a property, or null if this
component does not want to report a default value for this
property.
|
getRecognizedFeatures, getRecognizedProperties, reset, setFeature, setProperty
Boolean getFeatureDefault(String featureId)
getFeatureDefault
in interface XMLComponent
Object getPropertyDefault(String propertyId)
getPropertyDefault
in interface XMLComponent
(C) Copyright 2002-2008, Andy Clark, Marc Guillemot. All rights reserved.