Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b356dd43ed65f917aff8315fce684823f82b729a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * 
 */
package org.eclipse.papyrus.sasheditor.contentprovider;

/**
 * A Panel represent a SashPanel or a TabFolder. This interface is the common
 * ancestor of the Panel models used in sash system.
 * 
 * @author dumoulin
 * 
 */
public abstract interface IAbstractPanelModel {

}

Back to the top