|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.clients.filevault.FvList
Field Summary | |
private static Vector |
localRuleList
|
static int |
NOT_FOUND
|
(package private) static ResourceBundle |
RB
|
private static Vector |
remoteRuleList
|
private static String |
RESOURCE
|
Constructor Summary | |
FvList()
|
Method Summary | |
static String[] |
formatMultiList(Vector source)
Format a vector of FvListEntry(s) into the semicolon delimited array of strings required by the Symantec multilist control |
static FvPolicyRule |
getRule(int index,
int ruleCode)
Return a policy rule |
static Vector |
populate(String domainName,
FvMountInfoMaster master,
int ruleCode)
Return a readable form of the file vault control rules for the specified domain |
static Vector |
refreshList(Vector list,
FvListEntry fle,
int ruleCode)
Find the index of the object in the list. |
static Vector |
refreshList(Vector list,
FvListEntry fle,
int selectedIndex,
int ruleCode)
Find the index of the object in the list. |
private static int |
whereIs(Vector v,
FvListEntry fle)
Return the index of an item in the vector with the same unique name as the IndexListEntry. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int NOT_FOUND
private static final String RESOURCE
static ResourceBundle RB
private static Vector localRuleList
private static Vector remoteRuleList
Constructor Detail |
public FvList()
Method Detail |
public static FvPolicyRule getRule(int index, int ruleCode)
public static String[] formatMultiList(Vector source)
source
- Vector of IndexListEntriespublic static Vector populate(String domainName, FvMountInfoMaster master, int ruleCode) throws Exception
domainName
-
Exception
private static int whereIs(Vector v, FvListEntry fle)
v
- Vector of IndexListEntriespublic static Vector refreshList(Vector list, FvListEntry fle, int ruleCode)
list
- Vector of IndexListEntriespublic static Vector refreshList(Vector list, FvListEntry fle, int selectedIndex, int ruleCode)
list
- Vector of IndexListEntries
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |