protected static class CATUtility.ProductionProcessorManagerWrapper extends java.lang.Object implements REpiceaShowableUIWithParent, CATUtility.ParameterWrapper<ProductionProcessorManager>
Modifier and Type | Field and Description |
---|---|
protected ProductionProcessorManager |
manager |
protected CATUtility.ProductionManagerName |
name |
Modifier | Constructor and Description |
---|---|
protected |
ProductionProcessorManagerWrapper(CATUtility.ProductionManagerName name,
ProductionProcessorManager manager) |
Modifier and Type | Method and Description |
---|---|
java.lang.Enum<?> |
getName() |
java.awt.Component |
getUI(java.awt.Container parent)
This method returns the GUI interface of the class that implements this interface.
|
ProductionProcessorManager |
getWrappedInstance() |
boolean |
isVisible()
This method returns true if the GUI is visible.
|
void |
showUI(java.awt.Window parent)
This method shows the GUI interface of the class that implements this interface.
|
java.lang.String |
toString() |
protected final ProductionProcessorManager manager
protected final CATUtility.ProductionManagerName name
protected ProductionProcessorManagerWrapper(CATUtility.ProductionManagerName name, ProductionProcessorManager manager)
public java.awt.Component getUI(java.awt.Container parent)
REpiceaUIObjectWithParent
getUI
in interface REpiceaUIObjectWithParent
parent
- a parent Container instance (can be null)public void showUI(java.awt.Window parent)
REpiceaShowableUIWithParent
showUI
in interface REpiceaShowableUIWithParent
parent
- the parent Window instance (can be null)public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Enum<?> getName()
getName
in interface CATUtility.ParameterWrapper<ProductionProcessorManager>
public boolean isVisible()
REpiceaUIObjectWithParent
isVisible
in interface REpiceaUIObjectWithParent
public ProductionProcessorManager getWrappedInstance()
getWrappedInstance
in interface CATUtility.ParameterWrapper<ProductionProcessorManager>