|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
---|---|
static String |
copyright
|
Method Summary | |
---|---|
SystemProfile |
cloneSystemProfile(SystemProfile profile,
String newName)
Clone the given profile |
SystemProfile |
createSystemProfile(String name,
boolean makeActive)
Create a new profile with the given name, and add to the list. |
void |
deleteSystemProfile(SystemProfile profile)
Delete the given profile |
String[] |
getActiveSystemProfileNames()
Return the profile names currently selected by the user as his "active" profiles |
int |
getActiveSystemProfilePosition(String profileName)
Return 0-based position of the given active profile within the list of active profiles. |
SystemProfile[] |
getActiveSystemProfiles()
Return the profiles identified via preferences as the active profiles... |
SystemProfile |
getDefaultPrivateSystemProfile()
Return the default private profile created at first touch. |
SystemProfile |
getDefaultTeamSystemProfile()
Return the default team profile created at first touch. |
ISystemValidator |
getProfileNameValidator(String profileName)
Reusable method to return a name validator for renaming a profile. |
ISystemValidator |
getProfileNameValidator(SystemProfile profile)
Reusable method to return a name validator for renaming a profile. |
EList |
getProfiles()
|
SystemProfile |
getSystemProfile(String name)
Get a profile given its name. |
String[] |
getSystemProfileNames()
Get an array of all existing profile names. |
Vector |
getSystemProfileNamesVector()
Get a vector of all existing profile names. |
SystemProfile[] |
getSystemProfiles()
Get an array of all existing profiles. |
boolean |
isSystemProfileActive(String profileName)
Return true if the given profile is active |
void |
makeSystemProfileActive(SystemProfile profile,
boolean makeActive)
Toggle an existing profile's state between active and inactive |
void |
renameSystemProfile(SystemProfile profile,
String newName)
Rename the given profile. |
void |
save()
Save all profiles to disk |
void |
save(SystemProfile profile)
Attempt to save single profile to disk. |
Field Detail |
public static final String copyright
Method Detail |
public SystemProfile createSystemProfile(String name, boolean makeActive)
The underlying folder is created in the file system.
name
- What to name this profilemakeActive
- true if this profile is to be added to the active profile list.
public void makeSystemProfileActive(SystemProfile profile, boolean makeActive)
public SystemProfile[] getSystemProfiles()
public String[] getSystemProfileNames()
public Vector getSystemProfileNamesVector()
public SystemProfile getSystemProfile(String name)
public SystemProfile[] getActiveSystemProfiles()
public String[] getActiveSystemProfileNames()
public int getActiveSystemProfilePosition(String profileName)
public SystemProfile getDefaultPrivateSystemProfile()
public SystemProfile getDefaultTeamSystemProfile()
public void renameSystemProfile(SystemProfile profile, String newName)
public void deleteSystemProfile(SystemProfile profile)
public SystemProfile cloneSystemProfile(SystemProfile profile, String newName)
public boolean isSystemProfileActive(String profileName)
SystemProfile.isActive()
public ISystemValidator getProfileNameValidator(String profileName)
public ISystemValidator getProfileNameValidator(SystemProfile profile)
public void save()
public void save(SystemProfile profile) throws Exception
Exception
public EList getProfiles()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |