link start!
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package com.honeywell.tb3026b.ui.async.loader;
|
||||
|
||||
public interface IAsyncLoadableUI {
|
||||
void doLoadUIAsync(AsyncLoader asyncLoader);
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
package com.honeywell.tb3026b.ui.configView;
|
||||
|
||||
import javax.baja.ui.pane.BConstrainedPane;
|
||||
|
||||
public interface ITB3026BConstrainedPaneResizable {
|
||||
BConstrainedPane[] getConstrainedPanes();
|
||||
}
|
||||
Reference in New Issue
Block a user