MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / Contact

Method Contact

src/main/java/Client/Contact.java:153–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

151 ContactMessageList cml = null;
152
153 protected Contact() {
154 super(RosterIcons.getInstance());
155 cf = Config.getInstance();
156//#ifdef SMILES
157 smiles = cf.smiles;
158//#endif
159
160 msgs = new Vector();
161
162 key1 = "";
163
164 ilHeight = il.getHeight();
165 maxImgHeight = ilHeight;
166
167 //secondFont=FontCache.getFont(false, FontCache.baloon);
168 //secondFontHeight=secondFont.getHeight();
169 fontHeight = getFont().getHeight();
170 }
171
172 public Contact(final String Nick, final String sJid, final int Status, String subscr) {
173 this();

Callers

nothing calls this directly

Calls 8

getInstanceMethod · 0.95
getInstanceMethod · 0.95
setSortKeyMethod · 0.95
getTransportMethod · 0.95
getTransportIndexMethod · 0.80
getHeightMethod · 0.65
getFontMethod · 0.65
getNodeMethod · 0.45

Tested by

no test coverage detected