List of usage examples for java.lang Object subclass-usage
From source file org.apache.tapestry.multipart.UploadPart.java
/**
* Portion of a multi-part request representing an uploaded file.
*
* @author Joe Panico
* @version $Id: UploadPart.java,v 1.8 2004/02/19 17:38:12 hlship Exp $
* @since 2.0.1
From source file com.tlabs.eve.api.EveSkill.java
public class EveSkill extends Object implements Serializable { private static final long serialVersionUID = -7817873833847609019L; private boolean published;
From source file com.tlabs.eve.api.EveAsset.java
public class EveAsset extends Object implements Serializable { private static final long serialVersionUID = 3312515668424970872L; private long itemID;//it is the typeID private String itemName;//Not in XML
From source file edu.maristit.xmppwebchat.Buddy.java
public class Buddy extends Object { private String name; private String email; private String presence; private String status;
From source file ResourcesUtils.java
/**
* Resource utils
*
* @author dennis
*
*/
From source file morphy.timeseal.TimesealCoder.java
public class TimesealCoder extends Object { public static byte[] initialTimesealStringBytes = "TIMESEAL2|OpenSeal|OpenSeal|".getBytes(); // This key cannot change. It is presumably hard-coded throughout all Timeseal clients and servers. private final byte timesealKey[] = "Timestamp (FICS) v1.0 - programmed by Henrik Gram.".getBytes();
From source file UnixCrypt.java
/** Unix Crypt.
* Implements the one way cryptography used by Unix systems for
* simple password protection.
* @version $Id: UnixCrypt.java,v 1.5 2004/10/11 00:28:41 gregwilkins Exp $
* @author Greg Wilkins (gregw)
*/
From source file org.gearvrf.controls.util.VRSamplesTouchPadGesturesDetector.java
public class VRSamplesTouchPadGesturesDetector extends Object implements GestureDetector.OnGestureListener, GestureDetector.OnDoubleTapListener { private static final int MIN_MOVE_TIME = 250; private GestureDetectorCompat mDetector; private long downCurrentTimeMillis = 0;
From source file org.gearvrf.ipbsample.util.VRSamplesTouchPadGesturesDetector.java
public class VRSamplesTouchPadGesturesDetector extends Object implements GestureDetector.OnGestureListener, GestureDetector.OnDoubleTapListener { private static final int MIN_MOVE_TIME = 250; private GestureDetectorCompat mDetector; private long downCurrentTimeMillis = 0;
From source file Resources.java
/** * A class to simplify access to resources through the classloader. */ public class Resources extends Object { private static ClassLoader defaultClassLoader;