cbr.gui
Class IndexController

java.lang.Object
  extended bycbr.gui.IndexController
All Implemented Interfaces:
ActionListener, DocumentListener, EventListener, ListSelectionListener

public class IndexController
extends Object
implements ActionListener, DocumentListener, ListSelectionListener


Field Summary
static String ADD_ACTION
          commands
static String BROWSE_ACTION
           
static String BUTTON
           
private  ServerListEntry currentEntry_
           
private  URL gathererDestination_
           
static String LAUNCH_GATHERER_ACTION
           
static String LAUNCH_INCUBATOR_ACTION
           
static String LAUNCH_LIST
          names
static String LOG_FILE_TEXTFIELD
           
private  File logFile_
           
private  boolean logToFile_
           
private  IndexModel model_
           
static String REMOVE_ACTION
           
private  int[] selectedLLIndices_
           
private  int[] selectedSLIndices_
           
static String SERVER_LIST
           
static String TOGGLE_LOG_FILE_ACTION
           
private  IndexView view_
           
 
Constructor Summary
IndexController()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 void changeDocument(DocumentEvent e)
           
 void changedUpdate(DocumentEvent e)
           
 void dropToDestinationLabel(Object o)
           
private  void dropToDestinationLabel0(Object o)
           
 void dropToServerList(Object o)
           
private  void dropToServerList0(Object o)
           
 void insertUpdate(DocumentEvent e)
           
 void log(String text)
           
 void removeUpdate(DocumentEvent e)
           
(package private)  void setModel(IndexModel model)
           
 void setProgressBarString(String s)
           
 void setProgressBarValue(int value)
           
(package private)  void setView(IndexView view)
           
 void valueChanged(ListSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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_
Constructor Detail

IndexController

public IndexController()
Method Detail

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.