Examples of Group

@author Robert "kebernet" Cooper
  • org.sbml.jsbml.ext.groups.Group
    @author Nicolas Rodriguez @author Clemens Wrzodek @since 1.0 @version $Rev: 1639 $
  • org.sbml.jsbml.ext.render.Group
    @author Eugen Netz @author Alexander Diamantikos @author Jakob Matthes @author Jan Rudolph @version $Rev: 1639 $ @since 1.0 @date 08.05.2012
  • org.springframework.data.neo4j.Group
  • org.springframework.data.neo4j.aspects.Group
  • org.springframework.data.neo4j.model.Group
  • org.structr.core.entity.Group
    @author amorgner
  • org.uberfire.backend.group.Group
  • org.voltdb.catalog.Group
  • org.wildfly.clustering.group.Group
    Represents a groups of nodes. @author Paul Ferraro
  • org.xith3d.scenegraph.Group
  • org.zkoss.zul.Group
    Adds the ability for single level grouping to the Grid.

    Available in ZK PE and EE.

    Event:

    1. onOpen is sent when this listgroup is opened or closed by user.

    Default {@link #getZclass}: z-group.

    Note: All the child of this component are automatically applied the group-cell CSS, if you don't want this CSS, you can invoke the {@link Label#setSclass(String)}after the child added. @author jumperchen @since 3.5.0

  • project.entities.institute.Group
  • projectatlast.group.Group
  • quickfix.Group
  • ro.isdc.wro.model.group.Group
    A group is an entity holding a list of resources.

    This class is thread safe. @author Alex Objelean @created Created on Oct 30, 2008

  • ru.org.linux.group.Group
  • simpleserver.config.xml.Group
  • sk.netmap.bo.Group
    BO group of servers @author Matej Zachar, $Date: 2006-04-23 20:42:47 +0000 (Ne, 23 apr 2006) $
  • storm.trident.graph.Group
  • tripleplay.ui.Group
    A grouping element that contains other elements and lays them out according to a layout policy.
  • ua.ck.geekhub.entity.Group
    Created by Vladimir on 3/11/14.
  • ucar.nc2.Group
    A Group is a logical collection of Variables. The Groups in a Dataset form a hierarchical tree, like directories on a disk. A Group has a name and optionally a set of Attributes. There is always at least one Group in a dataset, the root Group, whose name is the empty string.

    Immutable if setImmutable() was called. @author caron

  • xregistry.group.Group
    Represent a Group, group may have Users and child groups. The symantics of child groups are resolved by assuming of foo is in G1 and G1 is in G2, it is same as foo is in G1 (G1,G2 are groups and foo is a user). @author Srinath Perera(hperera@cs.indiana.edu)
  • zendeskapi.models.groups.Group
    @author jgroth

  • Examples of mymadrid.soccer.Group

        private List<Row> rows;

        public MatchAffiche() {
            Config conf = new Config(1);
       
            Group grp = conf.getGroups().first();
            rows = grp.getTable().getRows();


            try {
                vectMatchs = matchs.SelectMatch();
            } catch (SQLException ex) {
    View Full Code Here

    Examples of net.canarymod.user.Group

                    GroupDataAccess data = (GroupDataAccess) da;

                    if (alreadyInList(data.name, groups)) {
                        continue;
                    }
                    Group g = new Group();

                    g.setDefaultGroup(data.isDefault);
                    g.setId(data.id);
                    g.setName(data.name);
                    g.setWorldName(ToolBox.stringToNull(data.worldName));
                    if (!data.isDefault || !data.name.equals(data.parent)) {
                        g.setParent(loadParents(data.parent, groups));
                    }
                    g.setPrefix(data.prefix);
                    groups.add(g);
                }
            }
            catch (DatabaseReadException e) {
                Canary.logStacktrace(e.getMessage(), e);
    View Full Code Here

    Examples of net.easymodo.asagi.posix.Group

            // Performing the gid lookup in the constructor and calling chmod and
            // chown from the C library (which are reentrant functions) keeps this
            // class thread-safe.
            String webServerGroup = info.getWebserverGroup();
            if(webServerGroup != null && posix != null) {
                Group group = posix.getgrnam(webServerGroup);
                if(group == null)
                    webGroupId = 0;
                else
                    webGroupId = (int)group.getGid();
            } else {
                webGroupId = 0;
            }
        }
    View Full Code Here

    Examples of net.edzard.kinetic.Group

       * Check if we can access the children of a group
       */
      public void testGetChildren() { 
           
        // Create a group
        final Group group = Kinetic.createGroup();
       
        final Circle c1 = Kinetic.createCircle(origin1, radius);
        c1.setName(name1);
        group.add(c1);
       
        final Circle c2 = Kinetic.createCircle(origin2, radius);
        c2.setName(name2);
        group.add(c2);
       
        layer.add(group);
        stage.draw();
       
        // Check children
        List<Node> children = group.getChildren();
        assertEquals("Wrong name", name1, children.get(0).getName());
        assertEquals("Wrong name", name2, children.get(1).getName());
     
    View Full Code Here

    Examples of net.fortuna.ical4j.vcard.Group

              }

              final String finalValue = valueCache;
              // set property with group at index = 3
              @SuppressWarnings("serial")
              final Property property = new Property(new Group(str[n]), id, param) {
                @Override
                public void validate() throws ValidationException
                {
                }
    View Full Code Here

    Examples of net.freedom.gj.example.pojo.Group

            e.setUpdatedby("Demo");
            e.setUpdateddate(new Date());
            e.setUserid("2343243243242342343242324");
            e.setSuffix("suffix");
            List<Group> groups = new ArrayList<Group>();
            groups.add(new Group("EMPLOYEE"));
            groups.add(new Group("EMPADMIN"));

            e.setGroups(groups);

            return e;
        }
    View Full Code Here

    Examples of net.geco.model.Group

        registry = new GroupRegistry<Group>();
        group = factory("sample");
      }

      public Group factory(String name) {
        Group group = Mockito.mock(Group.class);
        Mockito.when(group.getName()).thenReturn(name);
        return group;
      }
    View Full Code Here

    Examples of net.krinsoft.privileges.groups.Group

            return false;
        }

        @Override
        public boolean groupHas(String world, String group, String permission) {
            Group g = privs.getGroupManager().getGroup(group);
            return g != null && g.hasPermission(permission, world);
        }
    View Full Code Here

    Examples of net.laubenberger.bogatyr.view.swing.Group

        panelContent.add(new Panel(), gbc);

        final JScrollPane scroll = new PaneScroll(panelContent);

        final Group group = new Group(new Insets(0, 0, 0, 10), new Button(actionGo), new Button(actionAbort));

        panel.add(scroll, BorderLayout.CENTER);
        panel.add(group, BorderLayout.SOUTH);

        getContentPane().add(panel);
    View Full Code Here

    Examples of net.sf.archimede.model.group.Group

                        if (!node.hasNode(NodesTypes.PREFIX + GROUPS_NODE_NAME)) {
                          return groups;
                        }
                        for (NodeIterator ni = node.getNode(NodesTypes.PREFIX + GROUPS_NODE_NAME).getNodes(); ni.hasNext(); ) {
                            Node groupNode = ni.nextNode();
                            Group group = groupDao.retrieve(groupNode.getUUID());
                            groups.add(group);
                        }
                        this.collection.setGroups(groups);
                        this.isGroupsInit = true;
                        return this.collection.getGroups();
    View Full Code Here
    TOP
    Copyright © 2018 www.massapi.com. All rights reserved.
    All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.