public interface HTMLComponent
XMLComponent
interface
to add methods that allow the preferred default values for features
and properties to be queried.Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getFeatureDefault(java.lang.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.
|
java.lang.Object |
getPropertyDefault(java.lang.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.
|
java.lang.Boolean getFeatureDefault(java.lang.String featureId)
java.lang.Object getPropertyDefault(java.lang.String propertyId)
(C) Copyright 2002-2014, Andy Clark, Marc Guillemot. All rights reserved.