Package net.infonode.tabbedpanel
Class TabbedPanelReleaseInfo
- java.lang.Object
-
- net.infonode.tabbedpanel.TabbedPanelReleaseInfo
-
public class TabbedPanelReleaseInfo extends java.lang.Object
Tabbed Panel release information. Contains product name, vendor, build time and version info for the current release.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ReleaseInfo
getReleaseInfo()
Gets the release information
-
-
-
Method Detail
-
getReleaseInfo
public static ReleaseInfo getReleaseInfo()
Gets the release information- Returns:
- release information
-
-