FreeRDP
com.freerdp.freerdpcore.domain.QuickConnectBookmark Class Reference
Inheritance diagram for com.freerdp.freerdpcore.domain.QuickConnectBookmark:
Collaboration diagram for com.freerdp.freerdpcore.domain.QuickConnectBookmark:

Public Member Functions

 QuickConnectBookmark (Parcel parcel)
 
 QuickConnectBookmark ()
 
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.ManualBookmark
 ManualBookmark (Parcel parcel)
 
 ManualBookmark ()
 
String getHostname ()
 
void setHostname (String hostname)
 
int getPort ()
 
void setPort (int port)
 
boolean getEnableGatewaySettings ()
 
void setEnableGatewaySettings (boolean enableGatewaySettings)
 
GatewaySettings getGatewaySettings ()
 
void setGatewaySettings (GatewaySettings gatewaySettings)
 
- Public Member Functions inherited from com.freerdp.freerdpcore.domain.BookmarkBase
 BookmarkBase (Parcel parcel)
 
 BookmarkBase ()
 
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 Public Attributes

static final Parcelable.Creator< QuickConnectBookmarkCREATOR
 
- Static Public Attributes inherited from com.freerdp.freerdpcore.domain.ManualBookmark
static final Parcelable.Creator< ManualBookmarkCREATOR
 
- 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< BookmarkBaseCREATOR
 

Additional Inherited Members

- Protected Attributes inherited from com.freerdp.freerdpcore.domain.BookmarkBase
int type
 

Constructor & Destructor Documentation

◆ QuickConnectBookmark() [1/2]

com.freerdp.freerdpcore.domain.QuickConnectBookmark.QuickConnectBookmark ( Parcel  parcel)
inline

◆ QuickConnectBookmark() [2/2]

com.freerdp.freerdpcore.domain.QuickConnectBookmark.QuickConnectBookmark ( )
inline

Member Function Documentation

◆ clone()

Object com.freerdp.freerdpcore.domain.QuickConnectBookmark.clone ( )
inline

◆ describeContents()

int com.freerdp.freerdpcore.domain.QuickConnectBookmark.describeContents ( )
inline

◆ readFromSharedPreferences()

void com.freerdp.freerdpcore.domain.QuickConnectBookmark.readFromSharedPreferences ( SharedPreferences  sharedPrefs)
inline

◆ writeToParcel()

void com.freerdp.freerdpcore.domain.QuickConnectBookmark.writeToParcel ( Parcel  out,
int  flags 
)
inline

◆ writeToSharedPreferences()

void com.freerdp.freerdpcore.domain.QuickConnectBookmark.writeToSharedPreferences ( SharedPreferences  sharedPrefs)
inline

Field Documentation

◆ CREATOR

final Parcelable.Creator<QuickConnectBookmark> com.freerdp.freerdpcore.domain.QuickConnectBookmark.CREATOR
static
Initial value:
=
new Parcelable.Creator<QuickConnectBookmark>() {
public QuickConnectBookmark createFromParcel(Parcel in)
{
return new QuickConnectBookmark(in);
}
@Override public QuickConnectBookmark[] newArray(int size)
{
return new QuickConnectBookmark[size];
}
}
QuickConnectBookmark()
Definition: QuickConnectBookmark.java:39

The documentation for this class was generated from the following file: