public class RecentGCResourcesModel extends Object
GCResources).
Date: Sep 25, 2005
Time: 10:54:45 PM
| Constructor and Description |
|---|
RecentGCResourcesModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(List<GCResource> gcResourceList)
Add a list of
GCResource to the model. |
void |
add(String resourceName)
Add a single resourceName or a list of names separated by ";".
|
void |
addRecentResourceNamesListener(RecentGCResourcesListener recentResourceNamesListener) |
protected void |
fireAddEvent(int position,
GCResourceGroup urlSet) |
protected void |
fireRemoveEvent(int position) |
List<GCResourceGroup> |
getResourceNameGroups() |
List<String> |
getResourceNamesStartingWith(String start) |
String |
toString() |
public void add(List<GCResource> gcResourceList)
GCResource to the model.gcResourceList - group of GCResources.public void add(String resourceName)
resourceName - name or group to be addedpublic void addRecentResourceNamesListener(RecentGCResourcesListener recentResourceNamesListener)
protected void fireAddEvent(int position,
GCResourceGroup urlSet)
protected void fireRemoveEvent(int position)
public List<GCResourceGroup> getResourceNameGroups()
Copyright © 2019. All rights reserved.