8 lines
191 B
Java
8 lines
191 B
Java
package com.honeywell.tb3026b.ui.configView;
|
|
|
|
import javax.baja.ui.pane.BConstrainedPane;
|
|
|
|
public interface ITB3026BConstrainedPaneResizable {
|
|
BConstrainedPane[] getConstrainedPanes();
|
|
}
|