com.ptc.wgmecad
Class ContextChooser.PdmLinkItem

java.lang.Object
  extended bycom.ptc.wgmecad.ContextChooser.ChooserItem
      extended bycom.ptc.wgmecad.ContextChooser.PdmLinkItem
Enclosing class:
ContextChooser

private static class ContextChooser.PdmLinkItem
extends ContextChooser.ChooserItem


Field Summary
 
Fields inherited from class com.ptc.wgmecad.ContextChooser.ChooserItem
name
 
Constructor Summary
ContextChooser.PdmLinkItem(String name)
           
 
Method Summary
 String getContext()
           
 Icon getIcon()
           
 String getName()
           
 String getSolution()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextChooser.PdmLinkItem

public ContextChooser.PdmLinkItem(String name)
Method Detail

getName

public String getName()
Specified by:
getName in class ContextChooser.ChooserItem

getSolution

public String getSolution()
Specified by:
getSolution in class ContextChooser.ChooserItem

getContext

public String getContext()
Specified by:
getContext in class ContextChooser.ChooserItem

getIcon

public Icon getIcon()
Specified by:
getIcon in class ContextChooser.ChooserItem