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

Public Member Functions

 PlaceholderBookmark (Parcel parcel)
 
 PlaceholderBookmark ()
 
String getName ()
 
void setName (String name)
 
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)
 
 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< PlaceholderBookmarkCREATOR
 
- 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

◆ PlaceholderBookmark() [1/2]

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

◆ PlaceholderBookmark() [2/2]

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

Member Function Documentation

◆ clone()

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

◆ describeContents()

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

◆ getName()

String com.freerdp.freerdpcore.domain.PlaceholderBookmark.getName ( )
inline
Here is the caller graph for this function:

◆ readFromSharedPreferences()

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

◆ setName()

void com.freerdp.freerdpcore.domain.PlaceholderBookmark.setName ( String  name)
inline
Here is the caller graph for this function:

◆ writeToParcel()

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

◆ writeToSharedPreferences()

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

Field Documentation

◆ CREATOR

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

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