|
|
|
|
@ -62,8 +62,8 @@ else if(!(component instanceof Component)){
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Implements getSupportedConstraints in UIService interface.
|
|
|
|
|
* @see UIService#getSupportedConstraints()
|
|
|
|
|
* Implements getSupportedContainers in UIService interface.
|
|
|
|
|
* @see UIService#getSupportedContainers()
|
|
|
|
|
*/
|
|
|
|
|
public Iterator getSupportedContainers() {
|
|
|
|
|
return Collections.unmodifiableList(supportedContainers).iterator();
|
|
|
|
|
@ -71,7 +71,7 @@ public Iterator getSupportedContainers() {
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Implements getComponentsForConstraint in UIService interface.
|
|
|
|
|
* @see UIService#getComponentsForConstraint(String)
|
|
|
|
|
* @see UIService#getComponentsForContainer(ContainerID)
|
|
|
|
|
*/
|
|
|
|
|
public Iterator getComponentsForContainer(ContainerID containerID)
|
|
|
|
|
throws IllegalArgumentException {
|
|
|
|
|
|