Search in sources :

Example 1 with PacketHex

use of com.exalttech.trex.ui.views.streams.viewer.PacketHex in project trex-stateless-gui by cisco-system-traffic-generator.

the class PacketBuilderHomeController method initialize.

@Override
public void initialize(URL url, ResourceBundle rb) {
    trafficProfile = new TrafficProfile();
    packetHex = new PacketHex(hexPane);
    nextStreamBtn.setGraphic(new ImageView(new Image("/icons/next_stream.png")));
    prevStreamBtn.setGraphic(new ImageView(new Image("/icons/prev_stream.png")));
    packetInfo = new PacketInfo();
    parser = new PacketParser();
}
Also used : PacketParser(com.exalttech.trex.ui.views.streams.viewer.PacketParser) TrafficProfile(com.exalttech.trex.util.TrafficProfile) PacketInfo(com.exalttech.trex.ui.models.PacketInfo) PacketHex(com.exalttech.trex.ui.views.streams.viewer.PacketHex) ImageView(javafx.scene.image.ImageView) Image(javafx.scene.image.Image)

Aggregations

PacketInfo (com.exalttech.trex.ui.models.PacketInfo)1 PacketHex (com.exalttech.trex.ui.views.streams.viewer.PacketHex)1 PacketParser (com.exalttech.trex.ui.views.streams.viewer.PacketParser)1 TrafficProfile (com.exalttech.trex.util.TrafficProfile)1 Image (javafx.scene.image.Image)1 ImageView (javafx.scene.image.ImageView)1