Class GetSelectionContext.GetSelectionContextBuilder
- java.lang.Object
-
- com.github.moaxcp.x11client.protocol.xselinux.GetSelectionContext.GetSelectionContextBuilder
-
- Enclosing class:
- GetSelectionContext
public static class GetSelectionContext.GetSelectionContextBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetSelectionContextbuild()intgetSize()GetSelectionContext.GetSelectionContextBuilderselection(int selection)java.lang.StringtoString()
-
-
-
Method Detail
-
getSize
public int getSize()
-
selection
public GetSelectionContext.GetSelectionContextBuilder selection(int selection)
-
build
public GetSelectionContext build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-