de.uni_paderborn.fujaba.gui
Class PEItem

java.lang.Object
  extended byde.uni_paderborn.fujaba.gui.PEItem

public class PEItem
extends java.lang.Object

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.16 $
Author:
$Author: lowende $

Method Summary
 ASGElement getIncrement()
          Get the increment attribute of the PEItem object
 java.lang.String getText()
          Get the text attribute of the PEItem object
 java.lang.String getType()
          Get the type attribute of the PEItem object
 int getVisibility()
          Get the visibility attribute of the PEItem object
 void setText(java.lang.String s)
          Sets the text attribute of the PEItem object
 java.lang.String toString()
          No comment provided by developer, please add a comment to improve documentation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getIncrement

public ASGElement getIncrement()
Get the increment attribute of the PEItem object

Returns:
The increment value

getVisibility

public int getVisibility()
Get the visibility attribute of the PEItem object

Returns:
The visibility value

getText

public java.lang.String getText()
Get the text attribute of the PEItem object

Returns:
The text value

setText

public void setText(java.lang.String s)
Sets the text attribute of the PEItem object

Parameters:
s - The new text value

getType

public java.lang.String getType()
Get the type attribute of the PEItem object

Returns:
The type value

toString

public java.lang.String toString()
No comment provided by developer, please add a comment to improve documentation.

Returns:
No description provided