- miss one file in previous commit
This commit is contained in:
Heng Sin Low 2009-03-27 09:10:36 +00:00
parent a42d572902
commit 07079a0e14
1 changed files with 7 additions and 1 deletions

View File

@ -100,5 +100,11 @@ public interface IADTab extends UIPart {
/**
* @return boolean
*/
public boolean isUseExternalSelection();
public boolean isUseExternalSelection();
/**
* @param index
* @return IADTabpanel
*/
public IADTabpanel getADTabpanel(int index);
}