Class startRpbDetails

Implemented Interfaces:
WindowListener

public class startRpbDetails
extends JFrame
implements WindowListener

Field Summary

(package private) boolean
finish
private int
newXPackages
private int
newXPrunings
(package private) simulation
simu
private long
startingRouter

Constructor Summary

startRpbDetails(paintArea area, rpbConfiguration rpbConfig, simulation sim)

Method Summary

long
getStartingRouter()
int
getXPackages()
int
getXPrunings()
void
windowActivated(WindowEvent e)
void
windowClosed(WindowEvent e)
void
windowClosing(WindowEvent e)
void
windowDeactivated(WindowEvent e)
void
windowDeiconified(WindowEvent e)
void
windowIconified(WindowEvent e)
void
windowOpened(WindowEvent e)

Field Details

finish

(package private)  boolean finish

newXPackages

private int newXPackages

newXPrunings

private int newXPrunings

simu

(package private)  simulation simu

startingRouter

private long startingRouter

Constructor Details

startRpbDetails

public startRpbDetails(paintArea area,
                       rpbConfiguration rpbConfig,
                       simulation sim)

Method Details

getStartingRouter

public long getStartingRouter()

getXPackages

public int getXPackages()

getXPrunings

public int getXPrunings()

windowActivated

public void windowActivated(WindowEvent e)

windowClosed

public void windowClosed(WindowEvent e)

windowClosing

public void windowClosing(WindowEvent e)

windowDeactivated

public void windowDeactivated(WindowEvent e)

windowDeiconified

public void windowDeiconified(WindowEvent e)

windowIconified

public void windowIconified(WindowEvent e)

windowOpened

public void windowOpened(WindowEvent e)