org.jdmp.gui.module
Class ModuleGUIObject
- java.lang.Object
-
- org.ujmp.gui.AbstractGUIObject
-
- org.jdmp.gui.module.ModuleGUIObject
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, Clearable, GUIObject, HasDescription, HasLabel, HasToolTip
public class ModuleGUIObject extends AbstractGUIObject
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface org.ujmp.core.interfaces.HasDescription
DESCRIPTION
-
-
Constructor Summary
Constructors Constructor and Description ModuleGUIObject(Module module)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidclear()CommandWindowgetCommandWindow()ModulegetCoreObject()java.lang.StringgetDescription()javax.swing.JFramegetFrame()This method will return a JFrame for this object.java.awt.ImagegetIcon()java.lang.StringgetLabel()Returns the String label of an object.java.lang.ObjectgetLabelObject()Returns the label of an object.javax.swing.JPanelgetPanel()This method will return a JPanel for this object.voidsetDescription(java.lang.String description)voidsetLabel(java.lang.Object label)Sets the label of an objectjava.lang.StringtoString()-
Methods inherited from class org.ujmp.gui.AbstractGUIObject
fireValueChanged, fireValueChanged, fireValueChanged, getModCount, getToolTipText, showGUI
-
-
-
-
Constructor Detail
-
ModuleGUIObject
public ModuleGUIObject(Module module)
-
-
Method Detail
-
getCommandWindow
public CommandWindow getCommandWindow()
-
clear
public void clear()
-
getIcon
public java.awt.Image getIcon()
-
getLabel
public java.lang.String getLabel()
Description copied from interface:HasLabelReturns the String label of an object.- Returns:
- the label
-
setLabel
public void setLabel(java.lang.Object label)
Description copied from interface:HasLabelSets the label of an object- Parameters:
label- the new label.
-
getLabelObject
public java.lang.Object getLabelObject()
Description copied from interface:HasLabelReturns the label of an object.- Returns:
- the label
-
getDescription
public java.lang.String getDescription()
-
setDescription
public void setDescription(java.lang.String description)
-
toString
public java.lang.String toString()
- Specified by:
toStringin classAbstractGUIObject
-
getCoreObject
public Module getCoreObject()
-
getFrame
public javax.swing.JFrame getFrame()
Description copied from interface:GUIObjectThis method will return a JFrame for this object.
-
getPanel
public javax.swing.JPanel getPanel()
Description copied from interface:GUIObjectThis method will return a JPanel for this object.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG