|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcrn.IEImportance
Contains the weights for the importance levels of IEs.
Field Summary | |
static float |
CRUCIAL
The weight for the importance level 'crucial' of IEs. |
static float |
IMPORTANT
The weight for the importance level 'important' of IEs. |
static float |
IRRELEVANT
The weight for the importance level 'irrelevant' of IEs. |
static float |
NEUTRAL
The weight for the importance level 'neutral' of IEs. |
static float |
NONE
The weight for the importance level 'none' of IEs. |
static float |
UNIMPORTANT
The weight for the importance level 'unimportant' of IEs. |
Constructor Summary | |
IEImportance()
|
Method Summary | |
static void |
LoadImportanceLevels(javax.swing.JComboBox comboBox)
Loads the values for the combo box with the importance levels. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final float NONE
public static final float IRRELEVANT
public static final float UNIMPORTANT
public static final float NEUTRAL
public static final float IMPORTANT
public static final float CRUCIAL
Constructor Detail |
public IEImportance()
Method Detail |
public static void LoadImportanceLevels(javax.swing.JComboBox comboBox)
comboBox
- The combo box to add the values to.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |