Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.views |
Modifier and Type | Field and Description |
---|---|
protected static HashMap<String,View> |
ViewFactory.m_views
A mapping of views ids to the View objects
|
Modifier and Type | Method and Description |
---|---|
View |
ViewFactory.getView(String name)
Return a
Map of usernames to user instances. |
Modifier and Type | Method and Description |
---|---|
Map<String,View> |
ViewFactory.getViews()
Return a
Map of usernames to user instances. |
Modifier and Type | Method and Description |
---|---|
void |
ViewFactory.saveView(String name,
View details)
Adds a new user and overwrites the "users.xml"
|
Modifier and Type | Method and Description |
---|---|
View[] |
Views.getView()
Method getView.Returns the contents of the collection in an
Array.
|
View |
Views.getView(int index)
Method getView.
|
View |
Views.removeViewAt(int index)
Method removeViewAt.
|
static View |
View.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<View> |
Views.enumerateView()
Method enumerateView.
|
List<View> |
Views.getViewCollection()
Method getViewCollection.Returns a reference to '_viewList'.
|
Iterator<View> |
Views.iterateView()
Method iterateView.
|
Modifier and Type | Method and Description |
---|---|
void |
Views.addView(int index,
View vView) |
void |
Views.addView(View vView) |
boolean |
Views.removeView(View vView)
Method removeView.
|
void |
Views.setView(int index,
View vView) |
void |
Views.setView(View[] vViewArray) |
Modifier and Type | Method and Description |
---|---|
void |
Views.setView(List<View> vViewList)
Sets the value of '_viewList' by copying the given Vector.
|
void |
Views.setViewCollection(List<View> viewList)
Deprecated.
|
Copyright © 2015. All Rights Reserved.