- miss one file in previous commit
This commit is contained in:
parent
a42d572902
commit
07079a0e14
|
@ -101,4 +101,10 @@ public interface IADTab extends UIPart {
|
|||
* @return boolean
|
||||
*/
|
||||
public boolean isUseExternalSelection();
|
||||
|
||||
/**
|
||||
* @param index
|
||||
* @return IADTabpanel
|
||||
*/
|
||||
public IADTabpanel getADTabpanel(int index);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue