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