Package ariba.ui.aribaweb.util.AWDebugTrace

Examples of ariba.ui.aribaweb.util.AWDebugTrace.MetadataTraceNode


    }

    public String nodeTitle ()
    {
        String name = AWDebugTrace.elementName(_traceNode.element());
        MetadataTraceNode meta = _traceNode.associatedMetadata();
        return (meta != null)
                ? Fmt.S("%s (%s)", meta.title(_traceNode.element()), name)
                : name;
    }
View Full Code Here

TOP

Related Classes of ariba.ui.aribaweb.util.AWDebugTrace.MetadataTraceNode

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.