|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SwingFrame | |
---|---|
edu.rice.cs.drjava.ui | The ui package contains classes for the default user interface
for DrJava. |
edu.rice.cs.drjava.ui.config | Contains the GUI code for displaying and modifying configuration options. |
edu.rice.cs.drjava.ui.predictive | |
edu.rice.cs.util.swing | Some utility classes for working in Swing. |
Uses of SwingFrame in edu.rice.cs.drjava.ui |
---|
Subclasses of SwingFrame in edu.rice.cs.drjava.ui | |
---|---|
class |
ClipboardHistoryFrame
Frame with history of clipboard. |
class |
DetachedFrame
|
class |
EditExternalDialog
|
class |
ExecuteExternalDialog
|
class |
HelpFrame
The frame for displaying the HTML help files. |
class |
HTMLFrame
The frame for displaying the HTML help files. |
class |
InsertVariableDialog
Dialog allowing the user to select a variable. |
class |
JarOptionsDialog
|
class |
JavadocFrame
DrJava's Javadoc viewing frame |
class |
MainFrame
DrJava's main window. |
class |
PreviewConsoleFrame
DrJava's print preview window for a console document (interactions or console) |
class |
PreviewDefDocFrame
DrJava's print preview window for a definitions document |
class |
PreviewFrame
DrJava's print preview window |
class |
ProjectPropertiesFrame
A frame for setting Project Preferences |
class |
QuickStartFrame
The frame for displaying the HTML quick start files. |
class |
SimpleInteractionsWindow
A standalone Interactions Window that provides the functionality of DrJava's Interactions Pane in a single JVM. |
Uses of SwingFrame in edu.rice.cs.drjava.ui.config |
---|
Subclasses of SwingFrame in edu.rice.cs.drjava.ui.config | |
---|---|
class |
ConfigFrame
The frame for setting Configuration options on the fly |
Fields in edu.rice.cs.drjava.ui.config declared as SwingFrame | |
---|---|
protected SwingFrame |
OptionComponent._parent
|
Constructors in edu.rice.cs.drjava.ui.config with parameters of type SwingFrame | |
---|---|
BooleanOptionComponent(BooleanOption opt,
String text,
SwingFrame parent)
Constructs a new BooleanOptionComponent. |
|
BooleanOptionComponent(BooleanOption opt,
String text,
SwingFrame parent,
boolean left)
Constructs a new BooleanOptionComponent. |
|
BooleanOptionComponent(BooleanOption opt,
String text,
SwingFrame parent,
String description)
Constructs a new BooleanOptionComponent with a tooltip description. |
|
BooleanOptionComponent(BooleanOption opt,
String text,
SwingFrame parent,
String description,
boolean left)
Constructs a new BooleanOptionComponent with a tooltip description. |
|
ButtonComponent(ActionListener l,
String text,
SwingFrame parent)
Constructs a new ButtonComponent. |
|
ButtonComponent(ActionListener l,
String text,
SwingFrame parent,
String description)
Constructs a new ButtonComponent with a tooltip description. |
|
ColorOptionComponent(ColorOption opt,
String text,
SwingFrame parent)
Main constructor for ColorOptionComponent. |
|
ColorOptionComponent(ColorOption opt,
String text,
SwingFrame parent,
boolean isBackgroundColor)
An alternate constructor, allowing the caller to specify whether this color is a background color. |
|
ColorOptionComponent(ColorOption opt,
String text,
SwingFrame parent,
boolean isBackgroundColor,
boolean isBoldText)
|
|
ColorOptionComponent(ColorOption opt,
String text,
SwingFrame parent,
String description)
Constructor that allows for a tooltip description. |
|
ColorOptionComponent(ColorOption opt,
String text,
SwingFrame parent,
String description,
boolean isBackgroundColor)
Constructor that allows for a tooltip description as well as whether or not this is a background color. |
|
ColorOptionComponent(ColorOption opt,
String text,
SwingFrame parent,
String description,
boolean isBackgroundColor,
boolean isBoldText)
Constructor that allows for a tooltip description as well as whether or not this is a background color. |
|
DirectoryOptionComponent(FileOption opt,
String text,
SwingFrame parent,
DirectoryChooser dc)
|
|
DirectoryOptionComponent(FileOption opt,
String text,
SwingFrame parent,
String desc,
DirectoryChooser dc)
Constructor that allows for a tooltip description. |
|
FileOptionComponent(FileOption opt,
String text,
SwingFrame parent,
JFileChooser jfc)
|
|
FileOptionComponent(FileOption opt,
String text,
SwingFrame parent,
String description,
JFileChooser jfc)
Constructor that allows for a tooltip description. |
|
FontOptionComponent(FontOption opt,
String text,
SwingFrame parent)
|
|
FontOptionComponent(FontOption opt,
String text,
SwingFrame parent,
String description)
Constructor that allows for a tooltip description. |
|
ForcedChoiceOptionComponent(ForcedChoiceOption option,
String labelText,
SwingFrame parent)
Main constructor builds a panel containing a set of radio buttons for the legal values of the ForcedChoiceOption. |
|
ForcedChoiceOptionComponent(ForcedChoiceOption option,
String labelText,
SwingFrame parent,
String description)
Constructor that allows for a tooltip description. |
|
IntegerOptionComponent(IntegerOption opt,
String text,
SwingFrame parent)
|
|
IntegerOptionComponent(IntegerOption opt,
String text,
SwingFrame parent,
String description)
Constructor that allows for a tooltip description. |
|
KeyStrokeOptionComponent(KeyStrokeOption opt,
String text,
SwingFrame parent)
|
|
KeyStrokeOptionComponent(KeyStrokeOption opt,
String text,
SwingFrame parent,
String description)
Constructor that allows for a tooltip description. |
|
LabelComponent(String text,
SwingFrame parent)
|
|
LabelComponent(String text,
SwingFrame parent,
boolean left)
|
|
LabelComponent(String text,
SwingFrame parent,
String description)
|
|
LabelComponent(String text,
SwingFrame parent,
String description,
boolean left)
|
|
OptionComponent(Option<T> option,
String labelText,
SwingFrame parent)
|
|
OptionComponent(String labelText,
SwingFrame parent)
Special constructor for degenerate option components does not take an option. |
|
StringOptionComponent(StringOption opt,
String text,
SwingFrame parent)
|
|
StringOptionComponent(StringOption opt,
String text,
SwingFrame parent,
String description)
Constructor that allows for a tooltip description. |
|
ToolbarOptionComponent(String title,
SwingFrame parent)
The constructor does not take an option since we have specific knowledge of the two options we'll need for this component. |
|
ToolbarOptionComponent(String title,
SwingFrame parent,
String description)
Constructor that allows for a tooltip description. |
|
VectorClassnameOptionComponent(VectorOption<String> opt,
String text,
SwingFrame parent)
|
|
VectorClassnameOptionComponent(VectorOption<String> opt,
String text,
SwingFrame parent,
String description)
Constructor that allows for a tooltip description. |
|
VectorFileOptionComponent(VectorOption<File> opt,
String text,
SwingFrame parent)
|
|
VectorFileOptionComponent(VectorOption<File> opt,
String text,
SwingFrame parent,
boolean moveButtonEnabled)
Constructor with flag for move buttons. |
|
VectorFileOptionComponent(VectorOption<File> opt,
String text,
SwingFrame parent,
String description)
Constructor that allows for a tooltip description. |
|
VectorFileOptionComponent(VectorOption<File> opt,
String text,
SwingFrame parent,
String description,
boolean moveButtonEnabled)
Constructor that allows for a tooltip description. |
|
VectorOptionComponent(VectorOption<T> opt,
String text,
SwingFrame parent)
Builds a new VectorOptionComponent. |
|
VectorOptionComponent(VectorOption<T> opt,
String text,
SwingFrame parent,
String description)
Constructor that allows for a tooltip description. |
Uses of SwingFrame in edu.rice.cs.drjava.ui.predictive |
---|
Subclasses of SwingFrame in edu.rice.cs.drjava.ui.predictive | |
---|---|
class |
PredictiveInputFrame<T extends Comparable<? super T>>
Frame with predictive string input based on a list of strings. |
Constructors in edu.rice.cs.drjava.ui.predictive with parameters of type SwingFrame | |
---|---|
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. |
Uses of SwingFrame in edu.rice.cs.util.swing |
---|
Subclasses of SwingFrame in edu.rice.cs.util.swing | |
---|---|
class |
DefaultSwingFrame
A default implementation of SwingFrame (to use in place of default JFrame and Frame implementations). |
Fields in edu.rice.cs.util.swing declared as SwingFrame | |
---|---|
protected SwingFrame |
FileSelectorComponent._parent
The parent frame of this component. |
Constructors in edu.rice.cs.util.swing with parameters of type SwingFrame | |
---|---|
FileSelectorComponent(SwingFrame parent,
JFileChooser chooser)
Creates a new FileSelectorComponent with default dimensions. |
|
FileSelectorComponent(SwingFrame parent,
JFileChooser chooser,
int numCols,
float fontSize)
Creates a new FileSelectorComponent. |
|
FileSelectorComponent(SwingFrame parent,
JFileChooser chooser,
int numCols,
float fontSize,
boolean mustExist)
Creates a new FileSelectorComponent. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |