| com.tomsawyer.editor.service.layout.jlayout.TSESymmetricTabExt
TSESymmetricTabExt | public class TSESymmetricTabExt extends TSESymmetricTab (Code) | | |
Field Summary | |
public static TSEResourceBundleWrapper | tsBundle |
Constructor Summary | |
public | TSESymmetricTabExt(TSEGraph graph, TSServiceInputData inputData, JDialog dialog) This constructor creates a new Symmetric tab. |
tsBundle | public static TSEResourceBundleWrapper tsBundle(Code) | | |
TSESymmetricTabExt | public TSESymmetricTabExt(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 |
makeLayoutQualityPanel | protected JPanel makeLayoutQualityPanel()(Code) | | This method creates the Layout Quality Options panel of this tab.
|
makeSpacingOptionsPanel | protected JPanel makeSpacingOptionsPanel()(Code) | | This method creates the Spacing Options panel of this tab.
|
normalizeComponentDimensions | protected int normalizeComponentDimensions(List compList, boolean xDim, boolean yDim)(Code) | | |
setA11yFeatures | public void setA11yFeatures()(Code) | | |
|
|