Searched refs:ParameterPanel (Results 1 – 1 of 1) sorted by relevance
49 private ParameterPanel[] m_aParameterPanels;87 m_aParameterPanels = new ParameterPanel[m_aParamInfo.length]; in getMethodObjects()89 m_aParameterPanels[i] = new ParameterPanel(m_aParamInfo[i]); in getMethodObjects()178 private class ParameterPanel extends JPanel{ class in MethodParametersDialog182 public ParameterPanel(ParamInfo _aParamInfo){ in ParameterPanel() method in MethodParametersDialog.ParameterPanel
Completed in 10 milliseconds