Package | Description |
---|---|
com.googlecode.lanterna.gui | |
com.googlecode.lanterna.gui.component | |
com.googlecode.lanterna.gui.listener |
Modifier and Type | Method and Description |
---|---|
void |
Component.addComponentListener(ComponentListener cl) |
void |
Component.removeComponentListener(ComponentListener cl) |
Modifier and Type | Method and Description |
---|---|
protected List<ComponentListener> |
AbstractComponent.getComponentListeners() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractComponent.addComponentListener(ComponentListener cl) |
void |
AbstractComponent.removeComponentListener(ComponentListener cl) |
Modifier and Type | Class and Description |
---|---|
class |
ComponentAdapter
This adapter class can help you create component listeners that only needs a subset of the
events required by the
ComponentListener . |
Copyright © 2014. All Rights Reserved.