Package com.actelion.research.gui.swing
Class SwingLabel
- java.lang.Object
-
- com.actelion.research.gui.swing.SwingComponent
-
- com.actelion.research.gui.swing.SwingLabel
-
- All Implemented Interfaces:
GenericComponent
,GenericLabel
public class SwingLabel extends SwingComponent implements GenericLabel
-
-
Constructor Summary
Constructors Constructor Description SwingLabel(java.lang.String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setText(java.lang.String text)
-
Methods inherited from class com.actelion.research.gui.swing.SwingComponent
getComponent, getEventConsumer, setEnabled, setEventConsumer
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.actelion.research.gui.generic.GenericComponent
getEventConsumer, setEnabled, setEventConsumer
-
-
-
-
Method Detail
-
setText
public void setText(java.lang.String text)
- Specified by:
setText
in interfaceGenericLabel
-
-