org.mactor.ui.gui.project.editors
Class EditorUtil

java.lang.Object
  extended by org.mactor.ui.gui.project.editors.EditorUtil

public class EditorUtil
extends java.lang.Object


Constructor Summary
EditorUtil()
           
 
Method Summary
static java.lang.String getAttributeValue(org.dom4j.Element e, java.lang.String attrName)
           
static boolean isGlobalConfigDBGroup(GlobalConfig.Group g)
           
static boolean isGlobalConfigDBGroupElement(org.dom4j.Element e)
           
static void setAttributeValue(org.dom4j.Element e, java.lang.String attrName, java.lang.String attrValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorUtil

public EditorUtil()
Method Detail

setAttributeValue

public static void setAttributeValue(org.dom4j.Element e,
                                     java.lang.String attrName,
                                     java.lang.String attrValue)

getAttributeValue

public static java.lang.String getAttributeValue(org.dom4j.Element e,
                                                 java.lang.String attrName)

isGlobalConfigDBGroupElement

public static boolean isGlobalConfigDBGroupElement(org.dom4j.Element e)

isGlobalConfigDBGroup

public static boolean isGlobalConfigDBGroup(GlobalConfig.Group g)


Copyright © 2008. All Rights Reserved.