| com.jgraph.editor.JGraphEditorAction com.jgraph.pad.action.JGraphpadFormatAction com.jgraph.l2fplugin.JGraphpadL2FAction
JGraphpadL2FAction | public class JGraphpadL2FAction extends JGraphpadFormatAction (Code) | | Implements all actions that require L2FProd in the classpath.
|
Inner Class :public static class AllActions implements Bundle | |
Method Summary | |
public Font | fontDialog(Component component, String title, Font font) Overrides the parent implementation to use
JFontChooser.showDialog(java.awt.Componentjava.lang.Stringjava.awt.Font) .
Parameters: component - The parent component for the dialog to be displayed. Parameters: title - The title of the dialog to be displayed. Parameters: font - The default font to use in the dialog. |
JGraphpadL2FAction | public JGraphpadL2FAction(String name)(Code) | | Constructs a new L2F action for the specified name.
|
fontDialog | public Font fontDialog(Component component, String title, Font font)(Code) | | Overrides the parent implementation to use
JFontChooser.showDialog(java.awt.Componentjava.lang.Stringjava.awt.Font) .
Parameters: component - The parent component for the dialog to be displayed. Parameters: title - The title of the dialog to be displayed. Parameters: font - The default font to use in the dialog. Returns the selected font. |
Methods inherited from com.jgraph.pad.action.JGraphpadFormatAction | public void actionPerformed(ActionEvent event)(Code)(Java Doc) protected void doAskColorAttribute(JGraph graph, String key)(Code)(Java Doc) protected void doAskColorAttribute(JGraph graph, String key, boolean setOpaque)(Code)(Java Doc) protected void doAskFloatAttribute(JGraph graph, String key, float defaultValue)(Code)(Java Doc) protected void doAskImageAttribute(JGraph graph, String key, boolean urlDialog) throws MalformedURLException, FileNotFoundException, IOException(Code)(Java Doc) protected void doAskIntAttribute(JGraph graph, String key, int defaultValue)(Code)(Java Doc) protected void doSetDashPattern(JGraph graph)(Code)(Java Doc) protected void doSetFont(Component component, Object change, boolean plain, int style, float size) throws BadLocationException(Code)(Java Doc) protected void doSetHorizontalAlignment(Component component, int align)(Code)(Java Doc) protected void doToggleAttribute(JGraph graph, String key, boolean defaultValue)(Code)(Java Doc) public Font fontDialog(Component component, String title, Font font)(Code)(Java Doc) public static Object getAttribute(JGraph graph, String key)(Code)(Java Doc) public static boolean getBooleanAttribute(JGraph graph, String key, boolean defaultValue)(Code)(Java Doc) public static int getIntAttribute(JGraph graph, String key, int defaultValue)(Code)(Java Doc) protected void setAttribute(JGraph graph, String key, Object value)(Code)(Java Doc) protected void setAttributes(JGraph graph, String[] keys, Object[] values, boolean all)(Code)(Java Doc) protected void setRouting(JGraph graph, Edge.Routing routing)(Code)(Java Doc)
|
|
|