* minor - added one utility method

This commit is contained in:
Heng Sin Low 2008-01-18 00:25:27 +00:00
parent 7de98ee67f
commit 661f0ba5ef
1 changed files with 5 additions and 0 deletions

View File

@ -279,6 +279,11 @@ public class GridWindow implements Serializable
return null;
return (GridTab)m_tabs.get(i);
} // getTab
public int getTabIndex(GridTab tab)
{
return m_tabs.indexOf(tab);
}
/**
* Get Window_ID