| com.tomsawyer.editor.service.layout.jlayout.TSEGeneralTabExt
TSEGeneralTabExt | public class TSEGeneralTabExt extends TSEGeneralTab (Code) | | |
Field Summary | |
public static TSEResourceBundleWrapper | tsBundle |
Constructor Summary | |
public | TSEGeneralTabExt(TSEGraph graph, TSServiceInputData inputData, JDialog dialog) This constructor creates a new Symmetric tab. |
tsBundle | public static TSEResourceBundleWrapper tsBundle(Code) | | |
TSEGeneralTabExt | public TSEGeneralTabExt(TSEGraph graph, TSServiceInputData inputData, JDialog dialog)(Code) | | This constructor creates a new Symmetric tab.
Parameters: graph - the TSEGraph whose layoutproperties are being edited. Parameters: inputData - the service input data object where thelayout options are stored Parameters: dialog - the Layout Properties dialog that thistab belongs to. |
createBoxLayoutPanel | protected JPanel createBoxLayoutPanel(int layout)(Code) | | This method creates a new JPanel and sets its layout manager to
a BoxLayout with the input layout style.
|
createCompoundBorder | public void createCompoundBorder(JPanel panel, String labelKey, int top, int left, int bottom, int right)(Code) | | |
createLabel | protected JLabel createLabel(String labelKey, String mnemonicKey, Component labelForComp)(Code) | | This method creates a new JLabel with the given text
Parameters: labelKey - the key for which the label text will be obtained from the resource bundle Parameters: mnemonicKey - the for which the mnemonic will be obtained from the resource bundleset it to null if you don't want to set mnemonic for this label. Parameters: labelForComp - the component for which the label is set |
makeIntergraphEdgeSpacingPanel | protected JPanel makeIntergraphEdgeSpacingPanel()(Code) | | This method creates the Intergraph Edge Spacing panel of this tab.
|
makeMarginSpacingPanel | protected JPanel makeMarginSpacingPanel()(Code) | | This method creates the Margin Spacing panel of this tab.
|
makeNestedViewSpacingPanel | protected JPanel makeNestedViewSpacingPanel()(Code) | | This method creates the Nested View Spacing panel of this tab.
|
setA11yFeatures | public void setA11yFeatures()(Code) | | |
|
|