Interface ViewInformationArea
- All Superinterfaces:
org.gvsig.tools.swing.api.Component,Iterable<ViewInformationArea.ViewInformationAreaElement>
- All Known Implementing Classes:
DefaultViewInformationArea
public interface ViewInformationArea
extends org.gvsig.tools.swing.api.Component, Iterable<ViewInformationArea.ViewInformationAreaElement>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
Methods inherited from interface org.gvsig.tools.swing.api.Component
asJComponentMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
add
-
add
-
get
-
remove
-
update
void update() -
iterator
- Specified by:
iteratorin interfaceIterable<ViewInformationArea.ViewInformationAreaElement>
-