Class DefaultViewInformationArea
java.lang.Object
org.gvsig.app.project.documents.view.gui.DefaultViewInformationArea
- All Implemented Interfaces:
Iterable<ViewInformationArea.ViewInformationAreaElement>,ViewInformationArea,org.gvsig.tools.swing.api.Component
- Author:
- jjdelcerro
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gvsig.app.project.documents.view.gui.ViewInformationArea
ViewInformationArea.ViewInformationAreaElement -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
logger
protected final org.slf4j.Logger logger
-
-
Constructor Details
-
DefaultViewInformationArea
public DefaultViewInformationArea()
-
-
Method Details
-
add
- Specified by:
addin interfaceViewInformationArea
-
add
public void add(org.gvsig.tools.swing.api.Component component, String id, int priority, String label, Icon icon, String tip) - Specified by:
addin interfaceViewInformationArea
-
get
- Specified by:
getin interfaceViewInformationArea
-
iterator
- Specified by:
iteratorin interfaceIterable<ViewInformationArea.ViewInformationAreaElement>- Specified by:
iteratorin interfaceViewInformationArea
-
remove
- Specified by:
removein interfaceViewInformationArea
-
update
public void update()- Specified by:
updatein interfaceViewInformationArea
-
asJComponent
- Specified by:
asJComponentin interfaceorg.gvsig.tools.swing.api.Component
-