congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
DocumentNamePanel
Code IndexAdd Tabnine to your IDE (free)

How to use
DocumentNamePanel
in
de.tudarmstadt.ukp.clarin.webanno.ui.annotation.component

Best Java code snippets using de.tudarmstadt.ukp.clarin.webanno.ui.annotation.component.DocumentNamePanel (Showing top 9 results out of 315)

origin: webanno/webanno

private DocumentNamePanel createDocumentInfoLabel()
{
  return new DocumentNamePanel("documentNamePanel", getModel());
}
origin: webanno/webanno

public DocumentNamePanel(String id, final IModel<AnnotatorState> aModel)
{
  super(id, aModel);
  setOutputMarkupId(true);
  add(new Label("doumentName", LambdaModel.of(this::getLabel)).setOutputMarkupId(true));
}

origin: webanno/webanno

public AnnotatorState getModelObject()
{
  return (AnnotatorState) getDefaultModelObject();
}
origin: de.tudarmstadt.ukp.clarin.webanno/webanno-ui-curation

add(curationPanel);
add(documentNamePanel = new DocumentNamePanel("documentNamePanel", getModel()));
documentNamePanel.setOutputMarkupId(true);
origin: webanno/webanno

AnnotatorState state = getModelObject();
if (RuntimeConfigurationType.DEVELOPMENT.equals(getApplication().getConfigurationType())) {
  sb.append(" (");
  if (state.getProject() != null) {
origin: webanno/webanno

add(curationPanel);
add(documentNamePanel = new DocumentNamePanel("documentNamePanel", getModel()));
documentNamePanel.setOutputMarkupId(true);
origin: webanno/webanno

private DocumentNamePanel createDocumentInfoLabel()
{
  return new DocumentNamePanel("documentNamePanel", getModel());
}
origin: webanno/webanno

curationContainer.setBratAnnotatorModel(getModelObject());
add(documentNamePanel = new DocumentNamePanel("documentNamePanel", getModel()));
origin: de.tudarmstadt.ukp.clarin.webanno/webanno-ui-automation

curationContainer.setBratAnnotatorModel(getModelObject());
add(documentNamePanel = new DocumentNamePanel("documentNamePanel", getModel()));
de.tudarmstadt.ukp.clarin.webanno.ui.annotation.componentDocumentNamePanel

Javadoc

A Panel which contains a Label to display document name as concatenations of ExportedProject#getName() and ExportedSourceDocument#getName()

Most used methods

  • <init>
  • setOutputMarkupId
  • add
  • getApplication
  • getDefaultModelObject
  • getModelObject

Popular in Java

  • Creating JSON documents from java classes using gson
  • startActivity (Activity)
  • getContentResolver (Context)
  • requestLocationUpdates (LocationManager)
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • ArrayList (java.util)
    ArrayList is an implementation of List, backed by an array. All optional operations including adding
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • Loader (org.hibernate.loader)
    Abstract superclass of object loading (and querying) strategies. This class implements useful common
  • Location (org.springframework.beans.factory.parsing)
    Class that models an arbitrary location in a Resource.Typically used to track the location of proble
  • Top 12 Jupyter Notebook extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now