cbr.gui
Class IndexView

java.lang.Object
  extended byjava.awt.event.WindowAdapter
      extended bycbr.gui.IndexView
All Implemented Interfaces:
EventListener, Runnable, WindowFocusListener, WindowListener, WindowStateListener

public class IndexView
extends WindowAdapter
implements Runnable


Field Summary
private  JProgressBar bar_
           
private  JCheckBox checkBox_
           
private  IndexController controller_
           
private  JLabel destinationLabel_
           
private  JFrame frame_
           
static String INDEX_ICON
           
private  JTextField logFile_
           
private  JTextArea logger_
           
private  IndexModel model_
           
private  JScrollPane scrollPane_
           
private  DragableList serverList_
           
 
Constructor Summary
IndexView()
           
 
Method Summary
 JPanel createLaunchPanel()
           
 JPanel createLogPanel()
           
 JPanel createServerPanel()
           
 boolean enableAgentGuis()
           
 JFrame getFrame()
           
 void log(String s)
           
static void main(String[] argv)
           
 void run()
           
 void setDestinationLabel(String s)
           
 void setLogFile(String s)
           
 void setProgressBarString(String s)
           
 void setProgressBarValue(int value)
           
 void windowClosed(WindowEvent e)
           
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosing, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INDEX_ICON

public static final String INDEX_ICON
See Also:
Constant Field Values

controller_

private IndexController controller_

serverList_

private DragableList serverList_

bar_

private JProgressBar bar_

logFile_

private JTextField logFile_

model_

private IndexModel model_

logger_

private JTextArea logger_

destinationLabel_

private JLabel destinationLabel_

frame_

private JFrame frame_

scrollPane_

private JScrollPane scrollPane_

checkBox_

private JCheckBox checkBox_
Constructor Detail

IndexView

public IndexView()
Method Detail

run

public void run()
Specified by:
run in interface Runnable

createLaunchPanel

public JPanel createLaunchPanel()

createServerPanel

public JPanel createServerPanel()

createLogPanel

public JPanel createLogPanel()

getFrame

public JFrame getFrame()

log

public void log(String s)

setProgressBarString

public void setProgressBarString(String s)

setProgressBarValue

public void setProgressBarValue(int value)

setDestinationLabel

public void setDestinationLabel(String s)

setLogFile

public void setLogFile(String s)

enableAgentGuis

public boolean enableAgentGuis()

windowClosed

public void windowClosed(WindowEvent e)
Specified by:
windowClosed in interface WindowListener

main

public static void main(String[] argv)


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.