| java.lang.Object com.salmonllc.swing.PopupManager
PopupManager | public class PopupManager (Code) | | This class is used by other components in the framework to display popups windows
|
getPopupManager | public static PopupManager getPopupManager()(Code) | | Returns a singleton popup manager
|
hideWindow | public void hideWindow()(Code) | | Hides the current visible window
|
setErrorWindowColors | public static void setErrorWindowColors(Color background, Color forground)(Code) | | Sets the colors for error window popups
Parameters: background - the background color Parameters: forground - the text color |
showErrorWindow | public void showErrorWindow(Component comp, String message)(Code) | | Displays an error bubble below the specified component
Parameters: comp - The component to display the bubble near Parameters: message - The message to display |
showPopupMenu | public void showPopupMenu(JPopupMenu menu, JComponent comp, int x, int y)(Code) | | Displays a popup menu, but hides any popup currently showing
|
showPopupPanel | public void showPopupPanel(Component comp, JPanel panel)(Code) | | Displays an error bubble below the specified component
Parameters: comp - The component to display the bubble near Parameters: message - The message to display |
|
|