edu.iastate.anthill.indus
Class IndusConstants
java.lang.Object
edu.iastate.anthill.indus.IndusConstants
- public class IndusConstants
- extends java.lang.Object
|
Method Summary |
static java.lang.String |
format(long time)
Format the specified time. |
(package private) static java.lang.String |
getModifiedTime()
|
(package private) static javax.swing.ImageIcon |
loadImageIcon(java.lang.String name)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROJECT_FILE
private static java.lang.String PROJECT_FILE
TIME
public static java.lang.String TIME
VER
public static java.lang.String VER
NAME
public static java.lang.String NAME
DSSERVER
public static final java.lang.String DSSERVER
- See Also:
- Constant Field Values
INDUS_PORT
public static final java.lang.String INDUS_PORT
- See Also:
- Constant Field Values
DSPORT
public static final int DSPORT
- See Also:
- Constant Field Values
HOST
public static final java.lang.String HOST
- See Also:
- Constant Field Values
imageBasisURL
public static final java.lang.String imageBasisURL
- See Also:
- Constant Field Values
typeBasisURL
public static final java.lang.String typeBasisURL
- See Also:
- Constant Field Values
schemaBasisURL
public static final java.lang.String schemaBasisURL
- See Also:
- Constant Field Values
mappingBasisURL
public static final java.lang.String mappingBasisURL
- See Also:
- Constant Field Values
SUBCLASS
public static java.lang.String SUBCLASS
iconRoot
public static javax.swing.ImageIcon iconRoot
iconPackage
public static javax.swing.ImageIcon iconPackage
iconClass
public static javax.swing.ImageIcon iconClass
iconProperty
public static javax.swing.ImageIcon iconProperty
iconInstance
public static javax.swing.ImageIcon iconInstance
iconAllClasses
public static javax.swing.ImageIcon iconAllClasses
iconAllProperties
public static javax.swing.ImageIcon iconAllProperties
iconAllInstances
public static javax.swing.ImageIcon iconAllInstances
iconEqu
public static javax.swing.ImageIcon iconEqu
iconUnequ
public static javax.swing.ImageIcon iconUnequ
iconInto
public static javax.swing.ImageIcon iconInto
iconOnto
public static javax.swing.ImageIcon iconOnto
iconComp
public static javax.swing.ImageIcon iconComp
iconIncomp
public static javax.swing.ImageIcon iconIncomp
iconUser
public static javax.swing.ImageIcon iconUser
iconDatatype
public static javax.swing.ImageIcon iconDatatype
iconNumber
public static javax.swing.ImageIcon iconNumber
iconString
public static javax.swing.ImageIcon iconString
iconTreetype
public static javax.swing.ImageIcon iconTreetype
iconSchema
public static javax.swing.ImageIcon iconSchema
iconAVHValue
public static javax.swing.ImageIcon iconAVHValue
iconDB
public static javax.swing.ImageIcon iconDB
iconTree
public static javax.swing.ImageIcon iconTree
infoAbout
public static java.lang.String infoAbout
dbURL
public static final java.lang.String dbURL
- See Also:
- Constant Field Values
dbCacheURL
public static final java.lang.String dbCacheURL
- See Also:
- Constant Field Values
dbLocalURL
public static final java.lang.String dbLocalURL
- See Also:
- Constant Field Values
dbUsr
public static final java.lang.String dbUsr
- See Also:
- Constant Field Values
dbPwd
public static final java.lang.String dbPwd
- See Also:
- Constant Field Values
dbDriver
public static final java.lang.String dbDriver
- See Also:
- Constant Field Values
IndusConstants
public IndusConstants()
format
public static java.lang.String format(long time)
- Format the specified time.
- Parameters:
time - The time to format.
- Returns:
- A string representation of the specified time.
getModifiedTime
static java.lang.String getModifiedTime()
loadImageIcon
static javax.swing.ImageIcon loadImageIcon(java.lang.String name)