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 avail...
1,008
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...
326
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...
556
github-java-corpus
2,012
package org.jboss.as.console.client.core; import com.google.gwt.user.client.ui.HTMLPanel; import com.google.gwt.user.client.ui.Widget; /** * @author Heiko Braun * @date 12/7/11 */ public class LoadingPanel { public Widget asWidget() { HTMLPanel html = new HTMLPanel("<center><div id='loading-panel'><i...
112
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...
2,276
github-java-corpus
2,012
package org.jboss.as.console.client.core; import com.gwtplatform.mvp.client.proxy.Gatekeeper; import javax.inject.Inject; import javax.inject.Singleton; /** * @author Heiko Braun * @date 1/26/12 */ @Singleton public class DomainGateKeeper implements Gatekeeper { private final BootstrapContext bootstrapConte...
118
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...
598
github-java-corpus
2,012
package org.jboss.as.console.client.core.bootstrap; import com.google.gwt.user.client.rpc.AsyncCallback; import org.jboss.as.console.client.plugins.SubsystemRegistry; import org.jboss.as.console.client.shared.SubsystemMetaData; import org.jboss.as.console.client.shared.dispatch.AsyncCommand; /** * @author Heiko Brau...
142
github-java-corpus
2,012
package org.jboss.as.console.client.core.bootstrap; import com.google.gwt.user.client.rpc.AsyncCallback; import com.google.gwt.user.client.ui.RootLayoutPanel; import com.google.gwt.user.client.ui.Widget; import org.jboss.as.console.client.shared.dispatch.AsyncCommand; /** * @author Heiko Braun * @date 12/7/11 */ p...
137
github-java-corpus
2,012
package org.jboss.as.console.client.core.bootstrap; import com.google.gwt.user.client.rpc.AsyncCallback; import org.jboss.as.console.client.Console; import org.jboss.as.console.client.core.BootstrapContext; import org.jboss.as.console.client.domain.model.ProfileRecord; import org.jboss.as.console.client.domain.model.P...
428
github-java-corpus
2,012
package org.jboss.as.console.client.core.bootstrap; import com.google.gwt.user.client.rpc.AsyncCallback; import com.google.gwt.visualization.client.VisualizationUtils; import com.google.gwt.visualization.client.visualizations.corechart.LineChart; import org.jboss.as.console.client.shared.dispatch.AsyncCommand; /** *...
157
github-java-corpus
2,012
package org.jboss.as.console.client.core.bootstrap; import com.google.gwt.user.client.rpc.AsyncCallback; import org.jboss.as.console.client.core.BootstrapContext; import org.jboss.as.console.client.shared.dispatch.AsyncCommand; import org.jboss.as.console.client.shared.dispatch.ResponseProcessorFactory; /** * @autho...
148
github-java-corpus
2,012
package org.jboss.as.console.client.core.bootstrap; import com.google.gwt.core.client.Scheduler; import com.google.gwt.user.client.History; import com.google.gwt.user.client.rpc.AsyncCallback; import com.gwtplatform.mvp.client.proxy.PlaceManager; import com.gwtplatform.mvp.client.proxy.PlaceRequest; import com.gwtplat...
481
github-java-corpus
2,012
package org.jboss.as.console.client.core.bootstrap; import com.google.gwt.user.client.Window; import com.google.gwt.user.client.rpc.AsyncCallback; import org.jboss.as.console.client.Console; import org.jboss.as.console.client.shared.dispatch.AsyncCommand; import java.util.LinkedList; /** * @author Heiko Braun * @d...
300
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...
2,952
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 avai...
5,813
github-java-corpus
2,012
package org.jboss.as.console.client.core.gin; import com.gwtplatform.mvp.client.gin.AbstractPresenterModule; import org.jboss.as.console.client.standalone.runtime.VMMetricsPresenter; import org.jboss.as.console.client.standalone.runtime.VMMetricsView; import org.jboss.as.console.spi.GinExtensionBinding; /** * @autho...
143
github-java-corpus
2,012
package org.jboss.as.console.client.core.gin; import com.google.gwt.inject.client.AsyncProvider; import org.jboss.as.console.client.shared.subsys.tx.TransactionPresenter; import org.jboss.as.console.spi.GinExtension; /** * @author Heiko Braun * @date 3/27/12 */ @GinExtension("org.jboss.as.console.App") public inte...
88
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...
331
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...
757
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...
921
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,039
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,196
github-java-corpus
2,012
package org.jboss.as.console.client.core; import com.google.gwt.event.shared.SimpleEventBus; import com.google.web.bindery.event.shared.Event; import org.jboss.as.console.client.shared.dispatch.InvocationMetrics; import javax.inject.Inject; /** * @author Heiko Braun * @date 8/29/12 */ public class DebugEventBus e...
196
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...
336
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
package org.jboss.as.console.client.core; import com.google.inject.BindingAnnotation; import java.lang.annotation.Retention; import java.lang.annotation.Target; import static java.lang.annotation.ElementType.*; import static java.lang.annotation.RetentionPolicy.RUNTIME; @BindingAnnotation @Target({ FIELD, PARAMETER...
74
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...
4,279
github-java-corpus
2,012
package org.jboss.as.console.client.core; import com.google.inject.BindingAnnotation; import java.lang.annotation.Retention; import java.lang.annotation.Target; import static java.lang.annotation.ElementType.*; import static java.lang.annotation.RetentionPolicy.RUNTIME; @BindingAnnotation @Target({ FIELD, PARAMETER...
72
github-java-corpus
2,012
package org.jboss.as.console.client.core; import com.gwtplatform.mvp.client.proxy.Gatekeeper; import javax.inject.Inject; import javax.inject.Singleton; /** * @author Heiko Braun * @date 1/26/12 */ @Singleton public class StandaloneGateKeeper implements Gatekeeper { private final BootstrapContext bootstrapC...
119
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,616
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...
2,522
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...
2,233
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...
817
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...
671
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...
2,556
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,228
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 mad...
2,052
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...
535
github-java-corpus
2,012
package org.jboss.as.console.client.shared.viewframework; import com.google.gwt.user.client.ui.Widget; import org.jboss.as.console.client.Console; import org.jboss.as.console.client.shared.properties.NewPropertyWizard; import org.jboss.as.console.client.shared.properties.PropertyEditor; import org.jboss.as.console.cli...
613
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,044
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...
330
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...
385
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...
355
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...
504
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...
307
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,131
github-java-corpus
2,012
package org.jboss.as.console.client.shared.viewframework; /* * 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 ...
1,004
github-java-corpus
2,012
package org.jboss.as.console.client.shared.viewframework; import org.jboss.as.console.client.shared.properties.PropertyRecord; import java.util.List; /** * @author Heiko Braun * @date 11/21/11 */ public interface HasProperties { List<PropertyRecord> getProperties(); }
60
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...
417
github-java-corpus
2,012
package org.jboss.as.console.client.shared.viewframework; /** * @author Heiko Braun * @date 11/18/11 */ public interface FrameworkPresenter { EntityToDmrBridge getEntityBridge(); }
45
github-java-corpus
2,012
package org.jboss.as.console.client.shared.viewframework; import com.google.gwt.user.client.ui.IsWidget; import com.google.gwt.view.client.ListDataProvider; import java.util.List; /** * @author Heiko Braun * @date 11/21/11 */ public interface EntityListView<T> extends IsWidget { ListDataProvider<T> getDataPr...
87
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...
508
github-java-corpus
2,012
package org.jboss.as.console.client.shared.viewframework.builder; import com.google.gwt.dom.client.Style; import com.google.gwt.safehtml.shared.SafeHtml; import com.google.gwt.safehtml.shared.SafeHtmlBuilder; import com.google.gwt.user.cellview.client.CellTable; import com.google.gwt.user.client.ui.LayoutPanel; import...
1,279
github-java-corpus
2,012
package org.jboss.as.console.client.shared.viewframework.builder; import com.google.gwt.user.cellview.client.CellTable; class NamedTable<T> { String title; CellTable<T> widget; NamedTable(String title, CellTable<T> table) { this.title = title; this.widget = table; } }
67
github-java-corpus
2,012
package org.jboss.as.console.client.shared.viewframework.builder; import com.google.gwt.user.client.ui.Widget; import org.jboss.ballroom.client.widgets.window.DefaultWindow; /** * @author Heiko Braun * @date 12/1/11 */ public class ModalWindowLayout { private Widget widget; private String title = "TITLE";...
216
github-java-corpus
2,012
package org.jboss.as.console.client.shared.viewframework.builder; import com.google.gwt.dom.client.Style; import com.google.gwt.user.client.ui.LayoutPanel; import com.google.gwt.user.client.ui.ScrollPanel; import com.google.gwt.user.client.ui.VerticalPanel; import com.google.gwt.user.client.ui.Widget; import org.jboss...
743
github-java-corpus
2,012
package org.jboss.as.console.client.shared.viewframework.builder; 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; import org.jboss.as.console.client.widgets.forms.FormToolStrip; import org.jboss.ballroom.clie...
269
github-java-corpus
2,012
package org.jboss.as.console.client.shared.viewframework.builder; import com.google.gwt.user.client.ui.Widget; class NamedWidget { String title; Widget widget; NamedWidget(String title, Widget widget) { this.title = title; this.widget = widget; } }
57
github-java-corpus
2,012
package org.jboss.as.console.client.shared.viewframework.builder; import com.google.gwt.dom.client.Style; import com.google.gwt.user.client.ui.LayoutPanel; import com.google.gwt.user.client.ui.ScrollPanel; import com.google.gwt.user.client.ui.TabPanel; import com.google.gwt.user.client.ui.VerticalPanel; import com.goo...
1,130
github-java-corpus
2,012
package org.jboss.as.console.client.shared.viewframework; import com.google.gwt.user.client.ui.IsWidget; /** * @author Heiko Braun * @date 11/21/11 */ public interface SingleEntityView<T> extends IsWidget { void updatedEntity(T entity); String getTitle(); }
62
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,786
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...
865
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...
335
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...
925
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...
766
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...
548
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...
552
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...
4,065
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.jacorb; import com.google.inject.Inject; import org.jboss.as.console.client.Console; import org.jboss.as.console.client.shared.dispatch.DispatchAsync; import org.jboss.as.console.client.shared.subsys.jacorb.model.JacOrbSubsystem; import org.jboss.as.console.client.shar...
600
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...
932
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,758
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...
458
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...
368
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...
333
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,392
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,246
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.web; 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; i...
599
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...
4,093
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,595
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.web; import com.google.gwt.user.client.rpc.AsyncCallback; import org.jboss.as.console.client.Console; import org.jboss.as.console.client.domain.model.SimpleCallback; import org.jboss.as.console.client.shared.BeanFactory; import org.jboss.as.console.client.shared.dispa...
589
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,049
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.jpa; 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.annotation...
945
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.jpa.model; import org.jboss.as.console.client.widgets.forms.Address; import org.jboss.as.console.client.widgets.forms.Binding; /** * @author Heiko Braun * @date 11/28/11 */ @Address("/subsystem=jpa") public interface JpaSubsystem { @Binding(detypedName = "defa...
92
github-java-corpus
2,012
package org.jboss.as.console.client.shared.subsys.jpa; 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.console.client.shared.help.FormHelpPanel; import org.jboss.as.console.client.shared.subsys.Base...
555
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...
859
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...
564
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,912
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...
262
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...
259
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...
249
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...
458
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...
294
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...
352
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...
249
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...
503
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...
638
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...
514
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...
568
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...
3,791