Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.openwave.oui.waomelements
Class PathTask  view PathTask download PathTask.java

java.lang.Object
  extended bycom.openwave.oui.framework.WaomElement
      extended bycom.openwave.oui.framework.WaomComposite
          extended bycom.openwave.oui.waomelements.PathTask
All Implemented Interfaces:
java.io.Serializable

public class PathTask
extends com.openwave.oui.framework.WaomComposite

Insert the type's description here. Creation date: (4/5/2001 10:08:44 AM)


Field Summary
private  java.lang.String longTitle
           
private  int pathType
           
static int PRIMARY
           
static int SECONDARY
           
private static long serialVersionUID
           
private  java.lang.String shortTitle
           
static int SIDE
           
 
Fields inherited from class com.openwave.oui.framework.WaomElement
 
Constructor Summary
PathTask(int pathType, AbsTask absTask, java.lang.String shortTitle, java.lang.String longTitle)
          Path constructor comment.
 
Method Summary
 java.lang.String getLongTitle()
          Insert the method's description here.
 int getPathType()
          Insert the method's description here.
 java.lang.String getShortTitle()
          Insert the method's description here.
 boolean isPathTask()
           
 void setLongTitle(java.lang.String longTitle)
          Insert the method's description here.
 void setPathType(int pathType)
          Insert the method's description here.
 void setShortTitle(java.lang.String shortTitle)
          Insert the method's description here.
 void visit(com.openwave.oui.framework.WaomVisitor wv)
           
 
Methods inherited from class com.openwave.oui.framework.WaomElement
addElement, addTo, clearChildren, getChildren, getClassValue, getDirectDefinition, getIdValue, getParent, getWaomElementName, isAbsCard, isAppendix, isBodyPager, isCaller, isCard, isComboMenu, isConditionalCard, isDeck, isForm, isHead, isInRawMode, isOnevent, isOption, isParagraph, isTask, isTaskMenu, isTemplate, isTimer, isWidget, render, setClassValue, setDirectDefinition, setIdValue, setToRawMode, setWaomElementName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRIMARY

public static final int PRIMARY
See Also:
Constant Field Values

SECONDARY

public static final int SECONDARY
See Also:
Constant Field Values

SIDE

public static final int SIDE
See Also:
Constant Field Values

pathType

private int pathType

shortTitle

private java.lang.String shortTitle

longTitle

private java.lang.String longTitle

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

PathTask

public PathTask(int pathType,
                AbsTask absTask,
                java.lang.String shortTitle,
                java.lang.String longTitle)
Path constructor comment.

Method Detail

setPathType

public void setPathType(int pathType)
Insert the method's description here. Creation date: (4/5/2001 10:33:38 AM)


getPathType

public int getPathType()
Insert the method's description here. Creation date: (4/5/2001 10:33:38 AM)


setShortTitle

public void setShortTitle(java.lang.String shortTitle)
Insert the method's description here. Creation date: (4/5/2001 10:33:38 AM)


getShortTitle

public java.lang.String getShortTitle()
Insert the method's description here. Creation date: (4/5/2001 10:33:38 AM)


setLongTitle

public void setLongTitle(java.lang.String longTitle)
Insert the method's description here. Creation date: (4/5/2001 10:33:38 AM)


getLongTitle

public java.lang.String getLongTitle()
Insert the method's description here. Creation date: (4/5/2001 10:33:38 AM)


isPathTask

public boolean isPathTask()

visit

public void visit(com.openwave.oui.framework.WaomVisitor wv)