Searched refs:_oContainer (Results 1 – 2 of 2) sorted by relevance
426 public void addInspectorPage(String _sTitle, Object _oContainer) throws ClassCastException{ in addInspectorPage() argument427 if (_oContainer instanceof Component){ in addInspectorPage()428 m_jTabbedPane1.addTab(_sTitle, (Component) _oContainer); in addInspectorPage()
36 public void addInspectorPage(String _sTitle, Object _oContainer); in addInspectorPage() argument
Completed in 15 milliseconds