public class DefaultViewInformationArea extends java.lang.Object implements ViewInformationArea
ViewInformationArea.ViewInformationAreaElement| Modifier and Type | Field and Description |
|---|---|
protected Logger |
logger |
| Constructor and Description |
|---|
DefaultViewInformationArea() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(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()
Returns this component as a swing
JComponent. |
ViewInformationArea.ViewInformationAreaElement |
get(java.lang.String id) |
java.util.Iterator<ViewInformationArea.ViewInformationAreaElement> |
iterator() |
void |
remove(java.lang.String id) |
void |
update() |
public 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 void add(Component component, java.lang.String id, int priority, java.lang.String label, javax.swing.Icon icon, java.lang.String tip)
add in interface ViewInformationAreapublic 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 ViewInformationAreapublic javax.swing.JComponent asJComponent()
ComponentJComponent.asJComponent in interface ComponentJComponent