luxor.spi
Interface NInput
- All Superinterfaces:
- NComponent
- All Known Implementing Classes:
- AbstractInput
- public interface NInput
- extends NComponent
interface for components embedded inside/attached to XulInput
Method Summary |
void |
addFocusListener(java.awt.event.FocusListener l)
|
javax.swing.JLabel |
getLabel()
todo: in the future I might use an XValidationLabel/Status interace
instead of a plain vanilla Swing JLabel note: return value might be null
if no label is associated with input control |
java.lang.String |
getText()
|
boolean |
isEditable()
|
void |
removeFocusListener(java.awt.event.FocusListener l)
|
void |
setText(java.lang.String text)
|
Methods inherited from interface luxor.spi.NComponent |
getFlex, getHeight, getId, getJComponent, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, resolveReferences, useMinHeight, useMinWidth |
setText
public void setText(java.lang.String text)
getText
public java.lang.String getText()
isEditable
public boolean isEditable()
addFocusListener
public void addFocusListener(java.awt.event.FocusListener l)
removeFocusListener
public void removeFocusListener(java.awt.event.FocusListener l)
getLabel
public javax.swing.JLabel getLabel()
- todo: in the future I might use an XValidationLabel/Status interace
instead of a plain vanilla Swing JLabel note: return value might be null
if no label is associated with input control
Copyright © 2001, 2002 Gerald Bauer. All Rights Reserved. Hosted by