Package org.jmanage.core.management.data.jdk

Source Code of org.jmanage.core.management.data.jdk.HtmlMemoryUsageFormat

/**
* Copyright (c) 2004-2005 jManage.org
*
* This is a free software; you can redistribute it and/or
* modify it under the terms of the license at
* http://www.jmanage.org.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.jmanage.core.management.data.jdk;

import org.jmanage.util.display.VerticalHeaderHtmlTable;
import org.jmanage.util.display.Table;

/**
*
* <p>
* Date:  Dec 22, 2005
* @author  Rakesh Kalra
*/
public class HtmlMemoryUsageFormat extends MemoryUsageFormat {

    protected Table getTable(){
        return new VerticalHeaderHtmlTable();
    }
}
TOP

Related Classes of org.jmanage.core.management.data.jdk.HtmlMemoryUsageFormat

TOP
Copyright © 2018 www.massapi.com. 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.