* minor - added one utility method
This commit is contained in:
parent
7de98ee67f
commit
661f0ba5ef
|
@ -279,6 +279,11 @@ public class GridWindow implements Serializable
|
||||||
return null;
|
return null;
|
||||||
return (GridTab)m_tabs.get(i);
|
return (GridTab)m_tabs.get(i);
|
||||||
} // getTab
|
} // getTab
|
||||||
|
|
||||||
|
public int getTabIndex(GridTab tab)
|
||||||
|
{
|
||||||
|
return m_tabs.indexOf(tab);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get Window_ID
|
* Get Window_ID
|
||||||
|
|
Loading…
Reference in New Issue