Package org.freedesktop.dbus.viewer
Class DBusViewer
java.lang.Object
org.freedesktop.dbus.viewer.DBusViewer
A viewer for DBus
goal is to replicate the functionality of kdbus with Java smarts
- Since:
- 29/01/2006
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Map<String, DBusConnection.DBusBusType> private final List<DBusConnection> private static final String -
Constructor Summary
ConstructorsConstructorDescriptionDBusViewer(Map<String, DBusConnection.DBusBusType> _connectionTypes) Create the DBusViewer -
Method Summary
Modifier and TypeMethodDescriptionprivate voidaddTabs(JTabbedPane _tabbedPane, Map<String, DBusConnection.DBusBusType> _connectionTypes) Add tabs for each supplied connection typeprivate DBusTableModellistDBusConnection(boolean _users, boolean _owners, DBusConnection _conn) static void
-
Field Details
-
CONNECTION_TYPES
-
DOC_TYPE
- See Also:
-
connections
-
-
Constructor Details
-
DBusViewer
Create the DBusViewer- Parameters:
_connectionTypes- The map of connection types
-
-
Method Details
-
main
- Parameters:
_args- unused
-
addTabs
private void addTabs(JTabbedPane _tabbedPane, Map<String, DBusConnection.DBusBusType> _connectionTypes) Add tabs for each supplied connection type- Parameters:
_tabbedPane- The tabbed pane_connectionTypes- The connection
-
listDBusConnection
private DBusTableModel listDBusConnection(boolean _users, boolean _owners, DBusConnection _conn) throws DBusException - Throws:
DBusException
-