List of usage examples for java.lang Cloneable interface-usage
From source file com.microsoft.tfs.core.clients.versioncontrol.workspacecache.WorkItemCheckedInfo.java
/**
* Encapsulate supplementary info about a work item. An example of a supplement
* information is the work item checked/unchecked state.
*
* The checked state of a work item is sticky. Once its state is changed, the
* new state will be persisted between invocations.
From source file org.broadleafcommerce.openadmin.web.form.component.ListGridActionGroup.java
/**
* Grouping of buttons to display on the frontend for a list grid. These will be displayed at the top of the {@link ListGrid} that they
* are related to.
*
* @author Chris Kittrell (ckittrell)
* @see {@link ListGrid#addRowActionGroup(ListGridActionGroup)}
From source file com.cburch.draw.tools.DrawingAttributeSet.java
public class DrawingAttributeSet implements AttributeSet, Cloneable { static final List<Attribute<?>> ATTRS_ALL = UnmodifiableList.decorate(Arrays.asList(new Attribute<?>[] { DrawAttr.FONT, DrawAttr.ALIGNMENT, DrawAttr.PAINT_TYPE, DrawAttr.STROKE_WIDTH, DrawAttr.STROKE_COLOR, DrawAttr.FILL_COLOR, DrawAttr.TEXT_DEFAULT_FILL, DrawAttr.CORNER_RADIUS })); static final List<Object> DEFAULTS_ALL = Arrays .asList(new Object[] { DrawAttr.DEFAULT_FONT, DrawAttr.ALIGN_CENTER, DrawAttr.PAINT_STROKE,
From source file org.pentaho.pms.schema.concept.types.localstring.ConceptPropertyLocalizedString.java
/** * @deprecated as of metadata 3.0. */ public class ConceptPropertyLocalizedString extends ConceptPropertyBase implements Cloneable { private LocalizedStringSettings value;
From source file delfos.rs.contentbased.vsm.booleanvsm.SparseVector.java
/** * * @author jcastro * @param <Key> */ public class SparseVector<Key extends Comparable<Key>> implements Cloneable {
From source file mx.ecosur.multigame.grid.util.BeadString.java
public class BeadString implements Serializable, Cloneable { private static final long serialVersionUID = -5360218565926616845L; private SortedSet<GridCell> beads;
From source file org.pivot4j.ui.table.TableAxisContext.java
class TableAxisContext implements Cloneable { private Axis axis; private List<Hierarchy> hierarchies;
From source file org.sonar.api.rules.ActiveRuleParam.java
@Entity @Table(name = "active_rule_parameters") public class ActiveRuleParam implements Cloneable { @Id @Column(name = "id")
From source file com.example.base.http.BodyParamsEntity.java
public class BodyParamsEntity extends AbstractHttpEntity implements Cloneable { protected byte[] content; private boolean dirty = true;
From source file org.pentaho.pms.schema.concept.types.font.ConceptPropertyFont.java
/** * @deprecated as of metadata 3.0. */ public class ConceptPropertyFont extends ConceptPropertyBase implements Cloneable { private FontSettings value;