Uses of Class
org.freedesktop.dbus.connections.impl.DBusConnection.DBusBusType
-
Packages that use DBusConnection.DBusBusType Package Description org.freedesktop.dbus.connections.impl org.freedesktop.dbus.viewer -
-
Uses of DBusConnection.DBusBusType in org.freedesktop.dbus.connections.impl
Methods in org.freedesktop.dbus.connections.impl that return DBusConnection.DBusBusType Modifier and Type Method Description static DBusConnection.DBusBusTypeDBusConnection.DBusBusType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DBusConnection.DBusBusType[]DBusConnection.DBusBusType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.freedesktop.dbus.connections.impl with parameters of type DBusConnection.DBusBusType Modifier and Type Method Description static DBusConnectionBuilderDBusConnectionBuilder. forType(DBusConnection.DBusBusType _type)Create a default connection to DBus using the given bus type.static DBusConnectionBuilderDBusConnectionBuilder. forType(DBusConnection.DBusBusType _type, java.lang.String _machineIdFile)Create a default connection to DBus using the given bus type and machineIdFile.static DBusConnectionDBusConnection. getConnection(DBusConnection.DBusBusType _bustype)Deprecated, for removal: This API element is subject to removal in a future version.static DBusConnectionDBusConnection. getConnection(DBusConnection.DBusBusType _bustype, boolean _shared, int _timeout)Deprecated, for removal: This API element is subject to removal in a future version.static DBusConnectionDBusConnection. newConnection(DBusConnection.DBusBusType _bustype)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DBusConnection.DBusBusType in org.freedesktop.dbus.viewer
Fields in org.freedesktop.dbus.viewer with type parameters of type DBusConnection.DBusBusType Modifier and Type Field Description private static java.util.Map<java.lang.String,DBusConnection.DBusBusType>DBusViewer. CONNECTION_TYPESMethod parameters in org.freedesktop.dbus.viewer with type arguments of type DBusConnection.DBusBusType Modifier and Type Method Description private voidDBusViewer. addTabs(javax.swing.JTabbedPane _tabbedPane, java.util.Map<java.lang.String,DBusConnection.DBusBusType> _connectionTypes)Add tabs for each supplied connection typeConstructor parameters in org.freedesktop.dbus.viewer with type arguments of type DBusConnection.DBusBusType Constructor Description DBusViewer(java.util.Map<java.lang.String,DBusConnection.DBusBusType> _connectionTypes)Create the DBusViewer
-