Searched defs:functionBeans (Results 1 – 2 of 2) sorted by relevance
260 ArrayList<FunctionBean> functionBeans = new ArrayList<>() { in loadData() local304 …private FunctionDataFragment getFunctionDataFragment(ArrayList<FunctionBean> functionBeans, int ma… in getFunctionDataFragment()
52 public FunctionDataFragment(JComponent contentPanel, ArrayList<FunctionBean> functionBeans) { in FunctionDataFragment()