| java.lang.Object sun.awt.X11.XSelection
XSelection | public class XSelection (Code) | | A class which interfaces with the X11 selection service.
|
MAX_LENGTH | final public static long MAX_LENGTH(Code) | | |
MAX_PROPERTY_SIZE | final public static int MAX_PROPERTY_SIZE(Code) | | |
XSelection | public XSelection(XAtom atom, XClipboard clpbrd)(Code) | | Creates a selection object.
Parameters: atom - the selection atom. Parameters: clpbrd - the corresponding clipoboard exception: NullPointerException - if atom is null . |
deinitializeSelectionForTrackingChanges | void deinitializeSelectionForTrackingChanges()(Code) | | |
getTargets | public long[] getTargets(long time)(Code) | | |
getTargetsDelayed | void getTargetsDelayed()(Code) | | |
initializeSelectionForTrackingChanges | void initializeSelectionForTrackingChanges()(Code) | | |
isOwner | boolean isOwner()(Code) | | |
lostOwnership | public void lostOwnership()(Code) | | |
reset | public synchronized void reset()(Code) | | |
setOwner | public synchronized boolean setOwner(Transferable contents, Map formatMap, long[] formats, long time)(Code) | | |
|
|