public class DefaultViewInformationArea extends java.lang.Object implements ViewInformationArea
ViewInformationArea.ViewInformationAreaElement| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
DefaultViewInformationArea() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.gvsig.tools.swing.api.Component component,
java.lang.String id,
int priority,
java.lang.String label,
javax.swing.Icon icon,
java.lang.String tip) |
void |
add(javax.swing.JComponent component,
java.lang.String id,
int priority,
java.lang.String label,
javax.swing.Icon icon,
java.lang.String tip) |
javax.swing.JComponent |
asJComponent() |
ViewInformationArea.ViewInformationAreaElement |
get(java.lang.String id) |
java.util.Iterator<ViewInformationArea.ViewInformationAreaElement> |
iterator() |
void |
remove(java.lang.String id) |
void |
update() |
public void add(org.gvsig.tools.swing.api.Component component,
java.lang.String id,
int priority,
java.lang.String label,
javax.swing.Icon icon,
java.lang.String tip)
add in interface ViewInformationAreapublic void add(javax.swing.JComponent component,
java.lang.String id,
int priority,
java.lang.String label,
javax.swing.Icon icon,
java.lang.String tip)
add in interface ViewInformationAreapublic javax.swing.JComponent asJComponent()
asJComponent in interface org.gvsig.tools.swing.api.Componentpublic ViewInformationArea.ViewInformationAreaElement get(java.lang.String id)
get in interface ViewInformationAreapublic java.util.Iterator<ViewInformationArea.ViewInformationAreaElement> iterator()
iterator in interface java.lang.Iterable<ViewInformationArea.ViewInformationAreaElement>iterator in interface ViewInformationAreapublic void remove(java.lang.String id)
remove in interface ViewInformationAreapublic void update()
update in interface ViewInformationAreaCopyright © 2026 gvSIG Association. All rights reserved.