public class GlobalCacheManagerMenu extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_GC_ADDR |
| Constructor and Description |
|---|
GlobalCacheManagerMenu(JMenu globalCacheMenu,
GuiUtils guiUtils,
ButtonGroup buttonGroup,
String initialSelection,
boolean verbose) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addGlobalCache(int position,
String prettyName,
InetAddress inetAddress,
String tooltip) |
void |
addPropertyChangeListener(PropertyChangeListener listener) |
void |
removePropertyChangeListener(PropertyChangeListener listener) |
protected void |
setGlobalCache(InetAddress inetAddress) |
protected void |
setup() |
public static final String PROP_GC_ADDR
public GlobalCacheManagerMenu(JMenu globalCacheMenu, GuiUtils guiUtils, ButtonGroup buttonGroup, String initialSelection, boolean verbose)
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
protected void setGlobalCache(InetAddress inetAddress)
protected void addGlobalCache(int position,
String prettyName,
InetAddress inetAddress,
String tooltip)
protected final void setup()
Copyright © 2016. All rights reserved.