Uses of Package
edu.rice.cs.drjava.ui.predictive

Packages that use edu.rice.cs.drjava.ui.predictive
edu.rice.cs.drjava.ui The ui package contains classes for the default user interface for DrJava. 
edu.rice.cs.drjava.ui.predictive   
 

Classes in edu.rice.cs.drjava.ui.predictive used by edu.rice.cs.drjava.ui
PredictiveInputFrame
          Frame with predictive string input based on a list of strings.
PredictiveInputFrame.FrameState
          Class to save the frame state, i.e.
PredictiveInputModel
          Model class for predictive string input.
 

Classes in edu.rice.cs.drjava.ui.predictive used by edu.rice.cs.drjava.ui.predictive
PredictiveInputFrame
          Frame with predictive string input based on a list of strings.
PredictiveInputFrame.CloseAction
          Interface for an action to be performed when the user closes the frame, either by using "OK" or "Cancel".
PredictiveInputFrame.FrameState
          Class to save the frame state, i.e.
PredictiveInputFrame.InfoSupplier
          Interface that is used to generate additional information about an item.
PredictiveInputFrame.PredictiveInputListener
          Listener for several events.
PredictiveInputModel
          Model class for predictive string input.
PredictiveInputModel.MatchingStrategy
          Strategy used for matching and mask extension.