cbr.gui
Class IndexController
java.lang.Object
cbr.gui.IndexController
- All Implemented Interfaces:
- ActionListener, DocumentListener, EventListener, ListSelectionListener
- public class IndexController
- extends Object
- implements ActionListener, DocumentListener, ListSelectionListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LAUNCH_LIST
public static final String LAUNCH_LIST
- names
- See Also:
- Constant Field Values
SERVER_LIST
public static final String SERVER_LIST
- See Also:
- Constant Field Values
BUTTON
public static final String BUTTON
- See Also:
- Constant Field Values
LOG_FILE_TEXTFIELD
public static final String LOG_FILE_TEXTFIELD
- See Also:
- Constant Field Values
ADD_ACTION
public static final String ADD_ACTION
- commands
- See Also:
- Constant Field Values
REMOVE_ACTION
public static final String REMOVE_ACTION
- See Also:
- Constant Field Values
BROWSE_ACTION
public static final String BROWSE_ACTION
- See Also:
- Constant Field Values
LAUNCH_INCUBATOR_ACTION
public static final String LAUNCH_INCUBATOR_ACTION
- See Also:
- Constant Field Values
LAUNCH_GATHERER_ACTION
public static final String LAUNCH_GATHERER_ACTION
- See Also:
- Constant Field Values
TOGGLE_LOG_FILE_ACTION
public static final String TOGGLE_LOG_FILE_ACTION
- See Also:
- Constant Field Values
currentEntry_
private ServerListEntry currentEntry_
model_
private IndexModel model_
view_
private IndexView view_
logToFile_
private boolean logToFile_
logFile_
private File logFile_
selectedSLIndices_
private int[] selectedSLIndices_
selectedLLIndices_
private int[] selectedLLIndices_
gathererDestination_
private URL gathererDestination_
IndexController
public IndexController()
setModel
void setModel(IndexModel model)
setView
void setView(IndexView view)
dropToServerList
public void dropToServerList(Object o)
dropToServerList0
private void dropToServerList0(Object o)
dropToDestinationLabel
public void dropToDestinationLabel(Object o)
dropToDestinationLabel0
private void dropToDestinationLabel0(Object o)
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interface ActionListener
valueChanged
public void valueChanged(ListSelectionEvent e)
- Specified by:
valueChanged
in interface ListSelectionListener
changedUpdate
public void changedUpdate(DocumentEvent e)
- Specified by:
changedUpdate
in interface DocumentListener
insertUpdate
public void insertUpdate(DocumentEvent e)
- Specified by:
insertUpdate
in interface DocumentListener
removeUpdate
public void removeUpdate(DocumentEvent e)
- Specified by:
removeUpdate
in interface DocumentListener
changeDocument
public void changeDocument(DocumentEvent e)
log
public void log(String text)
setProgressBarString
public void setProgressBarString(String s)
setProgressBarValue
public void setProgressBarValue(int value)
Copyright © Fraunhofer Gesellschaft. All
Rights Reserved.