|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package edu.rice.cs.drjava.config |
---|
Class edu.rice.cs.drjava.config.DrJavaProperty.InfiniteLoopException extends RuntimeException implements Serializable |
---|
Class edu.rice.cs.drjava.config.OptionParseException extends IllegalArgumentException implements Serializable |
---|
Serialized Fields |
---|
String key
String value
String message
Package edu.rice.cs.drjava.model |
---|
Class edu.rice.cs.drjava.model.AbstractDJDocument extends SwingDocument implements Serializable |
---|
Serialized Fields |
---|
int _indent
ReducedModelControl _reduced
int _currentLocation
HashMap<K,V> _queryCache
SortedMap<K,V> _offsetToQueries
Indenter _indenter
OptionListener<T> _listener1
OptionListener<T> _listener2
int _numLinesChangedAfter
Class edu.rice.cs.drjava.model.AlreadyOpenException extends Exception implements Serializable |
---|
Serialized Fields |
---|
OpenDefinitionsDocument[] _openDocs
Class edu.rice.cs.drjava.model.DJError extends Object implements Serializable |
---|
Serialized Fields |
---|
File _file
int _lineNumber
int _startColumn
String _message
boolean _isWarning
boolean _noLocation
Class edu.rice.cs.drjava.model.DocumentClosedException extends RuntimeException implements Serializable |
---|
Serialized Fields |
---|
OpenDefinitionsDocument _document
Class edu.rice.cs.drjava.model.FileMovedException extends IOException implements Serializable |
---|
Serialized Fields |
---|
File _file
Class edu.rice.cs.drjava.model.GlobalModelTestCase.CancelingSelector extends Object implements Serializable |
---|
Class edu.rice.cs.drjava.model.GlobalModelTestCase.FileMovedWarningException extends RuntimeException implements Serializable |
---|
Class edu.rice.cs.drjava.model.GlobalModelTestCase.FileSelector extends Object implements Serializable |
---|
Serialized Fields |
---|
File _file1
File _file2
Class edu.rice.cs.drjava.model.GlobalModelTestCase.OpenWarningException extends RuntimeException implements Serializable |
---|
Class edu.rice.cs.drjava.model.GlobalModelTestCase.OverwriteException extends RuntimeException implements Serializable |
---|
Class edu.rice.cs.drjava.model.GlobalModelTestCase.WarningFileSelector extends Object implements Serializable |
---|
Serialized Fields |
---|
File _file
Package edu.rice.cs.drjava.model.compiler |
---|
Class edu.rice.cs.drjava.model.compiler.CompilerError extends DJError implements Serializable |
---|
Package edu.rice.cs.drjava.model.debug |
---|
Class edu.rice.cs.drjava.model.debug.DebugException extends Exception implements Serializable |
---|
Class edu.rice.cs.drjava.model.debug.LineNotExecutableException extends DebugException implements Serializable |
---|
Package edu.rice.cs.drjava.model.definitions |
---|
Class edu.rice.cs.drjava.model.definitions.ClassNameNotFoundException extends Exception implements Serializable |
---|
Class edu.rice.cs.drjava.model.definitions.CompoundUndoManager extends UndoManager implements Serializable |
---|
Serialized Fields |
---|
int id
LinkedList<E> _compoundEdits
LinkedList<E> _keys
int _nextKey
UndoableEdit _savePoint
GlobalEventNotifier _notifier
Class edu.rice.cs.drjava.model.definitions.DefinitionsDocument extends AbstractDJDocument implements Serializable |
---|
Serialized Fields |
---|
List<E> _closedListeners
boolean _isModifiedSinceSave
OpenDefinitionsDocument _odd
CompoundUndoManager _undoManager
GlobalEventNotifier _notifier
LinkedList<E> _wrappedPosList
List<E> _finalizationListeners
Class edu.rice.cs.drjava.model.definitions.DefinitionsEditorKit extends StyledEditorKit implements Serializable |
---|
Serialized Fields |
---|
GlobalEventNotifier _notifier
Class edu.rice.cs.drjava.model.definitions.InvalidPackageException extends Exception implements Serializable |
---|
Serialized Fields |
---|
int _location
Class edu.rice.cs.drjava.model.definitions.NoSuchDocumentException extends RuntimeException implements Serializable |
---|
Package edu.rice.cs.drjava.model.definitions.reducedmodel |
---|
Class edu.rice.cs.drjava.model.definitions.reducedmodel.BraceException extends RuntimeException implements Serializable |
---|
Package edu.rice.cs.drjava.model.javadoc |
---|
Class edu.rice.cs.drjava.model.javadoc.JavadocException extends Exception implements Serializable |
---|
Package edu.rice.cs.drjava.model.junit |
---|
Class edu.rice.cs.drjava.model.junit.JUnitError extends DJError implements Serializable |
---|
Serialized Fields |
---|
String _test
String _className
String _stackTrace
Package edu.rice.cs.drjava.model.repl |
---|
Class edu.rice.cs.drjava.model.repl.History extends Object implements Serializable |
---|
Serialized Fields |
---|
int _maxSize
ArrayList<E> _vector
int _cursor
HashMap<K,V> _editedEntries
String _currentSearchString
OptionListener<T> historyOptionListener
Class edu.rice.cs.drjava.model.repl.InteractionsDJDocument extends AbstractDJDocument implements Serializable |
---|
Serialized Fields |
---|
boolean _hasPrompt
boolean _toClear
List<E> _stylesList
Class edu.rice.cs.drjava.model.repl.InteractionsEditorKit extends StyledEditorKit implements Serializable |
---|
Class edu.rice.cs.drjava.model.repl.InteractionsException extends RuntimeException implements Serializable |
---|
Class edu.rice.cs.drjava.model.repl.InterpreterInterruptedException extends RuntimeException implements Serializable |
---|
Serialized Fields |
---|
int startLine
int startColumn
int endLine
int endColumn
Package edu.rice.cs.drjava.model.repl.newjvm |
---|
Class edu.rice.cs.drjava.model.repl.newjvm.InterpretResult extends Object implements Serializable |
---|
Package edu.rice.cs.drjava.project |
---|
Class edu.rice.cs.drjava.project.DocFile extends File implements Serializable |
---|
Serialized Fields |
---|
Pair<T1,T2> _sel
Pair<T1,T2> _scroll
boolean _active
String _package
long _mod
Class edu.rice.cs.drjava.project.MalformedProjectFileException extends Exception implements Serializable |
---|
Package edu.rice.cs.drjava.ui |
---|
Class edu.rice.cs.drjava.ui.AbortablePanel extends TabbedPanel implements Serializable |
---|
Serialized Fields |
---|
JPanel _leftPane
JScrollPane _scrollPane
SingleDisplayModel _model
MainFrame _frame
String _title
JPanel _buttonPanel
JButton _abortButton
Class edu.rice.cs.drjava.ui.AboutDialog extends JDialog implements Serializable |
---|
Serialized Fields |
---|
JButton _okButton
JButton _copyButton
JTable _propertiesTable
int _propertiesTabIndex
JTabbedPane _tabs
Class edu.rice.cs.drjava.ui.AbstractDJPane extends JTextPane implements Serializable |
---|
Serialized Fields |
---|
HighlightManager _highlightManager
CaretListener _matchListener
HighlightManager.HighlightInfo _matchHighlight
DropTarget dropTarget
Class edu.rice.cs.drjava.ui.BookmarksPanel extends RegionsTreePanel<MovingDocumentRegion> implements Serializable |
---|
Serialized Fields |
---|
JButton _goToButton
JButton _removeButton
JButton _removeAllButton
Class edu.rice.cs.drjava.ui.BreakpointsPanel extends RegionsTreePanel<Breakpoint> implements Serializable |
---|
Serialized Fields |
---|
JButton _goToButton
JButton _enableDisableButton
JButton _removeButton
JButton _removeAllButton
Debugger _debugger
Class edu.rice.cs.drjava.ui.BrowserHistoryPanel extends RegionsListPanel<BrowserDocumentRegion> implements Serializable |
---|
Serialized Fields |
---|
JButton _backButton
JButton _forwardButton
JButton _goToButton
JButton _removeButton
JButton _removeAllButton
AbstractAction _backAction
AbstractAction _forwardAction
Class edu.rice.cs.drjava.ui.ClipboardHistoryFrame extends SwingFrame implements Serializable |
---|
Serialized Fields |
---|
ClipboardHistoryModel _chm
int _buttonPressed
JButton _okButton
JButton _cancelButton
JList _historyList
JTextArea _previewArea
ClipboardHistoryFrame.FrameState _lastState
MainFrame _mainFrame
ClipboardHistoryFrame.CloseAction _okAction
ClipboardHistoryFrame.CloseAction _cancelAction
WindowAdapter _windowListener
Class edu.rice.cs.drjava.ui.CommonCloseButton extends JButton implements Serializable |
---|
Class edu.rice.cs.drjava.ui.CompilerErrorPanel extends ErrorPanel implements Serializable |
---|
Serialized Fields |
---|
boolean _compileHasOccurred
edu.rice.cs.drjava.ui.CompilerErrorPanel.CompilerErrorListPane _errorListPane
JComboBox _compilerChoiceBox
File[] _excludedFiles
Class edu.rice.cs.drjava.ui.DebugPanel extends JPanel implements Serializable |
---|
Serialized Fields |
---|
JSplitPane _tabsPane
JTabbedPane _leftPane
JTabbedPane _rightPane
JPanel _tabsAndStatusPane
JTable _watchTable
JTable _stackTable
JTable _threadTable
long _currentThreadID
JPopupMenu _threadSuspendedPopupMenu
JPopupMenu _stackPopupMenu
JPopupMenu _watchPopupMenu
DebugThreadData _threadInPopup
SingleDisplayModel _model
MainFrame _frame
Debugger _debugger
JPanel _buttonPanel
JButton _closeButton
JButton _resumeButton
JButton _stepIntoButton
JButton _stepOverButton
JButton _stepOutButton
JLabel _statusBar
ArrayList<E> _watches
ArrayList<E> _threads
ArrayList<E> _stackFrames
Class edu.rice.cs.drjava.ui.DebugPanel.StackTableModel extends AbstractTableModel implements Serializable |
---|
Serialized Fields |
---|
String[] _columnNames
Class edu.rice.cs.drjava.ui.DebugPanel.ThreadTableModel extends AbstractTableModel implements Serializable |
---|
Serialized Fields |
---|
String[] _columnNames
Class edu.rice.cs.drjava.ui.DebugPanel.WatchTableModel extends AbstractTableModel implements Serializable |
---|
Serialized Fields |
---|
String[] _columnNames
Class edu.rice.cs.drjava.ui.DefinitionsPane extends AbstractDJPane implements Serializable |
---|
Serialized Fields |
---|
MainFrame _mainFrame
OpenDefinitionsDocument _doc
DefinitionsPane.UndoAction _undoAction
DefinitionsPane.RedoAction _redoAction
boolean testVariable
boolean _hasWarnedAboutModified
boolean _antiAliasText
HighlightManager.HighlightInfo _errorHighlightTag
UndoableEditListener _undoListener
JPopupMenu _popMenu
edu.rice.cs.drjava.ui.DefinitionsPane.PopupMenuMouseAdapter _popupMenuMA
ErrorCaretListener _errorListener
ActionListener _setSizeListener
Action _indentKeyActionTab
Action _indentKeyActionLine
Action _indentKeyActionCurly
Action _indentKeyActionOpenCurly
Action _indentKeyActionColon
boolean _inCompoundEdit
int _compoundEditKey
Keymap ourMap
JScrollPane _scrollPane
int _savedVScroll
int _savedHScroll
int _position
int _selStart
int _selEnd
List<E> _colorOptionListeners
List<E> _booleanOptionListeners
List<E> _finalizationListeners
Class edu.rice.cs.drjava.ui.DefinitionsPane.RedoAction extends AbstractAction implements Serializable |
---|
Class edu.rice.cs.drjava.ui.DefinitionsPane.UndoAction extends AbstractAction implements Serializable |
---|
Class edu.rice.cs.drjava.ui.DetachedFrame extends SwingFrame implements Serializable |
---|
Serialized Fields |
---|
Runnable1<T> _detach
Runnable1<T> _reattach
DetachedFrame.FrameState _lastState
MainFrame _mainFrame
WindowAdapter _wa
Class edu.rice.cs.drjava.ui.DrJavaErrorHandler.LoggedCondition extends Throwable implements Serializable |
---|
Class edu.rice.cs.drjava.ui.DrJavaErrorPopup extends JDialog implements Serializable |
---|
Serialized Fields |
---|
JComponent _errorInfo
JCheckBox _keepDisplaying
JPanel _bottomPanel
JPanel _buttonPanel
JButton _okButton
JButton _moreButton
Throwable _error
Action _okAction
Action _moreAction
String[] msg
Class edu.rice.cs.drjava.ui.DrJavaErrorWindow extends JDialog implements Serializable |
---|
Serialized Fields |
---|
JEditorPane _errorInfo
JTextArea _stackTrace
JLabel _indexLabel
JScrollPane _stackTraceScroll
JPanel _bottomPanel
JPanel _buttonPanel
JButton _copyButton
JButton _okButton
JButton _nextButton
JButton _prevButton
JButton _dismissButton
int _errorCount
Throwable _error
int _errorIndex
WindowAdapter _windowListener
Runnable1<T> CANCEL
Action _okAction
Action _prevAction
Action _nextAction
Action _dismissAction
Action _copyAction
Class edu.rice.cs.drjava.ui.DrJavaSurveyPopup extends JDialog implements Serializable |
---|
Serialized Fields |
---|
JButton _noButton
JButton _yesButton
MainFrame _mainFrame
JOptionPane _questionPanel
JTable _propertiesTable
JCheckBox _neverAskAgain
Action _noAction
Action _yesAction
Runnable1<T> NO
Class edu.rice.cs.drjava.ui.EditExternalDialog extends SwingFrame implements Serializable |
---|
Serialized Fields |
---|
JButton _editButton
JButton _removeButton
JButton _upButton
JButton _downButton
JButton _importButton
JButton _exportButton
Action _upAction
Action _downAction
Action _importAction
Action _exportAction
DropDownButton _dropDownButton
JButton _okButton
JList _list
CompletionMonitor _editExternalDialogMonitor
FileFilter _extProcFilter
FileFilter _saveExtProcFilter
JFileChooser _importChooser
JFileChooser _exportChooser
MainFrame _mainFrame
EditExternalDialog.FrameState _lastState
Runnable1<T> OK
Class edu.rice.cs.drjava.ui.ErrorPanel extends TabbedPanel implements Serializable |
---|
Serialized Fields |
---|
int _numErrors
JCheckBox _showHighlightsCheckBox
SingleDisplayModel _model
JScrollPane _scroller
JPanel _leftPanel
JPanel _rightPanel
JPanel _errorNavPanel
JPanel _errorNavButtonsPanel
JPanel customPanel
JButton _nextErrorButton
JButton _prevErrorButton
Class edu.rice.cs.drjava.ui.ErrorPanel.ErrorListPane extends JEditorPane implements Serializable |
---|
Serialized Fields |
---|
Keymap _keymap
int _selectedIndex
Position[] _errorListPositions
HashMap<K,V> _errorTable
HighlightManager.HighlightInfo _listHighlightTag
HighlightManager _highlightManager
MouseAdapter defaultMouseListener
Action cutAction
Action copyAction
Action pasteAction
Class edu.rice.cs.drjava.ui.ExecuteExternalDialog extends SwingFrame implements Serializable |
---|
Serialized Fields |
---|
JButton _runCommandButton
JButton _saveCommandButton
JButton _insertCommandButton
JButton _cancelCommandButton
JTextPane _commandLine
JLabel _commandLinePreviewLabel
JTextPane _commandLinePreview
StyledDocument _commandLineDoc
JTextPane _commandWorkDirLine
JTextPane _commandWorkDirLinePreview
StyledDocument _commandWorkDirLineDoc
JButton _commandWorkDirBtn
JTextPane _commandEnclosingFileLine
JTextPane _commandEnclosingFileLinePreview
StyledDocument _commandEnclosingFileLineDoc
JButton _commandEnclosingFileBtn
JTextPane _lastCommandFocus
SimpleAttributeSet _varCommandLineCmdStyle
SimpleAttributeSet _varErrorCommandLineCmdStyle
SimpleAttributeSet _commandLineCmdAS
JPanel _commandPanel
DocumentListener _documentListener
DocumentListener _workDirDocumentListener
DocumentListener _enclosingFileDocumentListener
DirectoryChooser _dirChooser
FileChooser _fileChooser
InsertVariableDialog _insertVarDialog
CompletionMonitor _insertVarDialogMonitor
CompletionMonitor _cm
MainFrame _mainFrame
ExecuteExternalDialog.FrameState _lastState
boolean _editMode
int _editIndex
PropertyMaps _props
Runnable1<T> CANCEL
Class edu.rice.cs.drjava.ui.ExternalProcessPanel extends AbortablePanel implements Serializable |
---|
Serialized Fields |
---|
int BUFFER_SIZE
int BUFFER_READS_PER_TIMER
JTextArea _textArea
ProcessCreator _pc
Process _p
InputStreamReader _is
InputStreamReader _erris
JButton _updateNowButton
JButton _runAgainButton
Thread _updateThread
Thread _readThread
Thread _deathThread
StringBuilder _sb
int _changeCount
char[] _buf
int _red
char[] _errbuf
int _errred
int _retVal
String _header
CompletionMonitor _abortMonitor
Class edu.rice.cs.drjava.ui.FindResultsPanel extends RegionsTreePanel<MovingDocumentRegion> implements Serializable |
---|
Serialized Fields |
---|
String _searchString
boolean _searchAll
boolean _matchCase
boolean _wholeWord
boolean _noComments
boolean _noTestCases
WeakReference<T> _doc
edu.rice.cs.drjava.ui.FindReplacePanel _findReplace
JButton _findAgainButton
JButton _goToButton
JButton _bookmarkButton
JButton _removeButton
JComboBox _colorBox
int _lastIndex
LinkedList<E> _colorOptionListeners
Class edu.rice.cs.drjava.ui.HelpFrame extends HTMLFrame implements Serializable |
---|
Serialized Fields |
---|
HyperlinkListener _linkListener
Class edu.rice.cs.drjava.ui.HTMLFrame extends SwingFrame implements Serializable |
---|
Serialized Fields |
---|
JEditorPane _mainDocPane
JScrollPane _mainScroll
JSplitPane _splitPane
JPanel _splitPaneHolder
JEditorPane _contentsDocPane
JPanel _closePanel
JButton _closeButton
JButton _backButton
JButton _forwardButton
URL _baseURL
ArrayList<E> _hyperlinkListeners
boolean _linkError
URL _lastURL
JPanel _navPane
HTMLFrame.HistoryList _history
HyperlinkListener _resetListener
Action _forwardAction
Action _backAction
Action _closeAction
Class edu.rice.cs.drjava.ui.HTMLFrame.ResourceAction extends AbstractAction implements Serializable |
---|
Class edu.rice.cs.drjava.ui.InsertVariableDialog extends SwingFrame implements Serializable |
---|
Serialized Fields |
---|
JTabbedPane _tabbedPane
Map<K,V> _varTable
Map<K,V> _varTableModel
JTextField _varValueField
JTextPane _helpPane
JButton _okBtn
JButton _cancelBtn
MainFrame _mainFrame
Pair<T1,T2> _selected
CompletionMonitor _cm
Runnable1<T> CANCEL
Class edu.rice.cs.drjava.ui.InteractionsPane extends AbstractDJPane implements Serializable |
---|
Serialized Fields |
---|
Keymap _keymap
boolean _antiAliasText
Runnable _beep
InteractionsDJDocument _doc
Class edu.rice.cs.drjava.ui.InteractionsScriptPane extends JPanel implements Serializable |
---|
Class edu.rice.cs.drjava.ui.JarOptionsDialog extends SwingFrame implements Serializable |
---|
Serialized Fields |
---|
JCheckBox _jarClasses
JCheckBox _jarSources
JCheckBox _makeExecutable
FileSelectorComponent _jarFileSelector
FileSelectorStringComponent _mainClassField
JLabel _mainClassLabel
JButton _okButton
JButton _cancelButton
MainFrame _mainFrame
GlobalModel _model
JLabel _cantJarClassesLabel
File _rootFile
edu.rice.cs.drjava.ui.JarOptionsDialog.ProcessingFrame _processingFrame
JarOptionsDialog.FrameState _lastState
Runnable1<T> CANCEL
Class edu.rice.cs.drjava.ui.JavadocErrorPanel extends ErrorPanel implements Serializable |
---|
Serialized Fields |
---|
JavadocErrorPanel.JavadocErrorListPane _errorListPane
Class edu.rice.cs.drjava.ui.JavadocErrorPanel.JavadocErrorListPane extends ErrorPanel.ErrorListPane implements Serializable |
---|
Class edu.rice.cs.drjava.ui.JavadocFrame extends HTMLFrame implements Serializable |
---|
Class edu.rice.cs.drjava.ui.JUnitPanel extends ErrorPanel implements Serializable |
---|
Serialized Fields |
---|
JUnitPanel.JUnitErrorListPane _errorListPane
MainFrame _mainFrame
int _testCount
boolean _testsSuccessful
edu.rice.cs.drjava.ui.JUnitPanel.JUnitProgressBar _progressBar
Action _showStackTraceAction
JButton _showStackTraceButton
JUnitError _error
Window _stackFrame
JTextArea _stackTextArea
JLabel _errorLabel
JLabel _testLabel
JLabel _fileLabel
Class edu.rice.cs.drjava.ui.JUnitPanel.JUnitErrorListPane extends ErrorPanel.ErrorListPane implements Serializable |
---|
Serialized Fields |
---|
JPopupMenu _popMenu
String _runningTestName
boolean _warnedOutOfSync
HashMap<K,V> _runningTestNamePositions
Class edu.rice.cs.drjava.ui.LessPanel extends AbortablePanel implements Serializable |
---|
Serialized Fields |
---|
int BUFFER_SIZE
int BUFFER_READS_PER_TIMER
JTextArea _textArea
File _f
FileReader _fr
JButton _updateNowButton
JButton _restartButton
Thread _updateThread
char[] _buf
int _red
long _totalRead
Class edu.rice.cs.drjava.ui.LineEnumRule extends JComponent implements Serializable |
---|
Serialized Fields |
---|
int _increment
DefinitionsPane _pane
FontMetrics _fm
Font _newFont
FontMetrics _nfm
Class edu.rice.cs.drjava.ui.MainFrame extends SwingFrame implements Serializable |
---|
Serialized Fields |
---|
AbstractGlobalModel _model
edu.rice.cs.drjava.ui.MainFrame.ModelListener _mainListener
HashMap<K,V> _defScrollPanes
DefinitionsPane _currentDefPane
DefinitionsDocument _currentDefDoc
String _fileTitle
LinkedList<E> _tabs
JTabbedPane _tabbedPane
DetachedFrame _tabbedPanesFrame
Component _lastFocusOwner
CompilerErrorPanel _compilerErrorPanel
InteractionsPane _consolePane
JScrollPane _consoleScroll
ConsoleController _consoleController
InteractionsPane _interactionsPane
JPanel _interactionsContainer
InteractionsController _interactionsController
JUnitPanel _junitErrorPanel
JavadocErrorPanel _javadocErrorPanel
edu.rice.cs.drjava.ui.FindReplacePanel _findReplace
BreakpointsPanel _breakpointsPanel
BookmarksPanel _bookmarksPanel
LinkedList<E> _findResults
boolean _showDebugger
InteractionsScriptController _interactionsScriptController
InteractionsScriptPane _interactionsScriptPane
DebugPanel _debugPanel
DetachedFrame _debugFrame
JPanel _statusBar
JLabel _statusField
JLabel _statusReport
JLabel _currLocationField
edu.rice.cs.drjava.ui.MainFrame.PositionListener _posListener
JSplitPane _docSplitPane
JSplitPane _debugSplitPane
JSplitPane _mainSplit
JButton _compileButton
JButton _closeButton
JButton _undoButton
JButton _redoButton
JButton _runButton
JButton _junitButton
JButton _errorsButton
JToolBar _toolBar
JFileChooser _interactionsHistoryChooser
JMenuBar _menuBar
JMenu _fileMenu
JMenu _editMenu
JMenu _toolsMenu
JMenu _projectMenu
JMenu _languageLevelMenu
JMenu _helpMenu
JMenu _debugMenu
JMenuItem _debuggerEnabledMenuItem
JPopupMenu _interactionsPanePopupMenu
JPopupMenu _consolePanePopupMenu
ConfigFrame _configFrame
HelpFrame _helpFrame
QuickStartFrame _quickStartFrame
AboutDialog _aboutDialog
RecentDocFrame _recentDocFrame
RecentFileManager _recentFileManager
RecentFileManager _recentProjectManager
File _currentProjFile
Timer _debugStepTimer
HighlightManager.HighlightInfo _currentLocationHighlight
IdentityHashMap<K,V> _documentBreakpointHighlights
IdentityHashMap<K,V> _documentBookmarkHighlights
long _lastChangeTime
boolean _promptBeforeQuit
ConfigOptionListeners.SlaveJVMXMXListener _slaveJvmXmxListener
ConfigOptionListeners.MasterJVMXMXListener _masterJvmXmxListener
HashMap<K,V> _modalWindowAdapters
Window _modalWindowAdapterOwner
JFileChooser _openChooser
JFileChooser _openProjectChooser
JFileChooser _saveChooser
FileFilter _javaSourceFilter
FileFilter _projectFilter
FileFilter _anyFileFilter
ExecutorService _threadPool
FileOpenSelector _openSelector
FileOpenSelector _openFileOrProjectSelector
FileOpenSelector _openProjectSelector
FileOpenSelector _openAnyFileSelector
FileSaveSelector _saveSelector
FileSaveSelector _saveAsSelector
JavadocDialog _javadocSelector
DirectoryChooser _folderChooser
JCheckBox _openRecursiveCheckBox
Action _moveToAuxiliaryAction
Action _removeAuxiliaryAction
Action _moveAllToAuxiliaryAction
Action _removeAllAuxiliaryAction
Action _newAction
Action _newProjectAction
AbstractAction _runProjectAction
JarOptionsDialog _jarOptionsDialog
Action _jarProjectAction
Action _detachTabbedPanesAction
JMenuItem _detachTabbedPanesMenuItem
Action _detachDebugFrameAction
JMenuItem _detachDebugFrameMenuItem
Action _newJUnitTestAction
Action _openAction
Action _openFolderAction
Action _openFileOrProjectAction
Action _openProjectAction
Action _closeProjectAction
Action _closeAction
Action _closeAllAction
Action _closeFolderAction
Action _openAllFolderAction
Action _openOneFolderAction
Action _newFileFolderAction
AbstractAction _junitFolderAction
Action _saveAction
Action _saveAsAction
Action _renameAction
Action _saveProjectAction
Action _saveProjectAsAction
Action _exportProjectInOldFormatAction
Action _revertAction
Action _saveAllAction
Action _printDefDocAction
Action _printConsoleAction
Action _printInteractionsAction
Action _printDefDocPreviewAction
Action _printConsolePreviewAction
Action _printInteractionsPreviewAction
Action _pageSetupAction
Action _compileAction
AbstractAction _compileProjectAction
AbstractAction _compileFolderAction
AbstractAction _compileAllAction
AbstractAction _cleanAction
AbstractAction _autoRefreshAction
AbstractAction _runAction
AbstractAction _junitAction
AbstractAction _junitAllAction
AbstractAction _junitProjectAction
Action _javadocAllAction
Action _javadocCurrentAction
Action cutAction
Action copyAction
Action pasteAction
ClipboardHistoryFrame _clipboardHistoryDialog
Action _pasteHistoryAction
Action _copyInteractionToDefinitionsAction
DelegatingAction _undoAction
DelegatingAction _redoAction
Action _quitAction
Action _forceQuitAction
Action _selectAllAction
Action _findReplaceAction
Action _findNextAction
Action _findPrevAction
Action _gotoLineAction
PredictiveInputFrame<T extends Comparable<? super T>> _gotoFileDialog
Action _gotoFileAction
Action gotoFileUnderCursorAction
PredictiveInputFrame<T extends Comparable<? super T>> _openJavadocDialog
List<E> _javaAPIList
Action _openJavadocAction
Action _openJavadocUnderCursorAction
PredictiveInputFrame<T extends Comparable<? super T>> _completeFileDialog
PredictiveInputFrame<T extends Comparable<? super T>> _completeWordDialog
JCheckBox _completeJavaAPICheckbox
Action completeWordUnderCursorAction
Action _indentLinesAction
Action _commentLinesAction
Action _uncommentLinesAction
Action _clearConsoleAction
Action _showDebugConsoleAction
Action _resetInteractionsAction
Action _viewInteractionsClassPathAction
Action _helpAction
Action _quickStartAction
Action _aboutAction
Action _checkNewVersionAction
Action _drjavaSurveyAction
Action _errorsAction
Action _switchToNextAction
Action _switchToPrevAction
Action _switchToNextPaneAction
Action _browseBackAction
Action _browseForwardAction
Action _switchToPreviousPaneAction
Action _gotoClosingBraceAction
Action _gotoOpeningBraceAction
Action _editPreferencesAction
AbstractAction _projectPropertiesAction
Action _toggleDebuggerAction
Action _resumeDebugAction
Action _stepIntoDebugAction
Action _stepOverDebugAction
Action _stepOutDebugAction
Action _toggleBreakpointAction
Action _clearAllBreakpointsAction
Action _breakpointsPanelAction
Action _bookmarksPanelAction
Action _toggleBookmarkAction
Action _cutLineAction
Action _clearLineAction
Action _beginLineAction
MainFrame._getBeginLinePos()
Action _selectionBeginLineAction
MainFrame._getBeginLinePos()
FileOpenSelector _interactionsHistoryFileSelector
Action _executeHistoryAction
Action _loadHistoryScriptAction
Action _saveHistoryAction
Action _clearHistoryAction
WindowListener _windowCloseListener
MouseListener _resetFindReplaceListener
DisplayManager<T> _navPaneDisplayManager
KeyListener _historyListener
FocusListener _focusListenerForRecentDocs
int _hourglassNestLevel
boolean _allowKeyEvents
ArrayList<E> _completeClassList
ArrayList<E> _autoImportClassList
edu.rice.cs.drjava.ui.MainFrame.DecoratedAction _junit_compileProjectDecoratedAction
edu.rice.cs.drjava.ui.MainFrame.DecoratedAction _junit_compileAllDecoratedAction
edu.rice.cs.drjava.ui.MainFrame.DecoratedAction _junit_compileFolderDecoratedAction
edu.rice.cs.drjava.ui.MainFrame.DecoratedAction _junit_junitFolderDecoratedAction
edu.rice.cs.drjava.ui.MainFrame.DecoratedAction _junit_junitAllDecoratedAction
edu.rice.cs.drjava.ui.MainFrame.DecoratedAction _junit_junitDecoratedAction
edu.rice.cs.drjava.ui.MainFrame.DecoratedAction _junit_junitOpenProjectFilesDecoratedAction
edu.rice.cs.drjava.ui.MainFrame.DecoratedAction _junit_cleanDecoratedAction
edu.rice.cs.drjava.ui.MainFrame.DecoratedAction _junit_autoRefreshDecoratedAction
edu.rice.cs.drjava.ui.MainFrame.DecoratedAction _junit_projectPropertiesDecoratedAction
edu.rice.cs.drjava.ui.MainFrame.DecoratedAction _junit_runProjectDecoratedAction
edu.rice.cs.drjava.ui.MainFrame.DecoratedAction _junit_runDecoratedAction
Object _updateLock
boolean _tabUpdatePending
boolean _waitAgain
Runnable _pendingUpdate
OpenDefinitionsDocument _pendingDocument
OrderedDocumentRegion _firstRegion
OrderedDocumentRegion _lastRegion
DropTarget dropTarget
PredictiveInputFrame<T extends Comparable<? super T>> _autoImportDialog
JCheckBox _autoImportPackageCheckbox
Action _followFileAction
Action _executeExternalProcessAction
ExecuteExternalDialog _executeExternalDialog
EditExternalDialog _editExternalDialog
Action _editExternalProcessesAction
Class edu.rice.cs.drjava.ui.NewVersionPopup extends JDialog implements Serializable |
---|
Serialized Fields |
---|
JComboBox _modeBox
JButton _closeButton
JButton _downloadButton
MainFrame _mainFrame
JOptionPane _versionPanel
JPanel _bottomPanel
String[] _msg
String _newestVersionString
Action _closeAction
Action _downloadAction
Runnable1<T> CANCEL
Class edu.rice.cs.drjava.ui.PreviewConsoleFrame extends PreviewFrame implements Serializable |
---|
Serialized Fields |
---|
EditDocumentInterface _document
Class edu.rice.cs.drjava.ui.PreviewDefDocFrame extends PreviewFrame implements Serializable |
---|
Serialized Fields |
---|
OpenDefinitionsDocument _document
Class edu.rice.cs.drjava.ui.PreviewFrame extends SwingFrame implements Serializable |
---|
Serialized Fields |
---|
SingleDisplayModel _model
MainFrame _mainFrame
Pageable _print
int _pageNumber
edu.rice.cs.drjava.ui.PreviewFrame.PageChangerUpdater _pageChanger
int PREVIEW_WIDTH
int PREVIEW_HEIGHT
int PREVIEW_PAGE_WIDTH
int PREVIEW_PAGE_HEIGHT
JToolBar _toolBar
edu.rice.cs.drjava.ui.PreviewFrame.PagePreview _pagePreview
ActionListener _printListener
Action _closeAction
Action _nextPageAction
Action _prevPageAction
WindowListener _windowCloseListener
Class edu.rice.cs.drjava.ui.ProjectPropertiesFrame extends SwingFrame implements Serializable |
---|
Serialized Fields |
---|
MainFrame _mainFrame
SingleDisplayModel _model
JButton _okButton
JButton _applyButton
JButton _cancelButton
JPanel _mainPanel
DirectorySelectorComponent _projRootSelector
DirectorySelectorComponent _buildDirSelector
DirectorySelectorComponent _workDirSelector
FileSelectorComponent _mainDocumentSelector
JCheckBox _autoRefreshComponent
FileSelectorComponent _jarFileSelector
FileSelectorComponent _manifestFileSelector
VectorFileOptionComponent _extraClassPathList
VectorFileOptionComponent _excludedFilesList
DocumentListener _applyListener
Runnable1<T> CANCEL
Class edu.rice.cs.drjava.ui.QuickStartFrame extends HelpFrame implements Serializable |
---|
Serialized Fields |
---|
HyperlinkListener _linkListener
Class edu.rice.cs.drjava.ui.RecentDocFrame extends JWindow implements Serializable |
---|
Serialized Fields |
---|
MainFrame _frame
DisplayManager<T> _displayManager
JLabel _label
JPanel _panel
JTextPane _textpane
JScrollPane _scroller
int _current
int _padding
LinkedList<E> _docs
OptionListener<T> _colorListener
OptionListener<T> _fontListener
OptionListener<T> _antialiasListener
OptionListener<T> _showSourceListener
boolean _antiAliasText
boolean _showSource
Class edu.rice.cs.drjava.ui.RegionsListPanel extends TabbedPanel implements Serializable |
---|
Serialized Fields |
---|
JPanel _leftPane
JList _list
DefaultListModel _listModel
String _title
SingleDisplayModel _model
MainFrame _frame
JPanel _buttonPanel
Class edu.rice.cs.drjava.ui.RegionsTreePanel extends TabbedPanel implements Serializable |
---|
Serialized Fields |
---|
JPanel _leftPane
DefaultMutableTreeNode _rootNode
DefaultTreeModel _regTreeModel
JTree _regTree
String _title
RegionManager<R extends IDocumentRegion> _regionManager
JPopupMenu _regionPopupMenu
SingleDisplayModel _model
MainFrame _frame
JPanel _buttonPanel
DefaultTreeCellRenderer dtcr
RegionsTreePanel.IChangeState DEFAULT_STATE
RegionsTreePanel.IChangeState _changeState
HashMap<K,V> _docToTreeNode
IdentityHashMap<K,V> _regionToTreeNode
Class edu.rice.cs.drjava.ui.RegionsTreePanel.RegionTree extends JTree implements Serializable |
---|
Class edu.rice.cs.drjava.ui.SimpleInteractionsWindow extends SwingFrame implements Serializable |
---|
Serialized Fields |
---|
SimpleInteractionsModel _model
InteractionsDJDocument _adapter
InteractionsPane _pane
InteractionsController _controller
Class edu.rice.cs.drjava.ui.SplashScreen extends JWindow implements Serializable |
---|
Serialized Fields |
---|
ImageIcon _icon
Class edu.rice.cs.drjava.ui.TabbedPanel extends JPanel implements Serializable |
---|
Serialized Fields |
---|
boolean _displayed
JButton _closeButton
JPanel _closePanel
JPanel _mainPanel
MainFrame _frame
String _name
ActionListener _closeListener
DropTarget dropTarget
Package edu.rice.cs.drjava.ui.config |
---|
Class edu.rice.cs.drjava.ui.config.BooleanOptionComponent extends OptionComponent<Boolean> implements Serializable |
---|
Serialized Fields |
---|
JCheckBox _jcb
Class edu.rice.cs.drjava.ui.config.ButtonComponent extends OptionComponent<Object> implements Serializable |
---|
Serialized Fields |
---|
JButton _jb
Class edu.rice.cs.drjava.ui.config.ColorOptionComponent extends OptionComponent<Color> implements Serializable |
---|
Serialized Fields |
---|
JButton _button
JTextField _colorField
JPanel _panel
Color _color
boolean _isBackgroundColor
boolean _isBoldText
Class edu.rice.cs.drjava.ui.config.ConfigFrame extends SwingFrame implements Serializable |
---|
Serialized Fields |
---|
MainFrame _mainFrame
JTree _tree
DefaultTreeModel _treeModel
edu.rice.cs.drjava.ui.config.ConfigFrame.PanelTreeNode _rootNode
JButton _okButton
JButton _applyButton
JButton _cancelButton
JPanel _mainPanel
JFileChooser _fileOptionChooser
JFileChooser _browserChooser
DirectoryChooser _dirChooser
StringOptionComponent javadocCustomParams
String SEPS
OptionComponent.ChangeListener _changeListener
Runnable1<T> CANCEL
Class edu.rice.cs.drjava.ui.config.ConfigPanel extends JPanel implements Serializable |
---|
Serialized Fields |
---|
String _title
Vector<E> _components
Class edu.rice.cs.drjava.ui.config.DirectoryOptionComponent extends OptionComponent<File> implements Serializable |
---|
Serialized Fields |
---|
DirectorySelectorComponent _component
Class edu.rice.cs.drjava.ui.config.FileOptionComponent extends OptionComponent<File> implements Serializable |
---|
Serialized Fields |
---|
FileSelectorComponent _component
Class edu.rice.cs.drjava.ui.config.FontOptionComponent extends OptionComponent<Font> implements Serializable |
---|
Serialized Fields |
---|
JButton _button
JTextField _fontField
JPanel _panel
Font _font
Class edu.rice.cs.drjava.ui.config.ForcedChoiceOptionComponent extends OptionComponent<String> implements Serializable |
---|
Serialized Fields |
---|
JComboBox _comboBox
Class edu.rice.cs.drjava.ui.config.IntegerOptionComponent extends OptionComponent<Integer> implements Serializable |
---|
Serialized Fields |
---|
JTextField _jtf
Class edu.rice.cs.drjava.ui.config.KeyStrokeOptionComponent extends OptionComponent<KeyStroke> implements Serializable |
---|
Serialized Fields |
---|
JButton _button
JPanel _panel
KeyStroke _key
Class edu.rice.cs.drjava.ui.config.LabelComponent extends OptionComponent<Object> implements Serializable |
---|
Serialized Fields |
---|
JTextArea _text
Class edu.rice.cs.drjava.ui.config.OptionComponent extends Object implements Serializable |
---|
Serialized Fields |
---|
Option<T> _option
JLabel _label
SwingFrame _parent
boolean _entireColumn
String _labelText
Vector<E> _changeListeners
Class edu.rice.cs.drjava.ui.config.StringOptionComponent extends OptionComponent<String> implements Serializable |
---|
Serialized Fields |
---|
JTextField _jtf
Class edu.rice.cs.drjava.ui.config.ToolbarOptionComponent extends OptionComponent<Boolean> implements Serializable |
---|
Serialized Fields |
---|
JRadioButton _noneButton
JRadioButton _textButton
JRadioButton _iconsButton
JRadioButton _textAndIconsButton
ButtonGroup _group
JPanel _buttonPanel
Class edu.rice.cs.drjava.ui.config.VectorClassnameOptionComponent extends VectorOptionComponent<String> implements Serializable |
---|
Class edu.rice.cs.drjava.ui.config.VectorFileOptionComponent extends VectorOptionComponent<File> implements Serializable |
---|
Serialized Fields |
---|
FileFilter _fileFilter
JFileChooser _jfc
boolean _moveButtonEnabled
File _baseDir
Class edu.rice.cs.drjava.ui.config.VectorOptionComponent extends OptionComponent<Vector<T>> implements Serializable |
---|
Serialized Fields |
---|
JScrollPane _listScrollPane
JPanel _panel
JList _list
JPanel _buttonPanel
JButton _addButton
JButton _removeButton
JButton _moveUpButton
JButton _moveDownButton
DefaultListModel _listModel
Package edu.rice.cs.drjava.ui.predictive |
---|
Class edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame extends SwingFrame implements Serializable |
---|
Serialized Fields |
---|
PredictiveInputModel<T extends Comparable<? super T>> _pim
String _buttonPressed
JButton[] _buttons
JTextField _textField
JPanel _optionsPanel
JComponent[] _optionalComponents
JLabel _tabCompletesLabel
JList _matchList
boolean _force
JLabel _sharedExtLabel
edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame.PredictiveInputListener _listener
PredictiveInputFrame.InfoSupplier<X> _info
JLabel _infoLabel
SwingFrame _owner
ArrayList<E> _actions
int _cancelIndex
List<E> _strategies
JComboBox _strategyBox
PredictiveInputFrame.FrameState _lastState
PredictiveInputModel.MatchingStrategy<X extends Comparable<? super X>> _currentStrategy
Runnable1<T> CANCEL
Package edu.rice.cs.util |
---|
Class edu.rice.cs.util.BalancingStreamTokenizer.KeywordStartsWithQuoteException extends BalancingStreamTokenizer.SetupException implements Serializable |
---|
Class edu.rice.cs.util.BalancingStreamTokenizer.KeywordStartsWithWhitespaceException extends BalancingStreamTokenizer.StartsWithWhitespaceException implements Serializable |
---|
Class edu.rice.cs.util.BalancingStreamTokenizer.QuoteStartsWithWhitespaceException extends BalancingStreamTokenizer.StartsWithWhitespaceException implements Serializable |
---|
Class edu.rice.cs.util.BalancingStreamTokenizer.SetupException extends RuntimeException implements Serializable |
---|
Class edu.rice.cs.util.BalancingStreamTokenizer.StartsWithWhitespaceException extends BalancingStreamTokenizer.SetupException implements Serializable |
---|
Class edu.rice.cs.util.FileOps.NullFile extends File implements Serializable |
---|
Class edu.rice.cs.util.NullFile extends File implements Serializable |
---|
Class edu.rice.cs.util.OperationCanceledException extends Exception implements Serializable |
---|
Class edu.rice.cs.util.ReaderWriterLock.DeadlockException extends IllegalStateException implements Serializable |
---|
Class edu.rice.cs.util.StreamRedirectException extends RuntimeException implements Serializable |
---|
Class edu.rice.cs.util.UnexpectedException extends RuntimeException implements Serializable |
---|
Serialized Fields |
---|
Throwable _value
Class edu.rice.cs.util.XMLConfig.XMLConfigException extends RuntimeException implements Serializable |
---|
Package edu.rice.cs.util.classloader |
---|
Class edu.rice.cs.util.classloader.ClassFileError extends LinkageError implements Serializable |
---|
Serialized Fields |
---|
String _className
String _path
LinkageError _error
Package edu.rice.cs.util.docnavigation |
---|
Class edu.rice.cs.util.docnavigation.FileNode extends InnerNode<File,ItemT extends INavigatorItem> implements Serializable |
---|
Class edu.rice.cs.util.docnavigation.GroupNode extends edu.rice.cs.util.docnavigation.StringNode<ItemT extends INavigatorItem> implements Serializable |
---|
Serialized Fields |
---|
INavigatorItemFilter<ItemT extends INavigatorItem> _filter
Class edu.rice.cs.util.docnavigation.GroupNotSelectedException extends Exception implements Serializable |
---|
Class edu.rice.cs.util.docnavigation.InnerNode extends DefaultMutableTreeNode implements Serializable |
---|
Serialized Fields |
---|
boolean _collapsed
Class edu.rice.cs.util.docnavigation.JTreeSortNavigator extends JTree implements Serializable |
---|
Serialized Fields |
---|
DefaultTreeModel _model
NodeData<ItemT extends INavigatorItem> _current
HashMap<K,V> _doc2node
OneToOneRelation<T1,T2> _path2node
ArrayList<E> navListeners
edu.rice.cs.util.docnavigation.JTreeSortNavigator.CustomTreeCellRenderer _renderer
DisplayManager<T> _displayManager
Icon _rootIcon
List<E> _roots
NodeDataVisitor<ItemT extends INavigatorItem,Ret> _leafVisitor
DropTarget dropTarget
Class edu.rice.cs.util.docnavigation.LeafNode extends DefaultMutableTreeNode implements Serializable |
---|
Serialized Fields |
---|
String _rep
Package edu.rice.cs.util.sexp |
---|
Class edu.rice.cs.util.sexp.SExpParseException extends Exception implements Serializable |
---|
Package edu.rice.cs.util.swing |
---|
Class edu.rice.cs.util.swing.BorderlessScrollPane extends JScrollPane implements Serializable |
---|
Class edu.rice.cs.util.swing.BorderlessSplitPane extends JSplitPane implements Serializable |
---|
Class edu.rice.cs.util.swing.CheckBoxJList extends JList implements Serializable |
---|
Serialized Fields |
---|
HashSet<E> selectionCache
Class edu.rice.cs.util.swing.DefaultSwingFrame extends SwingFrame implements Serializable |
---|
Class edu.rice.cs.util.swing.DirectoryChooser extends JFileChooser implements Serializable |
---|
Serialized Fields |
---|
Component _owner
File _root
Class edu.rice.cs.util.swing.DirectorySelectorComponent extends JPanel implements Serializable |
---|
Serialized Fields |
---|
Component _parent
JTextField _fileField
JButton _chooserButton
DirectoryChooser _chooser
File _file
boolean _mustExist
boolean _validationInProgress
Class edu.rice.cs.util.swing.DropDownButton extends JButton implements Serializable |
---|
Serialized Fields |
---|
JPopupMenu popup
boolean popupVisible
Class edu.rice.cs.util.swing.FileChooser extends JFileChooser implements Serializable |
---|
Serialized Fields |
---|
File _root
Class edu.rice.cs.util.swing.FileSelectionEvent extends EventObject implements Serializable |
---|
Serialized Fields |
---|
File[] _changed
boolean[] _areNew
File _newLead
File _oldLead
Class edu.rice.cs.util.swing.FileSelectorComponent extends JPanel implements Serializable |
---|
Serialized Fields |
---|
SwingFrame _parent
JTextField _fileField
JButton _chooserButton
JFileChooser _chooser
FileFilter _fileFilter
File _file
boolean _mustExist
Class edu.rice.cs.util.swing.FileSelectorStringComponent extends JPanel implements Serializable |
---|
Serialized Fields |
---|
Component _parent
JTextField _textField
JButton _chooserButton
FileChooser _chooser
File _file
Class edu.rice.cs.util.swing.FontChooser extends JDialog implements Serializable |
---|
Serialized Fields |
---|
FontChooser.NwList _styleList
FontChooser.NwList _fontList
FontChooser.NwList _sizeList
JButton _okButton
JButton _cancelButton
JLabel _sampleText
boolean _clickedOK
Class edu.rice.cs.util.swing.FontChooser.NwList extends JPanel implements Serializable |
---|
Serialized Fields |
---|
JList jl
JScrollPane sp
JLabel jt
String si
Class edu.rice.cs.util.swing.ScrollableListDialog extends JDialog implements Serializable |
---|
Serialized Fields |
---|
JList list
int _buttonPressed
List<E> listItems
Class edu.rice.cs.util.swing.ScrollableListSelectionDialog extends JDialog implements Serializable |
---|
Serialized Fields |
---|
JTable table
AbstractTableModel tableModel
Vector<E> dataAsStrings
Vector<E> selectedItems
Class edu.rice.cs.util.swing.SwingFrame extends JFrame implements Serializable |
---|
Serialized Fields |
---|
boolean _initComplete
Class edu.rice.cs.util.swing.UneditableTableModel extends DefaultTableModel implements Serializable |
---|
Class edu.rice.cs.util.swing.UnfocusableButton extends JButton implements Serializable |
---|
Package edu.rice.cs.util.text |
---|
Class edu.rice.cs.util.text.EditDocumentException extends RuntimeException implements Serializable |
---|
Serialized Fields |
---|
Throwable _value
Class edu.rice.cs.util.text.SwingDocument extends DefaultStyledDocument implements Serializable |
---|
Serialized Fields |
---|
boolean _isModifiedSinceSave
HashMap<K,V> _styles
DocumentEditCondition _condition
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |