Uses of Interface
org.jets3t.gui.HyperlinkActivatedListener
-
Packages that use HyperlinkActivatedListener Package Description org.jets3t.gui org.jets3t.gui.skins -
-
Uses of HyperlinkActivatedListener in org.jets3t.gui
Classes in org.jets3t.gui that implement HyperlinkActivatedListener Modifier and Type Class Description classManageDistributionsDialogDialog box for displaying and modifying CloudFront distributions.Methods in org.jets3t.gui with parameters of type HyperlinkActivatedListener Modifier and Type Method Description voidJHtmlLabel. setHyperlinkeActivatedListener(HyperlinkActivatedListener listener)static voidErrorDialog. showDialog(Frame ownerFrame, HyperlinkActivatedListener hyperlinkListener, String message, Throwable throwable)Shows the error dialog and waits for the user to acknowledge the dialog.static voidErrorDialog. showDialog(Frame ownerFrame, HyperlinkActivatedListener hyperlinkListener, Properties applicationProperties, String message, Throwable throwable)Shows the error dialog and waits for the user to acknowledge the dialog.static voidErrorDialog. showDialog(JDialog ownerDialog, HyperlinkActivatedListener hyperlinkListener, String message, Throwable throwable)Shows the error dialog and waits for the user to acknowledge the dialog.static voidErrorDialog. showDialog(JDialog ownerDialog, HyperlinkActivatedListener hyperlinkListener, Properties applicationProperties, String message, Throwable throwable)Shows the error dialog and waits for the user to acknowledge the dialog.static voidManageDistributionsDialog. showDialog(Frame ownerFrame, org.jets3t.service.CloudFrontService cloudFrontService, String[] bucketNames, HyperlinkActivatedListener hyperlinkListener)Dialog box for displaying and modifying CloudFront distributions.Constructors in org.jets3t.gui with parameters of type HyperlinkActivatedListener Constructor Description JHtmlLabel(String htmlText, HyperlinkActivatedListener listener)JHtmlLabel(HyperlinkActivatedListener listener)ManageDistributionsDialog(Frame ownerFrame, org.jets3t.service.CloudFrontService cloudFrontService, String[] bucketNames, HyperlinkActivatedListener hyperlinkListener)UserInputFields(Insets defaultInsets, HyperlinkActivatedListener hyperlinkListener, SkinsFactory skinsFactory)Constructs the object ready to generate GUI elements to represent the configured user input fields. -
Uses of HyperlinkActivatedListener in org.jets3t.gui.skins
Methods in org.jets3t.gui.skins with parameters of type HyperlinkActivatedListener Modifier and Type Method Description JHtmlLabelSkinsFactory. createSkinnedJHtmlLabel(String itemName, HyperlinkActivatedListener hyperlinkListener)
-