com.ephox.editlive.custom
Interface HyperlinkDialog


public interface HyperlinkDialog

An interface that can be used by custom hyperlink dialog components to call back into the standard hyperlink dialog.

See Also:
HyperlinkDialogComponent

Method Summary
 JTextField getLinkFieldText()
          Allows the link src to be directly controlled by a HyperlinkDialogComponent.
 String getScreenTip()
          Returns the value of the screen tip field
 void setScreenTip(String tip)
          Sets the value of the screen tip field.
 void setTargetComboVisible(boolean show)
          Controls the link "target" combobox
 

Method Detail

getLinkFieldText

JTextField getLinkFieldText()
Allows the link src to be directly controlled by a HyperlinkDialogComponent.

Returns:
Link src field.

setScreenTip

void setScreenTip(String tip)
Sets the value of the screen tip field.

Parameters:
tip - The initial screen tip

getScreenTip

String getScreenTip()
Returns the value of the screen tip field

Returns:
Screen tip value as a string

setTargetComboVisible

void setTargetComboVisible(boolean show)
Controls the link "target" combobox

Parameters:
show - Display the target combo

Copyright (c) 2005-2012 Ephox Pty Ltd. All rights reserved.