|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.beans.SimpleBeanInfo
|
+--ru.tunegov.mathematic.MatrixBeanInfo
The bean information class for ru.tunegov.mathematic.Matrix.
| Constructor Summary | |
MatrixBeanInfo()
|
|
| Method Summary | |
java.beans.MethodDescriptor |
absMethodDescriptor()
Gets the abs() method descriptor. |
java.beans.MethodDescriptor |
add_doubleMethodDescriptor()
Gets the add(double) method descriptor. |
java.beans.MethodDescriptor |
add_rutunegovmathematicComplexMethodDescriptor()
Gets the add(ru.tunegov.mathematic.Complex) method descriptor. |
java.beans.MethodDescriptor |
add_rutunegovmathematicDecimalMethodDescriptor()
Gets the add(ru.tunegov.mathematic.Decimal) method descriptor. |
java.beans.MethodDescriptor |
add_rutunegovmathematicElementSetMethodDescriptor()
Gets the add(ru.tunegov.mathematic.ElementSet) method descriptor. |
java.beans.MethodDescriptor |
add_rutunegovmathematicMatrixElementSetMethodDescriptor()
Gets the add(ru.tunegov.mathematic.MatrixElementSet) method descriptor. |
java.beans.PropertyDescriptor |
classPropertyDescriptor()
Gets the class property descriptor. |
java.beans.MethodDescriptor |
cloneMethodDescriptor()
Gets the clone() method descriptor. |
java.beans.PropertyDescriptor |
colsPropertyDescriptor()
Gets the cols property descriptor. |
java.beans.MethodDescriptor |
cosMethodDescriptor()
Gets the cos() method descriptor. |
java.beans.MethodDescriptor |
divide_doubleMethodDescriptor()
Gets the divide(double) method descriptor. |
java.beans.MethodDescriptor |
divide_rutunegovmathematicComplexMethodDescriptor()
Gets the divide(ru.tunegov.mathematic.Complex) method descriptor. |
java.beans.MethodDescriptor |
divide_rutunegovmathematicDecimalMethodDescriptor()
Gets the divide(ru.tunegov.mathematic.Decimal) method descriptor. |
java.beans.MethodDescriptor |
divide_rutunegovmathematicElementSetMethodDescriptor()
Gets the divide(ru.tunegov.mathematic.ElementSet) method descriptor. |
java.beans.MethodDescriptor |
divide_rutunegovmathematicMatrixElementSetMethodDescriptor()
Gets the divide(ru.tunegov.mathematic.MatrixElementSet) method descriptor. |
java.beans.MethodDescriptor |
divideInverse_doubleMethodDescriptor()
Gets the divideInverse(double) method descriptor. |
java.beans.MethodDescriptor |
divideInverse_rutunegovmathematicComplexMethodDescriptor()
Gets the divideInverse(ru.tunegov.mathematic.Complex) method descriptor. |
java.beans.MethodDescriptor |
divideInverse_rutunegovmathematicDecimalMethodDescriptor()
Gets the divideInverse(ru.tunegov.mathematic.Decimal) method descriptor. |
java.beans.MethodDescriptor |
divideInverse_rutunegovmathematicMatrixElementSetMethodDescriptor()
Gets the divideInverse(ru.tunegov.mathematic.MatrixElementSet) method descriptor. |
java.beans.MethodDescriptor |
equals_javalangObjectMethodDescriptor()
Gets the equals(java.lang.Object) method descriptor. |
java.beans.MethodDescriptor |
expMethodDescriptor()
Gets the exp() method descriptor. |
static java.lang.reflect.Method |
findMethod(java.lang.Class aClass,
java.lang.String methodName,
int parameterCount)
Find the method by comparing (name & parameter size) against the methods in the class. |
static java.lang.Class |
getBeanClass()
Gets the bean class. |
static java.lang.String |
getBeanClassName()
Gets the bean class name. |
java.beans.BeanDescriptor |
getBeanDescriptor()
|
java.beans.MethodDescriptor |
getClassMethodDescriptor()
Gets the getClass() method descriptor. |
java.beans.MethodDescriptor |
getColsMethodDescriptor()
Gets the getCols() method descriptor. |
java.beans.EventSetDescriptor[] |
getEventSetDescriptors()
Return the event set descriptors for this bean. |
java.awt.Image |
getIcon(int iconKind)
|
java.beans.MethodDescriptor |
getItem_int_intMethodDescriptor()
Gets the getItem(int, int) method descriptor. |
java.beans.MethodDescriptor |
getItemsMethodDescriptor()
Gets the getItems() method descriptor. |
java.beans.MethodDescriptor[] |
getMethodDescriptors()
Return the method descriptors for this bean. |
java.beans.PropertyDescriptor[] |
getPropertyDescriptors()
Return the property descriptors for this bean. |
java.beans.MethodDescriptor |
getRowsMethodDescriptor()
Gets the getRows() method descriptor. |
java.beans.MethodDescriptor |
hashCodeMethodDescriptor()
Gets the hashCode() method descriptor. |
java.beans.MethodDescriptor |
inverseMethodDescriptor()
Gets the inverse() method descriptor. |
java.beans.PropertyDescriptor |
itemsPropertyDescriptor()
Gets the items property descriptor. |
java.beans.MethodDescriptor |
logMethodDescriptor()
Gets the log() method descriptor. |
java.beans.MethodDescriptor |
multiply_doubleMethodDescriptor()
Gets the multiply(double) method descriptor. |
java.beans.MethodDescriptor |
multiply_rutunegovmathematicComplexMethodDescriptor()
Gets the multiply(ru.tunegov.mathematic.Complex) method descriptor. |
java.beans.MethodDescriptor |
multiply_rutunegovmathematicDecimalMethodDescriptor()
Gets the multiply(ru.tunegov.mathematic.Decimal) method descriptor. |
java.beans.MethodDescriptor |
multiply_rutunegovmathematicElementSetMethodDescriptor()
Gets the multiply(ru.tunegov.mathematic.ElementSet) method descriptor. |
java.beans.MethodDescriptor |
multiply_rutunegovmathematicMatrixElementSetMethodDescriptor()
Gets the multiply(ru.tunegov.mathematic.MatrixElementSet) method descriptor. |
java.beans.MethodDescriptor |
negateMethodDescriptor()
Gets the negate() method descriptor. |
java.beans.MethodDescriptor |
normMethodDescriptor()
Gets the norm() method descriptor. |
java.beans.MethodDescriptor |
notifyAllMethodDescriptor()
Gets the notifyAll() method descriptor. |
java.beans.MethodDescriptor |
notifyMethodDescriptor()
Gets the notify() method descriptor. |
java.beans.MethodDescriptor |
pow_doubleMethodDescriptor()
Gets the pow(double) method descriptor. |
java.beans.MethodDescriptor |
root_intMethodDescriptor()
Gets the root(int) method descriptor. |
java.beans.PropertyDescriptor |
rowsPropertyDescriptor()
Gets the rows property descriptor. |
java.beans.MethodDescriptor |
setItem_int_int_rutunegovmathematicElementSetMethodDescriptor()
Gets the setItem(int, int, ru.tunegov.mathematic.ElementSet) method descriptor. |
java.beans.MethodDescriptor |
setItems_rutunegovmathematicElementSet____MethodDescriptor()
Gets the setItems(ru.tunegov.mathematic.ElementSet[][]) method descriptor. |
java.beans.MethodDescriptor |
sinMethodDescriptor()
Gets the sin() method descriptor. |
java.beans.MethodDescriptor |
sqrtMethodDescriptor()
Gets the sqrt() method descriptor. |
java.beans.MethodDescriptor |
subtract_doubleMethodDescriptor()
Gets the subtract(double) method descriptor. |
java.beans.MethodDescriptor |
subtract_rutunegovmathematicComplexMethodDescriptor()
Gets the subtract(ru.tunegov.mathematic.Complex) method descriptor. |
java.beans.MethodDescriptor |
subtract_rutunegovmathematicDecimalMethodDescriptor()
Gets the subtract(ru.tunegov.mathematic.Decimal) method descriptor. |
java.beans.MethodDescriptor |
subtract_rutunegovmathematicElementSetMethodDescriptor()
Gets the subtract(ru.tunegov.mathematic.ElementSet) method descriptor. |
java.beans.MethodDescriptor |
subtract_rutunegovmathematicMatrixElementSetMethodDescriptor()
Gets the subtract(ru.tunegov.mathematic.MatrixElementSet) method descriptor. |
java.beans.MethodDescriptor |
subtractInverse_doubleMethodDescriptor()
Gets the subtractInverse(double) method descriptor. |
java.beans.MethodDescriptor |
subtractInverse_rutunegovmathematicComplexMethodDescriptor()
Gets the subtractInverse(ru.tunegov.mathematic.Complex) method descriptor. |
java.beans.MethodDescriptor |
subtractInverse_rutunegovmathematicDecimalMethodDescriptor()
Gets the subtractInverse(ru.tunegov.mathematic.Decimal) method descriptor. |
java.beans.MethodDescriptor |
subtractInverse_rutunegovmathematicMatrixElementSetMethodDescriptor()
Gets the subtractInverse(ru.tunegov.mathematic.MatrixElementSet) method descriptor. |
java.beans.MethodDescriptor |
tanMethodDescriptor()
Gets the tan() method descriptor. |
java.beans.MethodDescriptor |
toFormattedString_javatextDecimalFormatMethodDescriptor()
Gets the toFormattedString(java.text.DecimalFormat) method descriptor. |
java.beans.MethodDescriptor |
toStringMethodDescriptor()
Gets the toString() method descriptor. |
java.beans.MethodDescriptor |
transposeMethodDescriptor()
Gets the transpose() method descriptor. |
java.beans.MethodDescriptor |
wait_long_intMethodDescriptor()
Gets the wait(long, int) method descriptor. |
java.beans.MethodDescriptor |
wait_longMethodDescriptor()
Gets the wait(long) method descriptor. |
java.beans.MethodDescriptor |
waitMethodDescriptor()
Gets the wait() method descriptor. |
| Methods inherited from class java.beans.SimpleBeanInfo |
getAdditionalBeanInfo,
getDefaultEventIndex,
getDefaultPropertyIndex,
loadImage |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public MatrixBeanInfo()
| Method Detail |
public java.beans.MethodDescriptor absMethodDescriptor()
public java.beans.MethodDescriptor add_doubleMethodDescriptor()
public java.beans.MethodDescriptor add_rutunegovmathematicComplexMethodDescriptor()
public java.beans.MethodDescriptor add_rutunegovmathematicDecimalMethodDescriptor()
public java.beans.MethodDescriptor add_rutunegovmathematicElementSetMethodDescriptor()
public java.beans.MethodDescriptor add_rutunegovmathematicMatrixElementSetMethodDescriptor()
public java.beans.PropertyDescriptor classPropertyDescriptor()
public java.beans.MethodDescriptor cloneMethodDescriptor()
public java.beans.PropertyDescriptor colsPropertyDescriptor()
public java.beans.MethodDescriptor cosMethodDescriptor()
public java.beans.MethodDescriptor divide_doubleMethodDescriptor()
public java.beans.MethodDescriptor divide_rutunegovmathematicComplexMethodDescriptor()
public java.beans.MethodDescriptor divide_rutunegovmathematicDecimalMethodDescriptor()
public java.beans.MethodDescriptor divide_rutunegovmathematicElementSetMethodDescriptor()
public java.beans.MethodDescriptor divide_rutunegovmathematicMatrixElementSetMethodDescriptor()
public java.beans.MethodDescriptor divideInverse_doubleMethodDescriptor()
public java.beans.MethodDescriptor divideInverse_rutunegovmathematicComplexMethodDescriptor()
public java.beans.MethodDescriptor divideInverse_rutunegovmathematicDecimalMethodDescriptor()
public java.beans.MethodDescriptor divideInverse_rutunegovmathematicMatrixElementSetMethodDescriptor()
public java.beans.MethodDescriptor equals_javalangObjectMethodDescriptor()
public java.beans.MethodDescriptor expMethodDescriptor()
public static java.lang.reflect.Method findMethod(java.lang.Class aClass,
java.lang.String methodName,
int parameterCount)
aClass - java.lang.ClassmethodName - java.lang.StringparameterCount - intpublic static java.lang.Class getBeanClass()
public static java.lang.String getBeanClassName()
public java.beans.BeanDescriptor getBeanDescriptor()
public java.beans.MethodDescriptor getClassMethodDescriptor()
public java.beans.MethodDescriptor getColsMethodDescriptor()
public java.beans.EventSetDescriptor[] getEventSetDescriptors()
public java.awt.Image getIcon(int iconKind)
public java.beans.MethodDescriptor getItem_int_intMethodDescriptor()
public java.beans.MethodDescriptor getItemsMethodDescriptor()
public java.beans.MethodDescriptor[] getMethodDescriptors()
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
public java.beans.MethodDescriptor getRowsMethodDescriptor()
public java.beans.MethodDescriptor hashCodeMethodDescriptor()
public java.beans.MethodDescriptor inverseMethodDescriptor()
public java.beans.PropertyDescriptor itemsPropertyDescriptor()
public java.beans.MethodDescriptor logMethodDescriptor()
public java.beans.MethodDescriptor multiply_doubleMethodDescriptor()
public java.beans.MethodDescriptor multiply_rutunegovmathematicComplexMethodDescriptor()
public java.beans.MethodDescriptor multiply_rutunegovmathematicDecimalMethodDescriptor()
public java.beans.MethodDescriptor multiply_rutunegovmathematicElementSetMethodDescriptor()
public java.beans.MethodDescriptor multiply_rutunegovmathematicMatrixElementSetMethodDescriptor()
public java.beans.MethodDescriptor negateMethodDescriptor()
public java.beans.MethodDescriptor normMethodDescriptor()
public java.beans.MethodDescriptor notifyAllMethodDescriptor()
public java.beans.MethodDescriptor notifyMethodDescriptor()
public java.beans.MethodDescriptor pow_doubleMethodDescriptor()
public java.beans.MethodDescriptor root_intMethodDescriptor()
public java.beans.PropertyDescriptor rowsPropertyDescriptor()
public java.beans.MethodDescriptor setItem_int_int_rutunegovmathematicElementSetMethodDescriptor()
public java.beans.MethodDescriptor setItems_rutunegovmathematicElementSet____MethodDescriptor()
public java.beans.MethodDescriptor sinMethodDescriptor()
public java.beans.MethodDescriptor sqrtMethodDescriptor()
public java.beans.MethodDescriptor subtract_doubleMethodDescriptor()
public java.beans.MethodDescriptor subtract_rutunegovmathematicComplexMethodDescriptor()
public java.beans.MethodDescriptor subtract_rutunegovmathematicDecimalMethodDescriptor()
public java.beans.MethodDescriptor subtract_rutunegovmathematicElementSetMethodDescriptor()
public java.beans.MethodDescriptor subtract_rutunegovmathematicMatrixElementSetMethodDescriptor()
public java.beans.MethodDescriptor subtractInverse_doubleMethodDescriptor()
public java.beans.MethodDescriptor subtractInverse_rutunegovmathematicComplexMethodDescriptor()
public java.beans.MethodDescriptor subtractInverse_rutunegovmathematicDecimalMethodDescriptor()
public java.beans.MethodDescriptor subtractInverse_rutunegovmathematicMatrixElementSetMethodDescriptor()
public java.beans.MethodDescriptor tanMethodDescriptor()
public java.beans.MethodDescriptor toFormattedString_javatextDecimalFormatMethodDescriptor()
public java.beans.MethodDescriptor toStringMethodDescriptor()
public java.beans.MethodDescriptor transposeMethodDescriptor()
public java.beans.MethodDescriptor wait_long_intMethodDescriptor()
public java.beans.MethodDescriptor wait_longMethodDescriptor()
public java.beans.MethodDescriptor waitMethodDescriptor()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||