Package com.borland.primetime.properties

Examples of com.borland.primetime.properties.PropertyPageFactory


    public PropertyPageFactory getPageFactory(final Object topic)
    {
        if ( topic instanceof BBQNode)
        {
            return new PropertyPageFactory( "BBQ", "BBQ Database Path") {
                    public PropertyPage createPropertyPage()
                    {
                        return new BBQPathsPage( (BBQNode)topic);
                    }
                };
View Full Code Here

TOP

Related Classes of com.borland.primetime.properties.PropertyPageFactory

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.