|
| BookmarkBase (Parcel parcel) |
|
int | getType () |
|
long | getId () |
|
void | setId (long id) |
|
String | getLabel () |
|
void | setLabel (String label) |
|
String | getUsername () |
|
void | setUsername (String username) |
|
String | getPassword () |
|
void | setPassword (String password) |
|
String | getDomain () |
|
void | setDomain (String domain) |
|
ScreenSettings | getScreenSettings () |
|
void | setScreenSettings (ScreenSettings screenSettings) |
|
PerformanceFlags | getPerformanceFlags () |
|
void | setPerformanceFlags (PerformanceFlags performanceFlags) |
|
AdvancedSettings | getAdvancedSettings () |
|
void | setAdvancedSettings (AdvancedSettings advancedSettings) |
|
DebugSettings | getDebugSettings () |
|
void | setDebugSettings (DebugSettings debugSettings) |
|
ScreenSettings | getActiveScreenSettings () |
|
PerformanceFlags | getActivePerformanceFlags () |
|
int | describeContents () |
|
void | writeToParcel (Parcel out, int flags) |
|
void | writeToSharedPreferences (SharedPreferences sharedPrefs) |
|
void | readFromSharedPreferences (SharedPreferences sharedPrefs) |
|
Object | clone () |
|
|
static final int | TYPE_INVALID = -1 |
|
static final int | TYPE_MANUAL = 1 |
|
static final int | TYPE_QUICKCONNECT = 2 |
|
static final int | TYPE_PLACEHOLDER = 3 |
|
static final int | TYPE_CUSTOM_BASE = 1000 |
|
static final Parcelable.Creator< BookmarkBase > | CREATOR |
|
Definition at line 21 of file BookmarkBase.java.
◆ CREATOR
final Parcelable.Creator<BookmarkBase> com.freerdp.freerdpcore.domain.BookmarkBase.CREATOR |
|
static |
Initial value:=
new Parcelable.Creator<BookmarkBase>() {
public BookmarkBase createFromParcel(Parcel in)
{
return new BookmarkBase(in);
}
@Override public BookmarkBase[] newArray(int size)
{
return new BookmarkBase[size];
}
}
Definition at line 28 of file BookmarkBase.java.
The documentation for this class was generated from the following file: