Package com.didkovsky.portview
Interface PVTextField
- All Superinterfaces:
PVComponent
,PVTextComponent
- All Known Implementing Classes:
PVTextFieldAWT
,PVTextFieldSwing
public interface PVTextField extends PVTextComponent
- Author:
- Nick Didkovsky, nick@didkovsky.com
-
Method Summary
Modifier and Type Method Description void
addActionListener(java.awt.event.ActionListener l)
Methods inherited from interface com.didkovsky.portview.PVComponent
addKeyListener, getBackground, getBounds, getComponent, getFont, getLocation, getParent, isEnabled, removeKeyListener, setBackground, setEnabled, setFont, setLocation
Methods inherited from interface com.didkovsky.portview.PVTextComponent
getText, setText
-
Method Details
-
addActionListener
void addActionListener(java.awt.event.ActionListener l)
-