index
int64
repo_id
string
file_path
string
content
string
0
java-sources/at/chrl/chrl-rebellion/1.1.0/at/chrl/rebellion
java-sources/at/chrl/chrl-rebellion/1.1.0/at/chrl/rebellion/metadata/OnClassUnload.java
/** * This file is part of aion-lightning <aion-lightning.org>. * * aion-lightning is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, either version 3 of the License, or (at your option) any * later versio...
0
java-sources/at/chrl/chrl-rebellion/1.1.0/at/chrl/rebellion
java-sources/at/chrl/chrl-rebellion/1.1.0/at/chrl/rebellion/metadata/Scheduled.java
/** * This file is part of aion-lightning <aion-lightning.org>. * * aion-lightning is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, either version 3 of the License, or (at your option) any * later versio...
0
java-sources/at/chrl/chrl-rebellion/1.1.0/at/chrl/rebellion/scripting
java-sources/at/chrl/chrl-rebellion/1.1.0/at/chrl/rebellion/scripting/impl/ScriptContextImpl.java
/** * This file is part of aion-lightning <aion-lightning.org>. * * aion-lightning is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, either version 3 of the License, or (at your option) any * later versio...
0
java-sources/at/chrl/chrl-rebellion/1.1.0/at/chrl/rebellion
java-sources/at/chrl/chrl-rebellion/1.1.0/at/chrl/rebellion/scriptmanager/ScriptInfo.java
/** * This file is part of aion-lightning <aion-lightning.org>. * * aion-lightning is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, either version 3 of the License, or (at your option) any * later versio...
0
java-sources/at/chrl/chrl-rebellion/1.1.0/at/chrl/rebellion
java-sources/at/chrl/chrl-rebellion/1.1.0/at/chrl/rebellion/scriptmanager/ScriptList.java
/** * This file is part of aion-lightning <aion-lightning.org>. * * aion-lightning is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, either version 3 of the License, or (at your option) any * later versio...
0
java-sources/at/chrl/chrl-rebellion/1.1.0/at/chrl/rebellion
java-sources/at/chrl/chrl-rebellion/1.1.0/at/chrl/rebellion/scriptmanager/ScriptManager.java
/** * This file is part of aion-lightning <aion-lightning.org>. * * aion-lightning is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, either version 3 of the License, or (at your option) any * later versio...
0
java-sources/at/chrl/chrl-rebellion/1.1.0/at/chrl/rebellion
java-sources/at/chrl/chrl-rebellion/1.1.0/at/chrl/rebellion/url/VirtualClassURLConnection.java
/** * This file is part of aion-lightning <aion-lightning.org>. * * aion-lightning is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, either version 3 of the License, or (at your option) any * later versio...
0
java-sources/at/chrl/chrl-rebellion/1.1.0/at/chrl/rebellion
java-sources/at/chrl/chrl-rebellion/1.1.0/at/chrl/rebellion/url/VirtualClassURLStreamHandler.java
/** * This file is part of aion-lightning <aion-lightning.org>. * * aion-lightning is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, either version 3 of the License, or (at your option) any * later versio...
0
java-sources/at/chrl/chrl-spring/1.1.0/at
java-sources/at/chrl/chrl-spring/1.1.0/at/chrl/Application.java
/** * This file is part of ChRL Util Collection. * * ChRL Util Collection is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * ...
0
java-sources/at/chrl/chrl-spring/1.1.0/at/chrl/spring
java-sources/at/chrl/chrl-spring/1.1.0/at/chrl/spring/config/AbstractWebAppInitializer.java
package at.chrl.spring.config; import javax.servlet.Filter; import javax.servlet.ServletContext; import javax.servlet.ServletException; import javax.servlet.ServletRegistration; import org.springframework.web.context.ContextCleanupListener; import org.springframework.web.context.ContextLoaderListener; import org.spri...
0
java-sources/at/chrl/chrl-spring/1.1.0/at/chrl/spring
java-sources/at/chrl/chrl-spring/1.1.0/at/chrl/spring/config/ApplicationConfig.java
/** * @author bravestone Feb 20, 2015 - 11:38:57 AM bravestone-spring * com.bravestone.spring.config */ package at.chrl.spring.config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Configuration;...
0
java-sources/at/chrl/chrl-spring/1.1.0/at/chrl/spring
java-sources/at/chrl/chrl-spring/1.1.0/at/chrl/spring/config/WebMvcConfig.java
package at.chrl.spring.config; import org.springframework.context.MessageSource; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Configuration; import org.springframework.context.support.ReloadableResourceBun...
0
java-sources/at/chrl/chrl-spring/1.1.0/at/chrl/spring
java-sources/at/chrl/chrl-spring/1.1.0/at/chrl/spring/controller/BasicController.java
package at.chrl.spring.controller; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.IOException; import java.io.PrintStream; import java.util.Date; import java.util.Objects; import java.util.Properties; import javax.servlet.http.HttpServletRequest; import org.codehaus.jackson.JsonGenerationE...
0
java-sources/at/chrl/chrl-spring/1.1.0/at/chrl
java-sources/at/chrl/chrl-spring/1.1.0/at/chrl/vaadin/ExampleUtil.java
/** * @author bravestone Feb 20, 2015 - 6:23:30 PM bravestone-spring * com.bravestone.vaadin */ package at.chrl.vaadin; import java.text.NumberFormat; import java.util.Locale; import java.util.Random; import java.util.TimeZone; import com.vaadin.data.Container; import com.vaadin.data.Item; import com.vaadi...
0
java-sources/at/chrl/chrl-spring/1.1.0/at/chrl
java-sources/at/chrl/chrl-spring/1.1.0/at/chrl/vaadin/SpringUIProvider.java
/** * @author bravestone Feb 20, 2015 - 4:34:35 PM bravestone-spring * com.bravestone.vaadin */ package at.chrl.vaadin; import org.springframework.context.ApplicationContext; import org.springframework.web.context.support.WebApplicationContextUtils; import com.vaadin.server.DefaultUIProvider; import com.va...
0
java-sources/at/chrl/chrl-spring/1.1.0/at/chrl/vaadin
java-sources/at/chrl/chrl-spring/1.1.0/at/chrl/vaadin/ui/BasicUI.java
package at.chrl.vaadin.ui; import org.springframework.context.annotation.Scope; import org.springframework.stereotype.Component; import at.chrl.vaadin.ui.views.ConfigView; import at.chrl.vaadin.ui.views.MainView; import com.vaadin.annotations.PreserveOnRefresh; import com.vaadin.annotations.Title; import com.vaadin....
0
java-sources/at/chrl/chrl-spring/1.1.0/at/chrl/vaadin
java-sources/at/chrl/chrl-spring/1.1.0/at/chrl/vaadin/ui/BasicUIView.java
/** * @author bravestone Feb 20, 2015 - 6:08:05 PM bravestone-spring * com.bravestone.vaadin.ui */ package at.chrl.vaadin.ui; import at.chrl.vaadin.ui.BasicUI.Views; import com.vaadin.navigator.View; import com.vaadin.ui.MenuBar; import com.vaadin.ui.MenuBar.Command; import com.vaadin.ui.MenuBar.MenuItem; ...
0
java-sources/at/chrl/chrl-spring/1.1.0/at/chrl/vaadin
java-sources/at/chrl/chrl-spring/1.1.0/at/chrl/vaadin/ui/HelloWorldUI.java
package at.chrl.vaadin.ui; import org.springframework.beans.factory.config.ConfigurableBeanFactory; import org.springframework.context.annotation.Scope; import org.springframework.stereotype.Component; import com.vaadin.annotations.PreserveOnRefresh; import com.vaadin.annotations.Title; import com.vaadin.server.Vaadi...
0
java-sources/at/chrl/chrl-spring/1.1.0/at/chrl/vaadin/ui
java-sources/at/chrl/chrl-spring/1.1.0/at/chrl/vaadin/ui/views/ConfigView.java
/** * @author bravestone Feb 20, 2015 - 6:32:22 PM bravestone-spring * com.bravestone.vaadin.ui.views */ package at.chrl.vaadin.ui.views; import java.io.File; import java.io.IOException; import java.util.Objects; import java.util.Properties; import at.chrl.nutils.configuration.ConfigUtil; import at.chrl.nu...
0
java-sources/at/chrl/chrl-spring/1.1.0/at/chrl/vaadin/ui
java-sources/at/chrl/chrl-spring/1.1.0/at/chrl/vaadin/ui/views/MainView.java
/** * @author bravestone Feb 20, 2015 - 5:37:59 PM bravestone-spring * com.bravestone.vaadin.ui.views */ package at.chrl.vaadin.ui.views; import java.io.ByteArrayOutputStream; import java.io.PrintStream; import java.util.Arrays; import at.chrl.nutils.JVMInfoUtil; import at.chrl.vaadin.ui.BasicUIView; impo...
0
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/algorithms
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/algorithms/search/RankFilter.java
/** * This file is part of ChRL Util Collection. * * ChRL Util Collection is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * ...
0
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/algorithms
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/algorithms/search/SearchUtil.java
package at.chrl.algorithms.search; import java.util.List; import java.util.Map; import java.util.Set; import java.util.stream.Collectors; /** * Search Util * * Created by Vinzynth on 14.08.2014. */ public class SearchUtil { /** * Search method which return given search pool ordered by search result. <br> * ...
0
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils/ArrayParser.java
/** * (C) ChRL 2013 - chrl-utils - at.chrl.utils - ArrayParser.java Created: * 30.12.2013 - 16:56:19 */ package at.chrl.nutils; /** * @author Vinzynth * */ public class ArrayParser { public static int[] parseToIntArray(String[] data) { int[] returnMe = new int[data.length]; for (int i = 0; i < returnMe.len...
0
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils/ArrayUtils.java
/** * (C) ChRL 2014 - chrl-utils - at.chrl.nutils - ArrayUtils.java Created: * 02.08.2014 - 20:33:52 */ package at.chrl.nutils; import java.lang.reflect.Array; import java.util.HashMap; import java.util.Map; import java.util.function.Function; /** * @author Vinzynth * */ public class ArrayUtils { /** * An e...
0
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils/Base64.java
package at.chrl.nutils; import java.util.Arrays; /** * A very fast and memory efficient class to encode and decode to and from * BASE64 in full accordance with RFC 2045.<br> * <br> * On Windows XP sp1 with 1.4.2_04 and later ;), this encoder and decoder is * about 10 times faster on small arrays (10 - 1000 bytes...
0
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils/ClassUtils.java
package at.chrl.nutils; import java.io.File; import java.io.IOException; import java.util.Collection; import java.util.Enumeration; import java.util.HashSet; import java.util.Objects; import java.util.Set; import java.util.function.Function; import java.util.jar.JarEntry; import java.util.jar.JarFile; /** * This cla...
0
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils/CollectionUtils.java
/** * (C) ChRL 2014 - chrl-utils - at.chrl.nutils - CollectionUtils.java Created: * 02.08.2014 - 11:48:00 */ package at.chrl.nutils; import java.util.ArrayDeque; import java.util.ArrayList; import java.util.Collection; import java.util.Deque; import java.util.List; import java.util.Map; import java.util.Queue; impo...
0
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils/DatasetGenerator.java
/** * @author Christian Richard Leopold - ChRL * Jul 29, 2015 - 12:37:41 PM * chrl-orm * at.chrl.orm.hibernate.generator */ package at.chrl.nutils; import java.io.Serializable; import java.lang.annotation.Annotation; import java.lang.reflect.Array; import java.lang.reflect.Field; import java.lang.reflect.Modifier...
0
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils/FileUtil.java
/** * (C) ChRL 2014 - chrl-utils - at.chrl.nutils - FileUtil.java Created: * 03.08.2014 - 22:08:29 */ package at.chrl.nutils; import java.io.File; import java.io.IOException; /** * @author Vinzynth * */ public final class FileUtil { /** * Creates specified File. <br> * Deletes File if it already exists. ...
0
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils/JVMInfoUtil.java
package at.chrl.nutils; import java.io.PrintStream; import java.lang.management.ManagementFactory; import java.text.DecimalFormat; import java.text.SimpleDateFormat; import java.util.Date; /** * @author lord_rex This class is for get/log system informations. * */ public class JVMInfoUtil { public static final in...
0
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils/LoremIpsum.java
/** * @author Christian Richard Leopold - ChRL * Jul 29, 2015 - 4:15:49 PM * chrl-utils * at.chrl.nutils */ package at.chrl.nutils; /** * Class for Random Strings * * @author Christian Richard Leopold - ChRL <br> * Jul 29, 2015 - 4:15:49 PM * */ public final class LoremIpsum { public static final String L...
0
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils/MTRandom.java
package at.chrl.nutils; import java.util.Random; /** * @author David Beaumont, Copyright 2005 * <p/> * A Java implementation of the MT19937 (Mersenne Twister) pseudo random * number generator algorithm based upon the original C code by Makoto * Matsumoto and Takuji Nishimura (see ...
0
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils/Memoizer.java
/** * This file is part of ChRL Util Collection. * * ChRL Util Collection is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by the Free * Software Foundation, either version 3 of the License, or (at your option) any * later version. * *...
0
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils/NetworkUtils.java
package at.chrl.nutils; import java.net.InetAddress; /** * @author KID, -Nemesiss-, ggadv2 */ public class NetworkUtils { /** * check if IP address match pattern * * @param pattern * *.*.*.* , 192.168.1.0-255 , * * @param address * - 192.168.1.1<BR> * <code>address =...
0
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils/PasswordHash.java
/* * Password Hashing With PBKDF2 (http://crackstation.net/hashing-security.htm). * Copyright (c) 2013, Taylor Hornby All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions ...
0
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils/Rnd.java
package at.chrl.nutils; import java.util.List; /** * @author Balancer * */ public class Rnd { private static final MTRandom rnd = new MTRandom(); /** * @return rnd * */ public static float get() // get random number from 0 to 1 { return rnd.nextFloat(); } /** * Returns a array of length amount...
0
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils/StreamUtils.java
/** * @author Christian Richard Leopold - ChRL * Mar 13, 2015 - 9:01:13 PM * chrl-utils * at.chrl.nutils */ package at.chrl.nutils; import java.io.PrintStream; import java.util.Collection; import java.util.Comparator; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Map.Ent...
0
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils/StringUtils.java
/** * (C) ChRL 2013 - chrl-utils - at.chrl.utils.strings - StringUtils.java * Created: 31.12.2013 - 03:03:01 */ package at.chrl.nutils; /** * @author Vinzynth * */ public final class StringUtils { /** * No need for instantiation */ private StringUtils() { } /** * Example: (regex = "\n"); * <p> * ...
0
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils/SystemPropertyUtil.java
/* * This file is part of aion-lightning <aion-lightning.com>. * * aion-lightning is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, either version 3 of the License, or (at your option) any * later version...
0
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils/interfaces/INestedCollection.java
/** * @author Vinzynth Aug 12, 2014 - 10:31:10 AM chrl-utils * at.chrl.nutils.interfaces */ package at.chrl.nutils.interfaces; import java.util.Collection; import java.util.Iterator; /** * * @author Vinzynth * * @param <C> * Subtype of nested collection with E elements * @param <E> * ...
0
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils/interfaces/INestedMap.java
/** * This file is part of ChRL Util Collection. * * ChRL Util Collection is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by the Free * Software Foundation, either version 3 of the License, or (at your option) any * later version. * *...
0
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils/ncrypt/BlowfishCipher.java
/* * This file is part of Aion-Finish <Ver:3.0> * * Aion-Finish is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software * Foundation, either version 3 of the License, or (at your option) any later * version. * * Aion-Fini...
0
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils/ncrypt/CryptEngine.java
/* * This file is part of Aion-Finish <Ver:3.0> * * Aion-Finish is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software * Foundation, either version 3 of the License, or (at your option) any later * version. * * Aion-Fini...
0
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils/ncrypt/EncryptedRSAKeyPair.java
/* * This file is part of Aion-Finish <Ver:3.0> * * Aion-Finish is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software * Foundation, either version 3 of the License, or (at your option) any later * version. * * Aion-Fini...
0
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils/ncrypt/KeyGen.java
/* * This file is part of Aion-Finish <Ver:3.0> * * Aion-Finish is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software * Foundation, either version 3 of the License, or (at your option) any later * version. * * Aion-Fini...
0
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils/streams/InfiniteStreams.java
/** * (C) ChRL 2015 */ package at.chrl.nutils.streams; import java.util.ArrayList; import java.util.Collection; import java.util.concurrent.BlockingQueue; import java.util.function.Consumer; import java.util.stream.Stream; import at.chrl.nutils.Rnd; /** * @author vinzynth * Jul 12, 2015 - 12:24:45 AM * */ pub...
0
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils/xml/GenericMapAdapter.java
package at.chrl.nutils.xml; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.adapters.XmlAdapter; import javax.xml.bind.annotation.adapters.Xml...
0
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils/xml/JAXBUtil.java
package at.chrl.nutils.xml; import org.w3c.dom.Document; import javax.xml.bind.JAXBContext; import javax.xml.bind.JAXBException; import javax.xml.bind.Marshaller; import javax.xml.bind.Unmarshaller; import javax.xml.validation.Schema; import java.io.StringReader; import java.io.StringWriter; import java.net.URL; pub...
0
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils/xml/StringSchemaOutputResolver.java
package at.chrl.nutils.xml; import javax.xml.bind.SchemaOutputResolver; import javax.xml.transform.Result; import javax.xml.transform.stream.StreamResult; import java.io.IOException; import java.io.StringWriter; public class StringSchemaOutputResolver extends SchemaOutputResolver { private StringWriter sw = null; ...
0
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils
java-sources/at/chrl/chrl-utils/1.1.0/at/chrl/nutils/xml/XmlUtils.java
package at.chrl.nutils.xml; import org.w3c.dom.Document; import org.xml.sax.InputSource; import javax.xml.XMLConstants; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; import javax.xml.transform.Transformer; import javax.xml.transform.TransformerException; import javax.xml.t...
0
java-sources/at/chrl/chrl-vaadin-utils/1.1.0/at/chrl/vaadin/component
java-sources/at/chrl/chrl-vaadin-utils/1.1.0/at/chrl/vaadin/component/components/VersionField.java
/** * @author Christian Richard Leopold - ChRL * Sep 8, 2015 - 10:40:10 AM * chrl-vaadin-utils * at.chrl.vaadin.component.components */ package at.chrl.vaadin.component.components; import java.util.Date; import com.vaadin.data.util.converter.Converter.ConversionException; import com.vaadin.server.FontAwesome; im...
0
java-sources/at/chrl/chrl-vaadin-utils/1.1.0/at/chrl/vaadin/component
java-sources/at/chrl/chrl-vaadin-utils/1.1.0/at/chrl/vaadin/component/generator/AccessTuple.java
/** * @author Christian Richard Leopold - ChRL * Aug 31, 2015 - 6:16:11 PM * chrl-vaadin-utils * at.chrl.vaadin.component.generator */ package at.chrl.vaadin.component.generator; import java.util.function.BiConsumer; import java.util.function.Function; /** * @author Christian Richard Leopold - ChRL <br> * Aug ...
0
java-sources/at/chrl/chrl-vaadin-utils/1.1.0/at/chrl/vaadin/component
java-sources/at/chrl/chrl-vaadin-utils/1.1.0/at/chrl/vaadin/component/generator/ComponentGenerator.java
/** * This file is part of ChRL Util Collection. * * ChRL Util Collection is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * ...
0
java-sources/at/chrl/chrl-vaadin-utils/1.1.0/at/chrl/vaadin/component
java-sources/at/chrl/chrl-vaadin-utils/1.1.0/at/chrl/vaadin/component/generator/ComponentGeneratorImpl.java
/** * This file is part of ChRL Util Collection. * * ChRL Util Collection is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * ...
0
java-sources/at/chrl/chrl-vaadin-utils/1.1.0/at/chrl/vaadin/component
java-sources/at/chrl/chrl-vaadin-utils/1.1.0/at/chrl/vaadin/component/generator/ComponentGeneratorUtils.java
/** * @author Christian Richard Leopold - ChRL * Sep 8, 2015 - 11:08:16 AM * chrl-vaadin-utils * at.chrl.vaadin.component.generator */ package at.chrl.vaadin.component.generator; import java.util.Collection; import java.util.stream.Collectors; import at.chrl.vaadin.component.components.VersionField; /** * @aut...
0
java-sources/at/chrl/chrl-vaadin-utils/1.1.0/at/chrl/vaadin/component
java-sources/at/chrl/chrl-vaadin-utils/1.1.0/at/chrl/vaadin/component/generator/GeneratedAbstractField.java
/** * @author Christian Richard Leopold - ChRL * Aug 31, 2015 - 6:14:01 PM * chrl-vaadin-utils * at.chrl.vaadin.component.generator */ package at.chrl.vaadin.component.generator; import java.util.Collections; import java.util.List; import java.util.Objects; import java.util.stream.Collectors; import com.vaadin.d...
0
java-sources/at/chrl/chrl-vaadin-utils/1.1.0/at/chrl/vaadin/component
java-sources/at/chrl/chrl-vaadin-utils/1.1.0/at/chrl/vaadin/component/generator/GeneratedAbstractGrid.java
/** * @author Christian Richard Leopold - ChRL * Sep 7, 2015 - 2:28:57 PM * chrl-vaadin-utils * at.chrl.vaadin.component.generator */ package at.chrl.vaadin.component.generator; import java.util.Objects; import java.util.Set; import java.util.TreeSet; import org.vaadin.viritin.FilterableListContainer; import co...
0
java-sources/at/chrl/chrl-vaadin-utils/1.1.0/at/chrl/vaadin/component/generator
java-sources/at/chrl/chrl-vaadin-utils/1.1.0/at/chrl/vaadin/component/generator/annotations/ComponentCollection.java
/** * This file is part of ChRL Util Collection. * * ChRL Util Collection is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * ...
0
java-sources/at/chrl/chrl-vaadin-utils/1.1.0/at/chrl/vaadin/component/generator
java-sources/at/chrl/chrl-vaadin-utils/1.1.0/at/chrl/vaadin/component/generator/annotations/ComponentField.java
/** * This file is part of ChRL Util Collection. * * ChRL Util Collection is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * ...
0
java-sources/at/chrl/chrl-vaadin-utils/1.1.0/at/chrl/vaadin/component/generator
java-sources/at/chrl/chrl-vaadin-utils/1.1.0/at/chrl/vaadin/component/generator/annotations/ComponentValidator.java
/** * This file is part of ChRL Util Collection. * * ChRL Util Collection is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * ...
0
java-sources/at/chrl/chrl-vaadin-utils/1.1.0/at/chrl/vaadin/component/generator
java-sources/at/chrl/chrl-vaadin-utils/1.1.0/at/chrl/vaadin/component/generator/annotations/VaadinComponent.java
/** * This file is part of ChRL Util Collection. * * ChRL Util Collection is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * ...
0
java-sources/at/co/svc/jareto/jareto-client/2.0.0/at/co/svc/jareto/client
java-sources/at/co/svc/jareto/jareto-client/2.0.0/at/co/svc/jareto/client/exceptions/ClientAppExceptionMapper.java
package at.co.svc.jareto.client.exceptions; import jakarta.ws.rs.core.Response; import org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper; import at.co.svc.jareto.common.exceptions.AppException; import at.co.svc.jareto.common.exceptions.AppRuntimeException; import at.co.svc.jareto.common.exceptions.IAp...
0
java-sources/at/co/svc/jareto/jareto-client/2.0.0/at/co/svc/jareto/client
java-sources/at/co/svc/jareto/jareto-client/2.0.0/at/co/svc/jareto/client/exceptions/ClientExceptionMapper.java
package at.co.svc.jareto.client.exceptions; import java.util.HashSet; import java.util.Set; import java.util.logging.Logger; import jakarta.ws.rs.core.Response; import at.co.svc.jareto.common.exceptions.AppExceptionData; import at.co.svc.jareto.common.exceptions.IAppException; /** * Contains functions common to al...
0
java-sources/at/co/svc/jareto/jareto-client/2.0.0/at/co/svc/jareto/client
java-sources/at/co/svc/jareto/jareto-client/2.0.0/at/co/svc/jareto/client/meta/ClientRequestHeaders.java
package at.co.svc.jareto.client.meta; import jakarta.ws.rs.core.MultivaluedHashMap; import jakarta.ws.rs.core.MultivaluedMap; /** * Transports HTTP headers to be sent in the client's request to the responsible request filter. */ public class ClientRequestHeaders { public static final ThreadLocal<MultivaluedMap<S...
0
java-sources/at/co/svc/jareto/jareto-client/2.0.0/at/co/svc/jareto/client
java-sources/at/co/svc/jareto/jareto-client/2.0.0/at/co/svc/jareto/client/meta/ClientRequestHeadersFilter.java
package at.co.svc.jareto.client.meta; import java.io.IOException; import java.util.List; import java.util.Map.Entry; import java.util.logging.Logger; import jakarta.ws.rs.client.ClientRequestContext; import jakarta.ws.rs.client.ClientRequestFilter; import jakarta.ws.rs.core.MultivaluedMap; /** * Allows modification...
0
java-sources/at/co/svc/jareto/jareto-client/2.0.0/at/co/svc/jareto/client
java-sources/at/co/svc/jareto/jareto-client/2.0.0/at/co/svc/jareto/client/meta/ClientResponse.java
package at.co.svc.jareto.client.meta; import jakarta.ws.rs.client.ClientResponseContext; /** * Makes the client response from the response filter accessible to the client application. */ public class ClientResponse { public static final ThreadLocal<ClientResponseContext> CONTEXT = new ThreadLocal<>(); }
0
java-sources/at/co/svc/jareto/jareto-client/2.0.0/at/co/svc/jareto/client
java-sources/at/co/svc/jareto/jareto-client/2.0.0/at/co/svc/jareto/client/meta/ClientResponseContextFilter.java
package at.co.svc.jareto.client.meta; import java.io.IOException; import java.util.logging.Logger; import jakarta.ws.rs.client.ClientRequestContext; import jakarta.ws.rs.client.ClientResponseContext; import jakarta.ws.rs.client.ClientResponseFilter; /** * Allows access to the client response context. */ public cla...
0
java-sources/at/co/svc/jareto/jareto-client/2.0.0/at/co/svc/jareto/client
java-sources/at/co/svc/jareto/jareto-client/2.0.0/at/co/svc/jareto/client/providers/ClientProviders.java
package at.co.svc.jareto.client.providers; import java.util.HashSet; import java.util.Set; import jakarta.ws.rs.core.Configurable; import at.co.svc.jareto.client.exceptions.ClientAppExceptionMapper; import at.co.svc.jareto.client.meta.ClientRequestHeadersFilter; import at.co.svc.jareto.client.meta.ClientResponseCont...
0
java-sources/at/co/svc/jareto/jareto-common/2.0.0/at/co/svc/jareto/common
java-sources/at/co/svc/jareto/jareto-common/2.0.0/at/co/svc/jareto/common/exceptions/AppException.java
package at.co.svc.jareto.common.exceptions; import jakarta.ws.rs.core.Response; /** * If you throw this checked exception, it will be automatically mapped to HTTP wire data * by ServiceAppExceptionMapper. */ @SuppressWarnings("serial") public class AppException extends Exception implements IAppException { priv...
0
java-sources/at/co/svc/jareto/jareto-common/2.0.0/at/co/svc/jareto/common
java-sources/at/co/svc/jareto/jareto-common/2.0.0/at/co/svc/jareto/common/exceptions/AppExceptionData.java
package at.co.svc.jareto.common.exceptions; import jakarta.json.bind.annotation.JsonbPropertyOrder; /** * Data to be transported with an application exception (both checked and runtime). */ @JsonbPropertyOrder({ "code", "detailCode", "text" }) public class AppExceptionData { private String code; private String...
0
java-sources/at/co/svc/jareto/jareto-common/2.0.0/at/co/svc/jareto/common
java-sources/at/co/svc/jareto/jareto-common/2.0.0/at/co/svc/jareto/common/exceptions/AppRuntimeException.java
package at.co.svc.jareto.common.exceptions; import jakarta.ws.rs.core.Response; /** * If you throw this runtime exception, it will be automatically mapped to HTTP wire data * by ServiceAppExceptionMapper. */ @SuppressWarnings("serial") public class AppRuntimeException extends RuntimeException implements IAppExcep...
0
java-sources/at/co/svc/jareto/jareto-common/2.0.0/at/co/svc/jareto/common
java-sources/at/co/svc/jareto/jareto-common/2.0.0/at/co/svc/jareto/common/exceptions/IAppException.java
package at.co.svc.jareto.common.exceptions; /** * Application exceptions implementing this interface (both checked and runtime exceptions) * can be automatically mapped to an HTTP response with appropriate status code, headers * and JSON payload. */ public interface IAppException { /** * HTTP header for tran...
0
java-sources/at/co/svc/jareto/jareto-common/2.0.0/at/co/svc/jareto/common
java-sources/at/co/svc/jareto/jareto-common/2.0.0/at/co/svc/jareto/common/meta/Header.java
package at.co.svc.jareto.common.meta; import java.lang.annotation.ElementType; import java.lang.annotation.Repeatable; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * Apply this annotation to the REST interface (class or method) to add a s...
0
java-sources/at/co/svc/jareto/jareto-server/2.0.0/at/co/svc/jareto/server
java-sources/at/co/svc/jareto/jareto-server/2.0.0/at/co/svc/jareto/server/exceptions/IServiceExceptionCustomizer.java
package at.co.svc.jareto.server.exceptions; import java.util.logging.Level; import java.util.logging.Logger; import jakarta.ws.rs.ClientErrorException; import at.co.svc.jareto.common.exceptions.IAppException; /** * Allows customization of certain aspects when an exception is mapped to wire data. */ public interfa...
0
java-sources/at/co/svc/jareto/jareto-server/2.0.0/at/co/svc/jareto/server
java-sources/at/co/svc/jareto/jareto-server/2.0.0/at/co/svc/jareto/server/exceptions/ServiceAppExceptionMapper.java
package at.co.svc.jareto.server.exceptions; import jakarta.inject.Inject; import jakarta.ws.rs.core.Response; import jakarta.ws.rs.ext.ExceptionMapper; import at.co.svc.jareto.common.exceptions.AppException; import at.co.svc.jareto.server.meta.ServiceResponseBuilder; /** * Server-side mapper for transforming an out...
0
java-sources/at/co/svc/jareto/jareto-server/2.0.0/at/co/svc/jareto/server
java-sources/at/co/svc/jareto/jareto-server/2.0.0/at/co/svc/jareto/server/exceptions/ServiceAppRuntimeExceptionMapper.java
package at.co.svc.jareto.server.exceptions; import jakarta.inject.Inject; import jakarta.ws.rs.core.Response; import jakarta.ws.rs.ext.ExceptionMapper; import at.co.svc.jareto.common.exceptions.AppRuntimeException; import at.co.svc.jareto.server.meta.ServiceResponseBuilder; /** * Server-side mapper for transforming...
0
java-sources/at/co/svc/jareto/jareto-server/2.0.0/at/co/svc/jareto/server
java-sources/at/co/svc/jareto/jareto-server/2.0.0/at/co/svc/jareto/server/exceptions/ServiceRuntimeExceptionMapper.java
package at.co.svc.jareto.server.exceptions; import jakarta.inject.Inject; import jakarta.ws.rs.ClientErrorException; import jakarta.ws.rs.core.Response; import jakarta.ws.rs.ext.ExceptionMapper; import at.co.svc.jareto.server.meta.ServiceResponseBuilder; /** * Server-side mapper for transforming an outgoing {@link ...
0
java-sources/at/co/svc/jareto/jareto-server/2.0.0/at/co/svc/jareto/server
java-sources/at/co/svc/jareto/jareto-server/2.0.0/at/co/svc/jareto/server/exceptions/WebApplicationExceptionFactory.java
package at.co.svc.jareto.server.exceptions; import jakarta.ws.rs.ClientErrorException; import jakarta.ws.rs.WebApplicationException; import jakarta.ws.rs.core.MediaType; import jakarta.ws.rs.core.Response; import at.co.svc.jareto.common.exceptions.AppExceptionData; import at.co.svc.jareto.common.exceptions.AppRuntime...
0
java-sources/at/co/svc/jareto/jareto-server/2.0.0/at/co/svc/jareto/server
java-sources/at/co/svc/jareto/jareto-server/2.0.0/at/co/svc/jareto/server/meta/ServiceResponseBuilder.java
package at.co.svc.jareto.server.meta; import jakarta.annotation.PostConstruct; import jakarta.enterprise.context.RequestScoped; import jakarta.ws.rs.core.Response; import jakarta.ws.rs.core.Response.ResponseBuilder; /** * Allows returning custom HTTP headers and status codes in the response * (via {@link ServiceRes...
0
java-sources/at/co/svc/jareto/jareto-server/2.0.0/at/co/svc/jareto/server
java-sources/at/co/svc/jareto/jareto-server/2.0.0/at/co/svc/jareto/server/meta/ServiceResponseFilter.java
package at.co.svc.jareto.server.meta; import java.io.IOException; import java.lang.reflect.Method; import java.util.List; import java.util.Map.Entry; import java.util.logging.Logger; import jakarta.inject.Inject; import jakarta.ws.rs.container.ContainerRequestContext; import jakarta.ws.rs.container.ContainerResponseC...
0
java-sources/at/co/svc/jareto/jareto-server/2.0.0/at/co/svc/jareto/server
java-sources/at/co/svc/jareto/jareto-server/2.0.0/at/co/svc/jareto/server/providers/ServerProviders.java
package at.co.svc.jareto.server.providers; import java.util.HashSet; import java.util.Set; import at.co.svc.jareto.server.exceptions.ServiceAppExceptionMapper; import at.co.svc.jareto.server.exceptions.ServiceAppRuntimeExceptionMapper; import at.co.svc.jareto.server.exceptions.ServiceRuntimeExceptionMapper; import at...
0
java-sources/at/connyduck/sparkbutton/sparkbutton/4.2.0/at/connyduck
java-sources/at/connyduck/sparkbutton/sparkbutton/4.2.0/at/connyduck/sparkbutton/SparkButton.java
/* Copyright 2017 Varun, 2018 Conny Duck * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
0
java-sources/at/connyduck/sparkbutton/sparkbutton/4.2.0/at/connyduck
java-sources/at/connyduck/sparkbutton/sparkbutton/4.2.0/at/connyduck/sparkbutton/SparkButtonBuilder.java
/* Copyright 2017 Varun, 2018 Conny Duck * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
0
java-sources/at/connyduck/sparkbutton/sparkbutton/4.2.0/at/connyduck
java-sources/at/connyduck/sparkbutton/sparkbutton/4.2.0/at/connyduck/sparkbutton/SparkEventListener.java
/* Copyright 2017 Varun, 2018 Conny Duck * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
0
java-sources/at/connyduck/sparkbutton/sparkbutton/4.2.0/at/connyduck/sparkbutton
java-sources/at/connyduck/sparkbutton/sparkbutton/4.2.0/at/connyduck/sparkbutton/helpers/SparkAnimationView.java
/* Copyright 2017 Varun, 2018 Conny Duck * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
0
java-sources/at/connyduck/sparkbutton/sparkbutton/4.2.0/at/connyduck/sparkbutton
java-sources/at/connyduck/sparkbutton/sparkbutton/4.2.0/at/connyduck/sparkbutton/helpers/Utils.java
/* Copyright 2017 Varun, 2018 Conny Duck * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
0
java-sources/at/craftworks/tools/maven/jooq-codegen-postgres-maven-plugin/0.0.3/at/craftworks/tools/maven
java-sources/at/craftworks/tools/maven/jooq-codegen-postgres-maven-plugin/0.0.3/at/craftworks/tools/maven/jooq/HelpMojo.java
package at.craftworks.tools.maven.jooq; import org.apache.maven.plugin.AbstractMojo; import org.apache.maven.plugin.MojoExecutionException; import org.apache.maven.plugins.annotations.Mojo; import org.apache.maven.plugins.annotations.Parameter; import org.w3c.dom.Document; import org.w3c.dom.Element; import org.w3c....
0
java-sources/at/craftworks/tools/maven/jooq-codegen-postgres-maven-plugin/0.0.3/at/craftworks/tools/maven
java-sources/at/craftworks/tools/maven/jooq-codegen-postgres-maven-plugin/0.0.3/at/craftworks/tools/maven/jooq/Plugin.java
package at.craftworks.tools.maven.jooq; import org.apache.maven.plugin.AbstractMojo; import org.apache.maven.plugin.MojoExecutionException; import org.apache.maven.plugin.MojoFailureException; import org.apache.maven.plugins.annotations.LifecyclePhase; import org.apache.maven.plugins.annotations.Mojo; import org.apach...
0
java-sources/at/crea-doo/flexdock/flexdock-core/1.3/org/flexdock
java-sources/at/crea-doo/flexdock/flexdock-core/1.3/org/flexdock/docking/Dockable.java
/* * Copyright (c) 2004 Christopher M Butler * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge...
0
java-sources/at/crea-doo/flexdock/flexdock-core/1.3/org/flexdock
java-sources/at/crea-doo/flexdock/flexdock-core/1.3/org/flexdock/docking/DockableFactory.java
/* * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell...
0
java-sources/at/crea-doo/flexdock/flexdock-core/1.3/org/flexdock
java-sources/at/crea-doo/flexdock/flexdock-core/1.3/org/flexdock/docking/DockingConstants.java
/* * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell...
0
java-sources/at/crea-doo/flexdock/flexdock-core/1.3/org/flexdock
java-sources/at/crea-doo/flexdock/flexdock-core/1.3/org/flexdock/docking/DockingManager.java
/* * Copyright (c) 2004 Christopher M Butler * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge...
0
java-sources/at/crea-doo/flexdock/flexdock-core/1.3/org/flexdock
java-sources/at/crea-doo/flexdock/flexdock-core/1.3/org/flexdock/docking/DockingPort.java
/* * Copyright (c) 2004 Christopher M Butler * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge...
0
java-sources/at/crea-doo/flexdock/flexdock-core/1.3/org/flexdock
java-sources/at/crea-doo/flexdock/flexdock-core/1.3/org/flexdock/docking/DockingStrategy.java
/* * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell...
0
java-sources/at/crea-doo/flexdock/flexdock-core/1.3/org/flexdock
java-sources/at/crea-doo/flexdock/flexdock-core/1.3/org/flexdock/docking/DockingStub.java
/* * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell...
0
java-sources/at/crea-doo/flexdock/flexdock-core/1.3/org/flexdock
java-sources/at/crea-doo/flexdock/flexdock-core/1.3/org/flexdock/docking/RegionChecker.java
/* * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell...
0
java-sources/at/crea-doo/flexdock/flexdock-core/1.3/org/flexdock/docking
java-sources/at/crea-doo/flexdock/flexdock-core/1.3/org/flexdock/docking/activation/ActiveDockableListener.java
/* * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell...
0
java-sources/at/crea-doo/flexdock/flexdock-core/1.3/org/flexdock/docking
java-sources/at/crea-doo/flexdock/flexdock-core/1.3/org/flexdock/docking/activation/ActiveDockableTracker.java
/* * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell...
0
java-sources/at/crea-doo/flexdock/flexdock-core/1.3/org/flexdock/docking
java-sources/at/crea-doo/flexdock/flexdock-core/1.3/org/flexdock/docking/adapter/AdapterFactory.java
/* * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell...
0
java-sources/at/crea-doo/flexdock/flexdock-core/1.3/org/flexdock/docking
java-sources/at/crea-doo/flexdock/flexdock-core/1.3/org/flexdock/docking/adapter/AdapterMapping.java
/* * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell...