niagara-ax/decompiled/com/honeywell/tb3026b/ui/configView/ITB3026BConstrainedPaneResizable.java
2026-03-17 13:31:18 -07:00

8 lines
191 B
Java

package com.honeywell.tb3026b.ui.configView;
import javax.baja.ui.pane.BConstrainedPane;
public interface ITB3026BConstrainedPaneResizable {
BConstrainedPane[] getConstrainedPanes();
}