Source
stringclasses
1 value
Date
int32
2.01k
2.01k
Text
stringlengths
3
15.9M
Token_count
int32
1
2.44M
github-java-corpus
2,012
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made a...
583
github-java-corpus
2,012
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made a...
993
github-java-corpus
2,012
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made a...
750
github-java-corpus
2,012
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made a...
1,070
github-java-corpus
2,012
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made a...
915
github-java-corpus
2,012
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made avail...
295
github-java-corpus
2,012
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made avail...
964
github-java-corpus
2,012
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made avail...
755
github-java-corpus
2,012
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made avail...
292
github-java-corpus
2,012
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made avail...
976
github-java-corpus
2,012
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made a...
601
github-java-corpus
2,012
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made avail...
693
github-java-corpus
2,012
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made avail...
768
github-java-corpus
2,012
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made avail...
558
github-java-corpus
2,012
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made avail...
463
github-java-corpus
2,012
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made avail...
478
github-java-corpus
2,012
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made avail...
882
github-java-corpus
2,012
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made a...
683
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.jgroups; import com.google.gwt.event.dom.client.ClickEvent; import com.google.gwt.event.dom.client.ClickHandler; import com.google.gwt.user.client.ui.VerticalPanel; import com.google.gwt.user.client.ui.Widget; import org.jboss.as.console.client.shared.help.FormHelpPane...
604
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.jgroups; import org.jboss.as.console.client.widgets.forms.Binding; import java.util.List; /** * @author Heiko Braun * @date 2/16/12 */ public interface JGroupsStack { String getName(); void setName(String name); String getType(); void setType(Str...
167
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.jgroups; import java.util.HashMap; import java.util.Map; /** * The set of valid JGroups protocol types. * * @author Richard Achmatowicz (c) 2012 Red Hat Inc. */ public enum Protocol { UNKNOWN(null), UDP("UDP"), TCP("TCP"), TCP_GOSSIP("TCP_GOSSIP"),...
380
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.jgroups; import com.google.gwt.cell.client.ActionCell; import com.google.gwt.event.dom.client.ClickEvent; import com.google.gwt.event.dom.client.ClickHandler; import com.google.gwt.user.cellview.client.Column; import com.google.gwt.user.cellview.client.TextColumn; impo...
1,170
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.jgroups; import com.google.gwt.dom.client.Style; import com.google.gwt.user.client.ui.HTML; import com.google.gwt.user.client.ui.LayoutPanel; import com.google.gwt.user.client.ui.Widget; import org.jboss.as.console.client.Console; import org.jboss.as.console.client.cor...
557
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.jgroups; import com.google.gwt.user.client.ui.DeckPanel; import com.google.gwt.user.client.ui.Widget; import java.util.List; /** * @author Heiko Braun * @date 2/16/12 */ public class NewStackWizard { private JGroupsPresenter presenter; private DeckPanel ...
253
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.jgroups; import org.jboss.as.console.client.shared.properties.PropertyRecord; import org.jboss.as.console.client.widgets.forms.Binding; import java.util.List; /** * @author Heiko Braun * @date 2/16/12 */ public interface JGroupsProtocol { @Binding(detypedName...
127
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.jgroups; import com.google.gwt.event.dom.client.ClickEvent; import com.google.gwt.event.dom.client.ClickHandler; import com.google.gwt.user.cellview.client.TextColumn; import com.google.gwt.user.client.ui.HTML; import com.google.gwt.user.client.ui.Widget; import com.go...
1,297
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.jgroups; import com.google.gwt.event.dom.client.ClickEvent; import com.google.gwt.event.dom.client.ClickHandler; import com.google.gwt.user.cellview.client.TextColumn; import com.google.gwt.user.client.Window; import com.google.gwt.user.client.ui.HTML; import com.googl...
1,226
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.jgroups; import com.google.gwt.event.dom.client.ClickEvent; import com.google.gwt.event.dom.client.ClickHandler; import com.google.gwt.user.client.ui.HTML; import com.google.gwt.user.client.ui.VerticalPanel; import com.google.gwt.user.client.ui.Widget; import org.jboss...
608
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.jgroups; import com.google.gwt.event.shared.EventBus; import com.google.inject.Inject; import com.gwtplatform.mvp.client.Presenter; import com.gwtplatform.mvp.client.View; import com.gwtplatform.mvp.client.annotations.NameToken; import com.gwtplatform.mvp.client.annota...
3,639
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.jgroups; import com.google.gwt.user.client.ui.HTML; import com.google.gwt.user.client.ui.Widget; import org.jboss.as.console.client.Console; import org.jboss.as.console.client.shared.help.FormHelpPanel; import org.jboss.as.console.client.shared.properties.PropertyEdito...
1,011
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.jgroups; import org.jboss.as.console.client.shared.properties.PropertyRecord; import org.jboss.as.console.client.widgets.forms.Binding; import java.util.List; /** * @author Heiko Braun * @date 2/16/12 */ public interface JGroupsTransport { String getType(); ...
316
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.mail; import org.jboss.as.console.client.widgets.forms.Binding; /** * @author Heiko Braun * @date 2/14/12 */ public interface MailServerDefinition { @Binding(detypedName = "outbound-socket-binding-ref") String getSocketBinding(); void setSocketBinding(...
158
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.mail; import com.google.gwt.event.shared.EventBus; import com.google.inject.Inject; import com.gwtplatform.mvp.client.Presenter; import com.gwtplatform.mvp.client.View; import com.gwtplatform.mvp.client.annotations.NameToken; import com.gwtplatform.mvp.client.annotatio...
2,350
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.mail; /** * @author Heiko Braun * @date 2/14/12 */ public enum ServerType { smtp, imap, pop3 }
44
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.mail; import com.google.gwt.dom.client.Style; import com.google.gwt.user.client.ui.LayoutPanel; import com.google.gwt.user.client.ui.Widget; import org.jboss.as.console.client.Console; import org.jboss.as.console.client.core.DisposableViewImpl; import org.jboss.as.cons...
571
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.mail; /** * @author Heiko Braun * @date 11/28/11 */ import org.jboss.as.console.client.widgets.forms.Address; import org.jboss.as.console.client.widgets.forms.Binding; @Address("/subsystem=mail/mail-session={0}") public interface MailSession { @Binding(detype...
209
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.mail; import com.google.gwt.cell.client.ActionCell; import com.google.gwt.event.dom.client.ClickEvent; import com.google.gwt.event.dom.client.ClickHandler; import com.google.gwt.user.cellview.client.Column; import com.google.gwt.user.cellview.client.TextColumn; import ...
1,263
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.mail; import com.google.gwt.event.dom.client.ClickEvent; import com.google.gwt.event.dom.client.ClickHandler; import com.google.gwt.user.client.ui.VerticalPanel; import com.google.gwt.user.client.ui.Widget; import org.jboss.as.console.client.shared.help.FormHelpPanel; ...
639
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.mail; import com.google.gwt.event.dom.client.ClickEvent; import com.google.gwt.event.dom.client.ClickHandler; import com.google.gwt.user.cellview.client.TextColumn; import com.google.gwt.user.client.ui.HTML; import com.google.gwt.user.client.ui.VerticalPanel; import co...
1,244
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.mail; import com.google.gwt.event.dom.client.ClickEvent; import com.google.gwt.event.dom.client.ClickHandler; import com.google.gwt.user.client.ui.VerticalPanel; import com.google.gwt.user.client.ui.Widget; import org.jboss.as.console.client.shared.help.FormHelpPanel; ...
497
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging; import com.allen_sauer.gwt.log.client.Log; import com.google.gwt.user.client.rpc.AsyncCallback; import org.jboss.as.console.client.domain.model.SimpleCallback; import org.jboss.as.console.client.shared.dispatch.AsyncCommand; import org.jboss.as.console.clien...
438
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging; import org.jboss.as.console.client.shared.subsys.messaging.model.ConnectionFactory; import org.jboss.as.console.client.shared.subsys.messaging.model.JMSEndpoint; import org.jboss.as.console.client.shared.subsys.messaging.model.Queue; import java.util.List; ...
224
github-java-corpus
2,012
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made avail...
1,556
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging.cluster; import com.google.gwt.event.dom.client.ClickEvent; import com.google.gwt.event.dom.client.ClickHandler; import com.google.gwt.user.client.ui.VerticalPanel; import com.google.gwt.user.client.ui.Widget; import org.jboss.as.console.client.shared.subsys....
457
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging.cluster; import com.google.gwt.event.shared.EventBus; import com.google.gwt.user.client.rpc.AsyncCallback; import com.google.inject.Inject; import com.gwtplatform.mvp.client.Presenter; import com.gwtplatform.mvp.client.View; import com.gwtplatform.mvp.client....
4,147
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging.cluster; import com.google.gwt.cell.client.TextCell; import com.google.gwt.event.dom.client.ClickEvent; import com.google.gwt.event.dom.client.ClickHandler; import com.google.gwt.user.cellview.client.Column; import com.google.gwt.user.client.rpc.AsyncCallback...
982
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging.cluster; import com.google.gwt.cell.client.TextCell; import com.google.gwt.event.dom.client.ClickEvent; import com.google.gwt.event.dom.client.ClickHandler; import com.google.gwt.user.cellview.client.Column; import com.google.gwt.user.client.rpc.AsyncCallback...
962
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging.cluster; import com.google.gwt.event.dom.client.ClickEvent; import com.google.gwt.event.dom.client.ClickHandler; import com.google.gwt.user.client.ui.VerticalPanel; import com.google.gwt.user.client.ui.Widget; import org.jboss.as.console.client.shared.subsys....
459
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging.cluster; import com.google.gwt.dom.client.Style; import com.google.gwt.user.client.ui.HTML; import com.google.gwt.user.client.ui.LayoutPanel; import com.google.gwt.user.client.ui.Widget; import org.jboss.as.console.client.Console; import org.jboss.as.console....
704
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging.cluster; import com.google.gwt.cell.client.TextCell; import com.google.gwt.event.dom.client.ClickEvent; import com.google.gwt.event.dom.client.ClickHandler; import com.google.gwt.user.cellview.client.Column; import com.google.gwt.user.client.rpc.AsyncCallback...
960
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging.cluster; import com.google.gwt.event.dom.client.ClickEvent; import com.google.gwt.event.dom.client.ClickHandler; import com.google.gwt.user.client.ui.VerticalPanel; import com.google.gwt.user.client.ui.Widget; import org.jboss.as.console.client.shared.subsys....
457
github-java-corpus
2,012
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made avail...
756
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging; import com.google.gwt.cell.client.TextCell; import com.google.gwt.event.dom.client.ClickEvent; import com.google.gwt.event.dom.client.ClickHandler; import com.google.gwt.user.cellview.client.Column; import com.google.gwt.user.client.rpc.AsyncCallback; import...
1,079
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging.model; import org.jboss.as.console.client.shared.properties.PropertyRecord; import org.jboss.as.console.client.widgets.forms.Binding; import java.util.List; /** * @author Heiko Braun * @date 4/4/12 */ public interface Acceptor { @Binding(skip = true...
212
github-java-corpus
2,012
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made avail...
315
github-java-corpus
2,012
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made avail...
315
github-java-corpus
2,012
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made avail...
807
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging.model; import org.jboss.as.console.client.widgets.forms.Binding; /** * @author Heiko Braun * @date 4/3/12 */ public interface Divert { @Binding(detypedName = "routing-name") String getRoutingName(); void setRoutingName(String name); @Bin...
193
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging.model; /** * @author Heiko Braun * @date 4/4/12 */ public enum ConnectorType { GENERIC("connector"), REMOTE("remote-connector"), INVM("in-vm-connector"); private String resource; public String getResource() { return resource; } ...
90
github-java-corpus
2,012
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made avail...
570
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging.model; import org.jboss.as.console.client.shared.properties.PropertyRecord; import org.jboss.as.console.client.widgets.forms.Binding; import java.util.List; /** * @author Heiko Braun * @date 4/4/12 */ public interface Connector { @Binding(skip = tru...
209
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging.model; import org.jboss.as.console.client.widgets.forms.Binding; import java.util.List; /** * @author Heiko Braun * @date 4/17/12 */ public interface Bridge { @Binding(skip = true) String getName(); void setName(String name); @Binding(d...
424
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging.model; import org.jboss.as.console.client.widgets.forms.Binding; import java.util.List; /** * @author Heiko Braun * @date 4/18/12 */ public interface BroadcastGroup { @Binding(skip = true) String getName(); void setName(String name); @B...
153
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging.model; import org.jboss.as.console.client.widgets.forms.Binding; /** * @author Heiko Braun * @date 4/18/12 */ public interface ClusterConnection { @Binding(skip = true) String getName(); void setName(String name); @Binding(detypedName = ...
429
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging.model; import org.jboss.as.console.client.shared.properties.PropertyRecord; import org.jboss.as.console.client.widgets.forms.Binding; import java.util.List; /** * @author Heiko Braun * @date 4/4/12 */ public interface ConnectorService { @Binding(ski...
139
github-java-corpus
2,012
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made avail...
422
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging.model; import org.jboss.as.console.client.widgets.forms.Binding; import java.util.List; /** * @author Heiko Braun * @date 4/18/12 */ public interface DiscoveryGroup { @Binding(skip = true) String getName(); void setName(String name); @B...
151
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging.model; import org.jboss.as.console.client.widgets.forms.Address; /** * @author Heiko Braun * @date 9/27/11 */ @Address("/subsystem=messaging/hornetq-server={0}/jms-topic={1}") public interface Topic extends JMSEndpoint { }
72
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging.model; /** * @author Heiko Braun * @date 4/4/12 */ public enum AcceptorType { GENERIC("acceptor"), REMOTE("remote-acceptor"), INVM("in-vm-acceptor"); private String resource; public String getResource() { return resource; } A...
95
github-java-corpus
2,012
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made avail...
407
github-java-corpus
2,012
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made avail...
820
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging; import com.google.gwt.event.dom.client.ClickEvent; import com.google.gwt.event.dom.client.ClickHandler; import com.google.gwt.user.client.ui.VerticalPanel; import com.google.gwt.user.client.ui.Widget; import org.jboss.as.console.client.shared.subsys.messagin...
436
github-java-corpus
2,012
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made avail...
784
github-java-corpus
2,012
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made avail...
986
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging; import com.google.gwt.event.dom.client.ClickEvent; import com.google.gwt.event.dom.client.ClickHandler; import com.google.gwt.user.client.ui.VerticalPanel; import com.google.gwt.user.client.ui.Widget; import org.jboss.as.console.client.shared.subsys.messagin...
467
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging; import com.google.gwt.cell.client.ActionCell; import com.google.gwt.user.cellview.client.CellTable; import com.google.gwt.user.cellview.client.Column; import com.google.gwt.user.cellview.client.TextColumn; import com.google.gwt.user.client.ui.Widget; import ...
573
github-java-corpus
2,012
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made avail...
8,225
github-java-corpus
2,012
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made avail...
487
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging.forms; import com.google.gwt.user.client.ui.MultiWordSuggestOracle; import com.google.gwt.user.client.ui.Widget; import org.jboss.as.console.client.shared.help.FormHelpPanel; import org.jboss.as.console.client.shared.subsys.Baseadress; import org.jboss.as.con...
967
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging.forms; import com.google.gwt.user.client.ui.MultiWordSuggestOracle; import com.google.gwt.user.client.ui.Widget; import org.jboss.as.console.client.shared.help.FormHelpPanel; import org.jboss.as.console.client.shared.subsys.Baseadress; import org.jboss.as.con...
731
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging.forms; import com.google.gwt.user.client.ui.Widget; import org.jboss.as.console.client.shared.help.FormHelpPanel; import org.jboss.as.console.client.shared.subsys.Baseadress; import org.jboss.as.console.client.shared.subsys.messaging.model.ConnectionFactory; ...
760
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging.forms; import com.google.gwt.user.client.ui.MultiWordSuggestOracle; import com.google.gwt.user.client.ui.Widget; import org.jboss.as.console.client.shared.help.FormHelpPanel; import org.jboss.as.console.client.shared.subsys.Baseadress; import org.jboss.as.con...
866
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging.forms; import com.google.gwt.user.client.ui.MultiWordSuggestOracle; import com.google.gwt.user.client.ui.Widget; import org.jboss.as.console.client.shared.help.FormHelpPanel; import org.jboss.as.console.client.shared.subsys.Baseadress; import org.jboss.as.con...
775
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging.forms; import com.google.gwt.user.client.ui.Widget; import org.jboss.as.console.client.shared.help.FormHelpPanel; import org.jboss.as.console.client.shared.subsys.Baseadress; import org.jboss.as.console.client.shared.subsys.messaging.model.Bridge; import org....
486
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging.forms; import com.google.gwt.user.client.ui.MultiWordSuggestOracle; import com.google.gwt.user.client.ui.Widget; import org.jboss.as.console.client.shared.help.FormHelpPanel; import org.jboss.as.console.client.shared.subsys.Baseadress; import org.jboss.as.con...
635
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging.forms; import com.google.gwt.user.client.ui.Widget; import org.jboss.as.console.client.shared.help.FormHelpPanel; import org.jboss.as.console.client.shared.subsys.Baseadress; import org.jboss.as.console.client.shared.subsys.messaging.model.ConnectionFactory; ...
520
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging.forms; import com.google.gwt.user.client.ui.MultiWordSuggestOracle; import com.google.gwt.user.client.ui.Widget; import org.jboss.as.console.client.shared.help.FormHelpPanel; import org.jboss.as.console.client.shared.subsys.Baseadress; import org.jboss.as.con...
952
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging.forms; import com.google.gwt.user.client.ui.MultiWordSuggestOracle; import com.google.gwt.user.client.ui.Widget; import org.jboss.as.console.client.shared.help.FormHelpPanel; import org.jboss.as.console.client.shared.subsys.Baseadress; import org.jboss.as.con...
987
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging.forms; import com.google.gwt.user.client.ui.MultiWordSuggestOracle; import com.google.gwt.user.client.ui.Widget; import org.jboss.as.console.client.shared.help.FormHelpPanel; import org.jboss.as.console.client.shared.subsys.Baseadress; import org.jboss.as.con...
728
github-java-corpus
2,012
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made avail...
772
github-java-corpus
2,012
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made avail...
731
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging; import com.google.gwt.cell.client.TextCell; import com.google.gwt.event.dom.client.ClickEvent; import com.google.gwt.event.dom.client.ClickHandler; import com.google.gwt.user.cellview.client.Column; import com.google.gwt.user.client.ui.Widget; import com.goo...
1,070
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging; import com.gwtplatform.mvp.client.proxy.PlaceManager; /** * @author Heiko Braun * @date 4/2/12 */ public interface CommonMsgPresenter { PlaceManager getPlaceManager(); }
54
github-java-corpus
2,012
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made avail...
1,435
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging.connections; import com.google.gwt.event.shared.EventBus; import com.google.gwt.user.client.rpc.AsyncCallback; import com.google.inject.Inject; import com.gwtplatform.mvp.client.Presenter; import com.gwtplatform.mvp.client.View; import com.gwtplatform.mvp.cli...
7,081
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging.connections; import com.google.gwt.dom.client.Style; import com.google.gwt.user.client.ui.HTML; import com.google.gwt.user.client.ui.LayoutPanel; import com.google.gwt.user.client.ui.Widget; import org.jboss.as.console.client.Console; import org.jboss.as.cons...
911
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging.connections; import com.google.gwt.cell.client.TextCell; import com.google.gwt.event.dom.client.ClickEvent; import com.google.gwt.event.dom.client.ClickHandler; import com.google.gwt.user.cellview.client.Column; import com.google.gwt.user.client.rpc.AsyncCall...
1,189
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging.connections; import com.google.gwt.event.dom.client.ClickEvent; import com.google.gwt.event.dom.client.ClickHandler; import com.google.gwt.user.client.ui.VerticalPanel; import com.google.gwt.user.client.ui.Widget; import org.jboss.as.console.client.shared.sub...
518
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging.connections; import com.google.gwt.cell.client.TextCell; import com.google.gwt.event.dom.client.ClickEvent; import com.google.gwt.event.dom.client.ClickHandler; import com.google.gwt.user.cellview.client.Column; import com.google.gwt.user.client.rpc.AsyncCall...
1,103
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.messaging.connections; import com.google.gwt.dom.client.Style; import com.google.gwt.event.dom.client.ChangeEvent; import com.google.gwt.event.dom.client.ChangeHandler; import com.google.gwt.user.client.ui.DeckPanel; import com.google.gwt.user.client.ui.HTML; import co...
695