Class SwitchPaneShape

    • Constructor Detail

      • SwitchPaneShape

        public SwitchPaneShape()
    • Method Detail

      • getSelectedIndex

        public int getSelectedIndex()
        Returns the switch pane's selected index.
      • setSelectedIndex

        public void setSelectedIndex​(int anIndex)
        Sets the switch pane's selected index.
      • getSelectedPaneName

        public java.lang.String getSelectedPaneName()
        Returns the selected name.
      • setSelectedPaneName

        public void setSelectedPaneName​(java.lang.String aName)
        Sets the selected pane to the first with the given name.
      • superSelectable

        public boolean superSelectable()
        Editor method - overrides default implementation to indicate shape is super selectable.
        Overrides:
        superSelectable in class RMShape
      • childrenSuperSelectImmediately

        public boolean childrenSuperSelectImmediately()
        Editor method - overrides default implementation to indicate children should super select immediately.
        Overrides:
        childrenSuperSelectImmediately in class RMShape
      • getComponentClass

        public java.lang.Class<? extends javax.swing.JComponent> getComponentClass()
        Returns the component class for this component shape.
        Overrides:
        getComponentClass in class JComponentShape