Package lcmc.drbd.ui

Examples of lcmc.drbd.ui.DrbdLog


                        })
                        .addAction(new MenuAction() {
                            @Override
                            public void run(final String text) {
                                final String device = getDrbdVolumeInfo().getDevice();
                                final DrbdLog drbdLog = drbdLogProvider.get();
                                drbdLog.init(getHost(), device);
                                drbdLog.showDialog();
                            }
                        });
        items.add(viewDrbdLogItem);

        return items;
View Full Code Here

TOP

Related Classes of lcmc.drbd.ui.DrbdLog

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.