01: /*
02: * $Id: PanelCG.java 1765 2005-01-23 19:32:53Z blueshift $
03: * Copyright 2000,2005 wingS development team.
04: *
05: * This file is part of wingS (http://wingsframework.org).
06: *
07: * wingS is free software; you can redistribute it and/or modify
08: * it under the terms of the GNU Lesser General Public License
09: * as published by the Free Software Foundation; either version 2.1
10: * of the License, or (at your option) any later version.
11: *
12: * Please see COPYING for the complete licence.
13: */
14:
15: package org.wings.plaf;
16:
17: public interface SliderCG extends ComponentCG {
18: }
|