| com.tomsawyer.editor.service.layout.jlayout.TSEDisconnectedTabExt
TSEDisconnectedTabExt | public class TSEDisconnectedTabExt extends TSEDisconnectedTab (Code) | | |
Field Summary | |
public static TSEResourceBundleWrapper | tsBundle |
Constructor Summary | |
public | TSEDisconnectedTabExt(TSEGraph graph, TSServiceInputData inputData, JDialog dialog) This constructor creates a new Disconnected tab. |
tsBundle | public static TSEResourceBundleWrapper tsBundle(Code) | | |
TSEDisconnectedTabExt | public TSEDisconnectedTabExt(TSEGraph graph, TSServiceInputData inputData, JDialog dialog)(Code) | | This constructor creates a new Disconnected tab.
Parameters: graph - the TSEGraph whose layout properties are beingedited. Parameters: inputData - the service input data object where the layoutproperties are stored Parameters: dialog - the Layout Properties dialog that this tab 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 bundle.set it to null if you don't want to set mnemonic for this label. Parameters: labelForComp - the component for which the label is set |
makeComponentsPanel | protected JPanel makeComponentsPanel()(Code) | | This method creates the Components panel of this tab.
|
makeDisconnectedPanel | protected JPanel makeDisconnectedPanel()(Code) | | This method creates the Disconnected Nodes panel of this tab.
|
setA11yFeatures | public void setA11yFeatures()(Code) | | |
|
|