MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / GUIHistory

Method GUIHistory

src/main/java/core/packetproxy/gui/GUIHistory.java:136–147  ·  view source on GitHub ↗
(boolean restore)

Source from the content-addressed store, hash-verified

134 private Color packetColorYellow = new Color(0xff, 0xd7, 0x00);
135
136 private GUIHistory(boolean restore) throws Exception {
137 packets = Packets.getInstance(restore);
138 packets.addPropertyChangeListener(this);
139 ResenderPackets.getInstance().initTable(restore);
140 Filters.getInstance().addPropertyChangeListener(this);
141 gui_packet = GUIPacket.getInstance();
142 colorManager = new TableCustomColorManager();
143 preferredPosition = 0;
144 update_packet_ids = new HashSet<Integer>();
145 id_row = new Hashtable<Integer, Integer>();
146 autoScroll = new GUIHistoryAutoScroll();
147 }
148
149 public DefaultTableModel getTableModel() {
150 return this.tableModel;

Callers

nothing calls this directly

Calls 6

getInstanceMethod · 0.95
getInstanceMethod · 0.95
getInstanceMethod · 0.95
getInstanceMethod · 0.95
initTableMethod · 0.80

Tested by

no test coverage detected