316317318319320321322323324
/** * @return Returns the ofPatternBox. */ private AutoCompleteComboBox getOfPatternBox() { if (ofPatternBox == null) { ofPatternBox = new AutoCompleteComboBox(getPatterns()); } return ofPatternBox; }