Package lcmc.drbd.ui

Examples of lcmc.drbd.ui.DrbdLog.showDialog()


                            @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
Copyright © 2018 www.massapi.com. 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.