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 | 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.ui.Widget;
im... | 1,014 |
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... | 448 |
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... | 718 |
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,134 |
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... | 507 |
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... | 424 |
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... | 800 |
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,207 |
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,376 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.subsys.messaging;
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.... | 1,110 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.state;
/*
* 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 contribu... | 362 |
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... | 308 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.state;
/**
* @author Heiko Braun
* @date 1/18/12
*/
public class ServerState {
private String name;
private boolean reloadRequired;
private boolean restartRequired;
public ServerState(String name) {
this.name = name;
}
public String getNam... | 151 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.state;
import org.jboss.as.console.client.Console;
import javax.inject.Singleton;
import java.util.HashMap;
import java.util.Map;
/**
* @author Heiko Braun
* @date 12/14/11
*/
@Singleton
public class ReloadState {
private Map<String, ServerState> serverStates = new ... | 380 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.state;
/*
* 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 contribu... | 542 |
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... | 451 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.help;
import com.google.gwt.event.dom.client.ClickEvent;
import com.google.gwt.event.dom.client.ClickHandler;
import com.google.gwt.event.logical.shared.CloseEvent;
import com.google.gwt.event.logical.shared.CloseHandler;
import com.google.gwt.event.logical.shared.OpenEvent;
... | 602 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.help;
import com.allen_sauer.gwt.log.client.Log;
import com.google.gwt.safehtml.shared.SafeHtmlBuilder;
import com.google.gwt.user.client.rpc.AsyncCallback;
import com.google.gwt.user.client.ui.HTML;
import org.jboss.as.console.client.shared.Preferences;
import org.jboss.as.c... | 1,441 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.help;
import com.google.gwt.event.dom.client.ClickEvent;
import com.google.gwt.event.dom.client.ClickHandler;
import com.google.gwt.event.logical.shared.CloseEvent;
import com.google.gwt.event.logical.shared.CloseHandler;
import com.google.gwt.event.logical.shared.OpenEvent;
... | 732 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.help;
import com.allen_sauer.gwt.log.client.Log;
import com.google.gwt.event.dom.client.ClickEvent;
import com.google.gwt.event.dom.client.ClickHandler;
import com.google.gwt.event.logical.shared.CloseEvent;
import com.google.gwt.event.logical.shared.CloseHandler;
import com.... | 745 |
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... | 700 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.jvm.model;
import org.jboss.as.console.client.widgets.forms.Binding;
/**
* @author Heiko Braun
* @date 9/29/11
*/
public interface ThreadMetric {
@Binding(detypedName = "thread-count")
long getCount();
void setCount(long l);
@Binding(detypedName = "peak-... | 147 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.jvm.model;
/**
* @author Heiko Braun
* @date 10/7/11
*/
public class CompositeVMMetric {
HeapMetric nonHeap;
HeapMetric heap;
OSMetric os;
RuntimeMetric runtime;
ThreadMetric threads;
public CompositeVMMetric() {
}
public CompositeVMMetri... | 297 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.jvm.model;
import org.jboss.as.console.client.widgets.forms.Binding;
/**
* @author Heiko Braun
* @date 9/29/11
*/
public interface RuntimeMetric {
@Binding(detypedName = "vm-name")
String getVmName();
void setVmName(String name);
@Binding(detypedName = "... | 108 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.jvm.model;
/**
* @author Heiko Braun
* @date 9/28/11
*/
public interface HeapMetric {
long getInit();
void setInit(long l);
long getUsed();
void setUsed(long l);
long getCommitted();
void setCommitted(long l);
long getMax();
void setMax(... | 85 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.jvm.model;
import org.jboss.as.console.client.widgets.forms.Binding;
/**
* @author Heiko Braun
* @date 9/29/11
*/
public interface OSMetric {
String getName();
void setName(String name);
String getVersion();
void setVersion(String version);
@Binding... | 96 |
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... | 666 |
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... | 301 |
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... | 569 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.jvm;
import com.allen_sauer.gwt.log.client.Log;
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.j... | 1,209 |
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,356 |
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... | 505 |
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... | 328 |
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... | 340 |
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... | 308 |
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... | 737 |
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,225 |
github-java-corpus | 2,012 | /*
* JBoss, Home of Professional Open Source
* Copyright <YEAR> 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 ava... | 1,657 |
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... | 442 |
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... | 627 |
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... | 256 |
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... | 267 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.dispatch;
import org.jboss.as.console.client.shared.state.ReloadState;
import org.jboss.dmr.client.ModelNode;
import javax.inject.Inject;
/**
* @author Heiko Braun
* @date 1/17/12
*/
public class ResponseProcessorFactory {
@Inject
public static ResponseProcessor... | 211 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.dispatch;
import com.google.gwt.core.client.Scheduler;
import org.jboss.as.console.client.shared.dispatch.impl.DMRResponse;
import java.util.HashMap;
import java.util.Map;
/**
* @author Heiko Braun
* @date 8/29/12
*/
public class DMRCache {
private static Map<String... | 201 |
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... | 312 |
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,563 |
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... | 532 |
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... | 291 |
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... | 460 |
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... | 412 |
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... | 471 |
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... | 297 |
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... | 253 |
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... | 273 |
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... | 284 |
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 | package org.jboss.as.console.client.shared.dispatch;
import org.jboss.dmr.client.ModelNode;
/**
* @author Heiko Braun
* @date 1/17/12
*/
public interface ResponseProcessor {
void process(ModelNode response);
}
| 50 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.dispatch;
/**
* @author Heiko Braun
* @date 4/12/11
*/
public interface HandlerMapping {
ActionHandler resolve(Action action);
void register(ActionType actionType, ActionHandler handler);
}
| 53 |
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... | 330 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.dispatch;
import org.jboss.as.console.client.Console;
import org.jboss.as.console.client.shared.state.ReloadState;
import org.jboss.dmr.client.ModelNode;
import org.jboss.dmr.client.Property;
import javax.inject.Inject;
import java.util.List;
/**
* @author Heiko Braun
* @... | 398 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.dispatch;
import org.jboss.as.console.client.shared.state.ReloadState;
import org.jboss.dmr.client.ModelNode;
import org.jboss.dmr.client.Property;
import javax.inject.Inject;
import java.util.List;
/**
* @author Heiko Braun
* @date 1/17/12
*/
public class DomainResponse... | 633 |
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... | 402 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.expr;
/**
* @author Heiko Braun
* @date 10/4/11
*/
public class Expression {
private String key;
private String defaultValue = null;
public Expression(String key) {
this.key = key;
}
public Expression(String key, String defaultValue) {
... | 223 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.expr;
import com.google.gwt.user.client.rpc.AsyncCallback;
import java.util.Map;
/**
* @author Heiko Braun
* @date 10/4/11
*/
public abstract class ExpressionResolver {
public abstract void resolveValue(Expression expr, AsyncCallback<Map<String,String>> callback);
}... | 66 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.expr;
import com.google.gwt.autobean.shared.AutoBean;
import com.google.gwt.autobean.shared.AutoBeanUtils;
import java.util.HashMap;
import java.util.Map;
/**
* API to read/write expression overlays on entities.
*
* @author Heiko Braun
* @date 10/17/11
*/
public class ... | 291 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.expr;
/**
* @author Heiko Braun
* @date 10/4/11
*/
import com.google.gwt.cell.client.AbstractCell;
import com.google.gwt.cell.client.ValueUpdater;
import com.google.gwt.dom.client.Element;
import com.google.gwt.dom.client.NativeEvent;
import com.google.gwt.safehtml.shared... | 378 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.expr;
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 org.jboss.as.console.client.domain.model.SimpleCallback;
import org.jboss.as.console.client.tools.Tool;
imp... | 692 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.expr;
/**
* @author Heiko Braun
* @date 10/4/11
*/
public interface ExpressionValue {
String getKey();
void setKey(String s);
String getDefaultValue();
void setDefaultValue(String s);
String getResolvedValue();
void setResolvedValue(String s);
}
| 71 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.expr;
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.SimpleCallback;
import org.jboss.as.console.client.shared.dispatch.... | 621 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.expr;
import com.google.gwt.user.cellview.client.TextColumn;
/**
* @author Heiko Braun
* @date 10/17/11
*/
public abstract class ExpressionColumn<T> extends TextColumn<T> {
private String javaName;
protected ExpressionColumn(String javaName) {
this.javaN... | 138 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.expr;
import org.jboss.as.console.client.widgets.forms.Binding;
/**
* @author Heiko Braun
* @date 10/4/11
*/
public interface HasExpression {
@Binding(skip = true)
Expression getExpression();
void setExpression(Expression expr);
}
| 63 |
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 | /*
* 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,329 |
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,708 |
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... | 345 |
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... | 307 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.deployment;
import com.google.gwt.view.client.ListDataProvider;
import org.jboss.as.console.client.shared.model.DeploymentRecord;
import org.jboss.as.console.client.widgets.tables.DataProviderFilter;
/**
* @author Heiko Braun
* @date 7/31/12
*/
public class DeploymentFilt... | 132 |
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... | 427 |
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,680 |
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,296 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.deployment;
import com.google.gwt.cell.client.SafeHtmlCell;
import com.google.gwt.safehtml.shared.SafeHtml;
import com.google.gwt.safehtml.shared.SafeHtmlBuilder;
import com.google.gwt.user.cellview.client.Column;
import org.jboss.as.console.client.shared.model.DeploymentReco... | 240 |
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... | 735 |
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... | 715 |
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... | 967 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.general;
import com.google.gwt.user.client.ui.SuggestOracle;
/**
* @author Heiko Braun
* @date 2/27/12
*/
public interface SuggestionManagement {
void requestSuggestions(SuggestOracle.Request request, SuggestOracle.Callback callback);
}
| 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... | 570 |
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... | 924 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.general;
import org.jboss.as.console.client.shared.general.model.Interface;
import org.jboss.as.console.client.shared.general.validation.ValidationResult;
import org.jboss.dmr.client.ModelNode;
import java.util.Map;
/**
* @author Heiko Braun
* @date 11/17/11
*/
public in... | 162 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.general;
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.google.gwt.v... | 921 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.general;
import com.google.gwt.dom.client.Style;
import com.google.gwt.event.dom.client.ClickEvent;
import com.google.gwt.event.dom.client.ClickHandler;
import com.google.gwt.safehtml.shared.SafeHtmlBuilder;
import com.google.gwt.user.cellview.client.TextColumn;
import com.go... | 1,884 |
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... | 515 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.general.model;
import com.google.gwt.user.client.rpc.AsyncCallback;
import org.jboss.as.console.client.domain.model.SimpleCallback;
import org.jboss.as.console.client.shared.BeanFactory;
import org.jboss.as.console.client.shared.dispatch.AsyncCommand;
import org.jboss.as.cons... | 579 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.general.model;
import org.jboss.as.console.client.widgets.forms.Binding;
/**
* @author Heiko Braun
* @date 4/19/12
*/
public interface LocalSocketBinding {
@Binding(skip = true)
String getName();
void setName(String name);
@Binding(detypedName = "source-... | 165 |
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... | 726 |
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... | 434 |
github-java-corpus | 2,012 | package org.jboss.as.console.client.shared.general.model;
import org.jboss.as.console.client.widgets.forms.Address;
import org.jboss.as.console.client.widgets.forms.Binding;
/**
* @author Heiko Braun
* @date 1/12/12
*/
@Address("/socket-binding-group={0}")
public interface SocketGroup {
String getName();
... | 98 |
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... | 738 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.