com.ptc.wgmecad
Class ContextChooser.ChooserItem

java.lang.Object
  extended bycom.ptc.wgmecad.ContextChooser.ChooserItem
Direct Known Subclasses:
ContextChooser.ClassicItem, ContextChooser.PdmLinkItem, ContextChooser.PrjLinkItem
Enclosing class:
ContextChooser

public abstract static class ContextChooser.ChooserItem
extends Object


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

Field Detail

name

protected String name
Constructor Detail

ContextChooser.ChooserItem

public ContextChooser.ChooserItem(String name)
Method Detail

getName

public abstract String getName()

getSolution

public abstract String getSolution()

getContext

public abstract String getContext()

getIcon

public abstract Icon getIcon()