|
| ManualBookmark (Parcel parcel) |
|
String | getHostname () |
|
void | setHostname (String hostname) |
|
int | getPort () |
|
void | setPort (int port) |
|
boolean | getEnableGatewaySettings () |
|
void | setEnableGatewaySettings (boolean enableGatewaySettings) |
|
GatewaySettings | getGatewaySettings () |
|
void | setGatewaySettings (GatewaySettings gatewaySettings) |
|
int | describeContents () |
|
void | writeToParcel (Parcel out, int flags) |
|
void | writeToSharedPreferences (SharedPreferences sharedPrefs) |
|
void | readFromSharedPreferences (SharedPreferences sharedPrefs) |
|
Object | clone () |
|
Public Member Functions inherited from com.freerdp.freerdpcore.domain.BookmarkBase |
| 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 () |
|
|
static final Parcelable.Creator< ManualBookmark > | CREATOR |
|
Static Public Attributes inherited from com.freerdp.freerdpcore.domain.BookmarkBase |
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 17 of file ManualBookmark.java.
◆ CREATOR
final Parcelable.Creator<ManualBookmark> com.freerdp.freerdpcore.domain.ManualBookmark.CREATOR |
|
static |
Initial value:=
new Parcelable.Creator<ManualBookmark>() {
public ManualBookmark createFromParcel(Parcel in)
{
return new ManualBookmark(in);
}
@Override public ManualBookmark[] newArray(int size)
{
return new ManualBookmark[size];
}
}
Definition at line 19 of file ManualBookmark.java.
The documentation for this class was generated from the following file: