cbr.gui
Class IndexView
java.lang.Object
java.awt.event.WindowAdapter
cbr.gui.IndexView
- All Implemented Interfaces:
- EventListener, Runnable, WindowFocusListener, WindowListener, WindowStateListener
- public class IndexView
- extends WindowAdapter
- implements Runnable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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_
IndexView
public IndexView()
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.