com.jidesoft.range.AbstractNumericRange Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jide-oss Show documentation
Show all versions of jide-oss Show documentation
JIDE Common Layer (Professional Swing Components)
/*
* @(#)AbstractNumericRange.java
*
* 2002 - 2012 JIDE Software Incorporated. All rights reserved.
* Copyright (c) 2005 - 2012 Catalysoft Limited. All rights reserved.
*/
package com.jidesoft.range;
/**
* An abstract class as the superclass of numeric ranges
*
* @author Simon White ([email protected])
*/
public abstract class AbstractNumericRange extends AbstractRange {
public AbstractNumericRange() {
super();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy