com.ptc.wgmecad
Class ContextChooser.ChooserItem
java.lang.Object
com.ptc.wgmecad.ContextChooser.ChooserItem
- Direct Known Subclasses:
- ContextChooser.ClassicItem, ContextChooser.PdmLinkItem, ContextChooser.PrjLinkItem
- Enclosing class:
- ContextChooser
- public abstract static class ContextChooser.ChooserItem
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
ContextChooser.ChooserItem
public ContextChooser.ChooserItem(String name)
getName
public abstract String getName()
getSolution
public abstract String getSolution()
getContext
public abstract String getContext()
getIcon
public abstract Icon getIcon()