public interface JmolAbstractButton
Modifier and Type | Method and Description |
---|---|
void |
addConsoleListener(Object console) |
String |
getKey() |
String |
getName() |
boolean |
isSelected() |
void |
setEnabled(boolean b) |
void |
setMnemonic(char mnemonic) |
void |
setText(String label) |
void |
setToolTipText(String tip) |
void setMnemonic(char mnemonic)
void setToolTipText(String tip)
void setText(String label)
String getKey()
boolean isSelected()
void setEnabled(boolean b)
void addConsoleListener(Object console)
String getName()