Class SWTSkinObjectContainer

    • Field Detail

      • bPropogate

        boolean bPropogate
      • bPropogateDown

        boolean bPropogateDown
      • sTypeParams

        private java.lang.String[] sTypeParams
      • minWidth

        private int minWidth
      • minHeight

        private int minHeight
    • Constructor Detail

      • SWTSkinObjectContainer

        public SWTSkinObjectContainer​(SWTSkin skin,
                                      SWTSkinProperties properties,
                                      java.lang.String sID,
                                      java.lang.String sConfigID,
                                      java.lang.String[] sTypeParams,
                                      SWTSkinObject parent)
      • SWTSkinObjectContainer

        public SWTSkinObjectContainer​(SWTSkin skin,
                                      SWTSkinProperties properties,
                                      org.eclipse.swt.widgets.Control control,
                                      java.lang.String sID,
                                      java.lang.String sConfigID,
                                      java.lang.String type,
                                      SWTSkinObject parent)
    • Method Detail

      • createComposite

        protected org.eclipse.swt.widgets.Composite createComposite​(org.eclipse.swt.widgets.Composite createOn)
      • getComposite

        public org.eclipse.swt.widgets.Composite getComposite()
      • setPropogation

        public void setPropogation​(boolean propogate)
      • getPropogation

        public boolean getPropogation()
      • setDebugAndChildren

        public void setDebugAndChildren​(boolean b)
      • superSetIsVisible

        protected boolean superSetIsVisible​(boolean visible,
                                            boolean walkup)
      • obfuscatedImage

        private void obfuscatedImage​(org.eclipse.swt.widgets.Composite c,
                                     org.eclipse.swt.graphics.Image image)