|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PredictiveInputFrame.CloseAction | |
---|---|
edu.rice.cs.drjava.ui.predictive |
Uses of PredictiveInputFrame.CloseAction in edu.rice.cs.drjava.ui.predictive |
---|
Constructor parameters in edu.rice.cs.drjava.ui.predictive with type arguments of type PredictiveInputFrame.CloseAction | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |