|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.utgenome.gwt.utgb.client.track.lib.old.Utilities
public final class Utilities
Utilitiy methods. No constructor is provided for the class.
Method Summary | |
---|---|
static String |
convertTrackGroupPropertyToXML(TrackGroupProperty trackGroupProperty)
|
static String |
convertTrackGroupPropertyToXML(TrackGroupProperty trackGroupProperty,
Set<String> outputKeySet)
|
static String |
getAttributeValue(com.google.gwt.xml.client.Node node,
String attributeName)
|
static String |
getAttributeValue(com.google.gwt.xml.client.Node node,
String attributeName,
String defaultValue)
|
static String |
getKeyAndValueString(String key,
String value)
Gets the key and value string |
static String |
getKeyAndValueString(String key,
String connector,
String value)
Gets the key and value string |
static String |
getPropertyXMLTag(String key,
String value)
|
static com.google.gwt.xml.client.NodeList |
getTagChildNodes(com.google.gwt.xml.client.Node parent)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static final String getKeyAndValueString(String key, String connector, String value)
key
- keyconnector
- value
- value
public static final String getKeyAndValueString(String key, String value)
key
- keyvalue
- value
getKeyAndValueString(String, String, String)
public static final String getAttributeValue(com.google.gwt.xml.client.Node node, String attributeName)
public static final String getAttributeValue(com.google.gwt.xml.client.Node node, String attributeName, String defaultValue)
public static final com.google.gwt.xml.client.NodeList getTagChildNodes(com.google.gwt.xml.client.Node parent)
public static final String getPropertyXMLTag(String key, String value)
public static final String convertTrackGroupPropertyToXML(TrackGroupProperty trackGroupProperty)
public static final String convertTrackGroupPropertyToXML(TrackGroupProperty trackGroupProperty, Set<String> outputKeySet)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |