Package | Description |
---|---|
ilog.views.diagrammer.faces.dhtml.component |
This package contains the JViews Diagrammer Faces DHTML component.
|
ilog.views.gantt.faces.dhtml.component |
This package contains the JViews Gantt Faces DHTML components.
|
ilog.views.maps.defense.terrain3d.symbol |
Classes to manage symbols on top of the 3D view.
|
ilog.views.sdm.renderer.maps |
Contains the class
IlvMapRenderer that gives access to
the features of the Rogue Wave JViews Maps product. |
ilog.views.util.convert |
Contains the management of type conversion.
|
ilog.views.util.data |
Provides utilities to manage data including facilities for mapping a Swing
TableModel to JViews models,
and also, JDBC, RowSet and CSV based implementations of a Swing TableModel for easy database and flat file access |
Modifier and Type | Method and Description |
---|---|
protected Object |
IlvFacesDiagrammerPropertyAccessor.getValueFromString(IlvDiagrammer diagrammer,
Object object,
String propertyName,
String propertyValue)
Unmarshalls the client-side
String representation of a property
value into an object representation. |
Modifier and Type | Method and Description |
---|---|
protected Object |
IlvFacesGanttPropertyAccessor.getValueFromString(IlvHierarchyChart view,
Object object,
String propertyName,
String propertyValue)
Unmarshalls a client-side
String representation of a property
value to an object representation. |
Modifier and Type | Method and Description |
---|---|
double |
Ilv3DSymbol.getAltitude()
Returns the altitude of the symbol in the current altitude unit.
|
double |
Ilv3DSymbol.getLatitude()
Returns the latitude of the symbol(in radians) transformed from the SDM property.
|
double |
Ilv3DSymbol.getLongitude()
Returns the longitude of the symbol(in radians) transformed from the SDM property.
|
Modifier and Type | Method and Description |
---|---|
static double |
IlvMapRenderer.convertLatLong(Object value,
boolean latitude)
Utility to convert an SDM value to either a latitude or longitude.
|
Modifier and Type | Method and Description |
---|---|
Object |
IlvConverter.convert(Object value,
Class<?> toType)
Converts the specified value to the given type.
|
static Object |
IlvConvert.convert(Object value,
Class<?> toType)
Converts the type of a value to a new type.
|
Object |
IlvLocalizedConverter.convert(Object value,
Class<?> toType,
Locale locale)
Converts the specified value to the given type.
|
static Object |
IlvConvert.convert(Object value,
Class<?> toType,
Locale locale)
Deprecated.
This method ignores the
numbers and
calendar specifications in the
ULocale . Better use
IlvConvert.convert(Object, Class, ULocale) instead. |
Object |
IlvLocalizedConverter.convert(Object value,
Class<?> toType,
ULocale locale)
Converts the specified value to the given type.
|
static Object |
IlvConvert.convert(Object value,
Class<?> toType,
ULocale locale)
Converts the type of a value to a new type.
|
static boolean |
IlvConvert.convertToBoolean(Object value)
Converts a value from its current type to a boolean value.
|
static byte |
IlvConvert.convertToByte(Object value)
Converts a value from its current type to a byte.
|
static double |
IlvConvert.convertToDouble(Object value)
Converts a value from its current type to a double.
|
static float |
IlvConvert.convertToFloat(Object value)
Converts a value from its current type to a float.
|
static int |
IlvConvert.convertToInt(Object value)
Converts a value from its current type to an integer.
|
static long |
IlvConvert.convertToLong(Object value)
Converts a value from its current type to a long integer.
|
static short |
IlvConvert.convertToShort(Object value)
Converts a value from its current type to a short.
|
static String |
IlvConvert.convertToString(Object value)
Converts a value from its current type to a string.
|
Modifier and Type | Method and Description |
---|---|
Object |
IlvTableModelMapper.getProperty(String propertyName,
int rowIndex)
Lookup the
TableModel at row index rowIndex and
returns a value for a given property. |
Object |
IlvTableModelPropertyDescriptor.getProperty(TableModel model,
int rowIndex)
Returns an
Object property value for the given
TableModel at the given row index. |
void |
IlvTableModelMapper.setProperty(String propertyName,
int rowIndex,
Object propertyValue)
Sets back the given property value inside the
TableModel at
the row index rowIndex . |
void |
IlvTableModelPropertyDescriptor.setProperty(TableModel model,
int rowIndex,
Object propertyValue)
Sets the given property value inside the given
TableModel
at the given rowIndex . |
void |
IlvMultiColumnTableModelPropertyDescriptor.setProperty(TableModel model,
int rowIndex,
Object propertyValue)
Sets the value for the given
TableModel and rowIndex . |
void |
IlvEnumerationTableModelPropertyDescriptor.setProperty(TableModel model,
int rowIndex,
Object propertyValue)
Sets the given property value inside the given
TableModel at
the given rowIndex . |
void |
IlvBasicTableModelPropertyDescriptor.setProperty(TableModel model,
int rowIndex,
Object propertyValue)
Calls
model.setValueAt(propertyValue, rowIndex, lookupColumn) . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.