All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.beans.samples.dips.license.LicenseIssuer
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----com.ibm.beans.samples.dips.license.LicenseIssuer
- public class LicenseIssuer
- extends Applet
This class extends java.applet.Applet to provide a user-interface
for generating licenses.
It provides for:
- Selection of the policy instance to use
- Presentation of the policy customizer
The policy customizer is responsible for generating the license.
-
LicenseIssuer()
-
-
getPreferredSize()
- Gets the preferred width and height of the customizer.
-
init()
- Creates the user-interface for this class.
-
main(String[])
- Starts LicenseIssuer as a Java application.
LicenseIssuer
public LicenseIssuer()
main
public static void main(String args[])
- Starts LicenseIssuer as a Java application. To invoke, enter the command
java com.ibm.beans.samples.dips.license.LicenseIssuer. It
ignores all supplied arguments.
- Parameters:
- args[] - The supplied arguments.
getPreferredSize
public Dimension getPreferredSize()
- Gets the preferred width and height of the customizer.
- Returns:
- The preferred dimensions of the customizer.
- Overrides:
- getPreferredSize in class Container
init
public void init()
- Creates the user-interface for this class.
- Overrides:
- init in class Applet
All Packages Class Hierarchy This Package Previous Next Index