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

Method getSelectedIndex

src/main/java/core/packetproxy/gui/TabSet.java:116–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114 }
115
116 public int getSelectedIndex() {
117 return data_pane.getSelectedIndex();
118 }
119
120 public byte[] getData() {
121 if (data == null) {

Callers 15

getDataMethod · 0.95
updateMethod · 0.95
getDataMethod · 0.45
updateMethod · 0.45
keyPressedMethod · 0.45
updateMethod · 0.45
GUIVulCheckHelperMethod · 0.45
stateChangedMethod · 0.45
getInterceptDataMethod · 0.45
actionPerformedMethod · 0.45
stateChangedMethod · 0.45
removeTabAtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected