Package ch.bailu.gtk.gtk
Klasse MountOperation
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.gobject.Object
ch.bailu.gtk.type.PropertyHolder
ch.bailu.gtk.gio.MountOperation
ch.bailu.gtk.gtk.MountOperation
- Alle implementierten Schnittstellen:
PointerInterface
Asks the user for passwords and other information required to
mount a volume.
`GtkMountOperation` is needed when mounting volumes:
It is an implementation of `GMountOperation` that can be used with
GIO functions for mounting volumes such as
[method@Gio.File.mount_enclosing_volume],
[method@Gio.File.mount_mountable],
[method@Gio.Volume.mount],
[method@Gio.Mount.unmount_with_operation] and others.
When necessary, `GtkMountOperation` shows dialogs to let the user
enter passwords, ask questions or show processes blocking unmount.
mount a volume.
`GtkMountOperation` is needed when mounting volumes:
It is an implementation of `GMountOperation` that can be used with
GIO functions for mounting volumes such as
[method@Gio.File.mount_enclosing_volume],
[method@Gio.File.mount_mountable],
[method@Gio.Volume.mount],
[method@Gio.Mount.unmount_with_operation] and others.
When necessary, `GtkMountOperation` shows dialogs to let the user
enter passwords, ask questions or show processes blocking unmount.
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen ch.bailu.gtk.gio.MountOperation
MountOperation.OnAborted, MountOperation.OnAskPassword, MountOperation.OnReply, MountOperation.OnShowUnmountProgressVon Klasse geerbte verschachtelte Klassen/Schnittstellen ch.bailu.gtk.gobject.Object
Object.OnBindingTransformFunc, Object.OnDestroyNotify, Object.OnDuplicateFunc, Object.OnNotify, Object.OnToggleNotify, Object.OnWeakNotify -
Feldübersicht
Von Klasse geerbte Felder ch.bailu.gtk.gio.MountOperation
SIGNAL_ON_ABORTED, SIGNAL_ON_ASK_PASSWORD, SIGNAL_ON_REPLY, SIGNAL_ON_SHOW_UNMOUNT_PROGRESSVon Klasse geerbte Felder ch.bailu.gtk.gobject.Object
SIGNAL_ON_NOTIFY -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungMountOperation(Window parent) Creates a new `GtkMountOperation`.MountOperation(PointerContainer pointer) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandlerGets the display on which windows of the `GtkMountOperation`
will be shown.static intGets the transient parent used by the `GtkMountOperation`.static longstatic TypeSystem.TypeSizestatic longstatic TypeSystem.TypeSizebooleanReturns whether the `GtkMountOperation` is currently displaying
a window.voidsetDisplay(Display display) Sets the display to show windows of the `GtkMountOperation` on.voidSets the transient parent for windows shown by the
`GtkMountOperation`.Von Klasse geerbte Methoden ch.bailu.gtk.gio.MountOperation
getAnonymous, getChoice, getDomain, getIsTcryptHiddenVolume, getIsTcryptSystemVolume, getPassword, getPasswordSave, getPim, getUsername, onAborted, onAskPassword, onReply, onShowUnmountProgress, reply, setAnonymous, setChoice, setDomain, setDomain, setIsTcryptHiddenVolume, setIsTcryptSystemVolume, setPassword, setPassword, setPasswordSave, setPim, setUsername, setUsernameVon Klasse geerbte Methoden ch.bailu.gtk.type.PropertyHolder
getBooleanProperty, getIntProperty, getObjectProperty, getStringProperty, getStrProperty, setBooleanProperty, setIntProperty, setObjectProperty, setStringProperty, setStrPropertyVon Klasse geerbte Methoden ch.bailu.gtk.gobject.Object
addToggleRef, bindProperty, bindProperty, bindPropertyFull, bindPropertyFull, bindPropertyWithClosures, bindPropertyWithClosures, compatControl, connect, connect, disconnect, disconnect, dupData, dupData, dupQdata, forceFloating, freezeNotify, get, get, getData, getData, getProperty, getProperty, getQdata, interfaceFindProperty, interfaceInstallProperty, isFloating, notify, notify, notifyByPspec, onNotify, ref, refSink, removeToggleRef, replaceData, replaceData, replaceQdata, runDispose, set, set, setData, setData, setDataFull, setDataFull, setProperty, setProperty, setQdata, setQdataFull, stealData, stealData, stealQdata, takeRef, thawNotify, unref, watchClosure, weakRef, weakUnrefVon Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacksVon Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNullVon Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Konstruktordetails
-
MountOperation
-
MountOperation
Creates a new `GtkMountOperation`.- Parameter:
parent- transient parent of the window
-
-
Methodendetails
-
getClassHandler
-
getDisplay
Gets the display on which windows of the `GtkMountOperation`
will be shown.- Gibt zurück:
- the display on which windows of @op are shown
-
getParent
Gets the transient parent used by the `GtkMountOperation`.- Gibt zurück:
- the transient parent for windows shown by @op
-
isShowing
public boolean isShowing()Returns whether the `GtkMountOperation` is currently displaying
a window.- Gibt zurück:
- %TRUE if @op is currently displaying a window
-
setDisplay
Sets the display to show windows of the `GtkMountOperation` on.- Parameter:
display- a `GdkDisplay`
-
setParent
Sets the transient parent for windows shown by the
`GtkMountOperation`.- Parameter:
parent- transient parent of the window
-
getTypeID
public static long getTypeID() -
getParentTypeID
public static long getParentTypeID() -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-