Package com.tagtraum.beatunes.inspection
Class InspectionView
- java.lang.Object
-
- com.tagtraum.beatunes.inspection.InspectionView
-
public class InspectionView extends Object
InspectionView.- Author:
- Hendrik Schreiber
-
-
Constructor Summary
Constructors Constructor Description InspectionView(Inspection inspection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JComponent
$$$getRootComponent$$$()
BeaTunes
getApplication()
JComponent
getComponent()
void
init()
void
shutdown()
-
-
-
Constructor Detail
-
InspectionView
public InspectionView(Inspection inspection)
-
-
Method Detail
-
getApplication
public BeaTunes getApplication()
-
init
public void init()
-
shutdown
public void shutdown()
-
getComponent
public JComponent getComponent()
-
$$$getRootComponent$$$
public JComponent $$$getRootComponent$$$()
-
-