com.actelion.research.gui.dock.PopupProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openchemlib Show documentation
Show all versions of openchemlib Show documentation
Open Source Chemistry Library
package com.actelion.research.gui.dock;
import javax.swing.*;
public interface PopupProvider {
public JPopupMenu createPopupMenu(String title, boolean isMaximized);
}