Uses of Interface
edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame.InfoSupplier

Packages that use PredictiveInputFrame.InfoSupplier
edu.rice.cs.drjava.ui.predictive   
 

Uses of PredictiveInputFrame.InfoSupplier in edu.rice.cs.drjava.ui.predictive
 

Constructors in edu.rice.cs.drjava.ui.predictive with parameters of type PredictiveInputFrame.InfoSupplier
PredictiveInputFrame(SwingFrame owner, String title, boolean force, boolean ignoreCase, PredictiveInputFrame.InfoSupplier<? super T> info, List<PredictiveInputModel.MatchingStrategy<T>> strategies, List<PredictiveInputFrame.CloseAction<T>> actions, int cancelIndex, List<T> items)
          Create a new predictive string input frame.
PredictiveInputFrame(SwingFrame owner, String title, boolean force, boolean ignoreCase, PredictiveInputFrame.InfoSupplier<? super T> info, List<PredictiveInputModel.MatchingStrategy<T>> strategies, List<PredictiveInputFrame.CloseAction<T>> actions, int cancelIndex, T... items)
          Create a new predictive string input frame.