|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindtree.techworks.insight.receiver.RuntimeNamespaceContainer
public class RuntimeNamespaceContainer
The RuntimeNamespaceContainer
class is a container for runtime
namespace data. Holds data on loaded namespaces and available namespace
colors
Insight
Constructor Summary | |
---|---|
RuntimeNamespaceContainer()
|
Method Summary | |
---|---|
static void |
clearLoadedNamespaces()
Clears the set of namespaces contained by this container |
static java.util.LinkedList |
getAvailableNamespaceColors()
Returns the list of vailable namespace colors |
static java.util.List |
getLoadedNamespaces()
Returns the list of loaded namespaces |
static java.awt.Color |
getNamespaceColor(LogNamespace namespace)
Gets the Color for distinguishing the specified LogNamespace in the display |
static java.util.HashMap |
getNamespaceColorMap()
Returns the Map of loaded namespaces |
static void |
initializeAvailableNamespaceColorList()
Initializes the available namespace colors |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RuntimeNamespaceContainer()
Method Detail |
---|
public static java.awt.Color getNamespaceColor(LogNamespace namespace)
namespace
- the LogNamespace for which a Color is needed
public static java.util.List getLoadedNamespaces()
public static java.util.HashMap getNamespaceColorMap()
public static java.util.LinkedList getAvailableNamespaceColors()
public static final void initializeAvailableNamespaceColorList()
public static void clearLoadedNamespaces()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |