Lines Matching refs:m_jTabbedPane1
55 private JTabbedPane m_jTabbedPane1 = new JTabbedPane(); field in SwingDialogProvider
71 m_jTabbedPane1.setTabLayoutPolicy(JTabbedPane.SCROLL_TAB_LAYOUT); in SwingDialogProvider()
76 m_jInspectorDialog.getContentPane().add(m_jTabbedPane1); in SwingDialogProvider()
93 String sSelInspectorPanelTitle = m_jTabbedPane1.getTitleAt(_nIndex); in removeTabPaneByIndex()
94 m_jTabbedPane1.remove(_nIndex); in removeTabPaneByIndex()
101 m_jTabbedPane1.setSelectedIndex(nTabIndex); in selectInspectorPageByIndex()
106 return m_jTabbedPane1.getTabCount(); in getInspectorPageCount()
111 return m_jTabbedPane1; in getTabbedPane()
116 int nIndex = m_jTabbedPane1.getSelectedIndex(); in getSelectedInspectorPage()
124 … JPanel jPnlContainerInspectorPanel = (JPanel) m_jTabbedPane1.getComponentAt(_nIndex); in getInspectorPage()
125 String sInspectorPanelTitle = m_jTabbedPane1.getTitleAt(_nIndex); in getInspectorPage()
133 int nCount = m_jTabbedPane1.getTabCount(); in removeTabPanes()
422 m_jTabbedPane1.paintImmediately(m_jTabbedPane1.getBounds()); in paint()
428 m_jTabbedPane1.addTab(_sTitle, (Component) _oContainer); in addInspectorPage()