01: /* 02: * @(#)LookAndFeelExtension.java 4/8/2005 03: * 04: * Copyright 2002 - 2005 JIDE Software Inc. All rights reserved. 05: */ 06: package com.jidesoft.plaf; 07: 08: import com.jidesoft.utils.ProductNames; 09: 10: /** 11: */ 12: public interface LookAndFeelExtension extends ProductNames { 13: }