Class MultilineLabelWidget

java.lang.Object
org.netbeans.api.visual.widget.Widget
org.netbeans.api.visual.widget.LabelWidget
org.compiere.apps.wf.MultilineLabelWidget
All Implemented Interfaces:
Accessible, org.openide.util.Lookup.Provider

public class MultilineLabelWidget extends org.netbeans.api.visual.widget.LabelWidget
Multiple lines text box
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.netbeans.api.visual.widget.LabelWidget

    org.netbeans.api.visual.widget.LabelWidget.Alignment, org.netbeans.api.visual.widget.LabelWidget.Orientation, org.netbeans.api.visual.widget.LabelWidget.VerticalAlignment

    Nested classes/interfaces inherited from class org.netbeans.api.visual.widget.Widget

    org.netbeans.api.visual.widget.Widget.Dependency
  • Constructor Summary

    Constructors
    Constructor
    Description
    MultilineLabelWidget(org.netbeans.api.visual.widget.Scene scene, String label)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Is text layout fully justified
    protected void
     
    void
    setJustified(boolean justify)
    Set whether text layout is fully justified

    Methods inherited from class org.netbeans.api.visual.widget.LabelWidget

    calculateClientArea, getAlignment, getLabel, getOrientation, getVerticalAlignment, isPaintAsDisabled, isUseGlyphVector, setAlignment, setLabel, setOrientation, setPaintAsDisabled, setUseGlyphVector, setVerticalAlignment

    Methods inherited from class org.netbeans.api.visual.widget.Widget

    addChild, addChild, addChild, addChild, addChildren, addDependency, bringToBack, bringToFront, convertLocalToScene, convertLocalToScene, convertSceneToLocal, convertSceneToLocal, createActions, equals, getAccessibleContext, getActions, getActions, getBackground, getBorder, getBounds, getChildConstraint, getChildren, getClientArea, getCursor, getCursorAt, getDependencies, getFont, getForeground, getGraphics, getLayout, getLocation, getLookup, getMaximumSize, getMinimumSize, getParentWidget, getPreferredBounds, getPreferredLocation, getPreferredSize, getResourceTable, getScene, getState, getToolTipText, hashCode, isCheckClipping, isEnabled, isHitAt, isOpaque, isPreferredBoundsSet, isRepaintRequiredForRevalidating, isValidated, isVisible, notifyAdded, notifyBackgroundChanged, notifyFontChanged, notifyForegroundChanged, notifyRemoved, notifyStateChanged, paint, paintBackground, paintBorder, paintChildren, removeChild, removeChildren, removeChildren, removeDependency, removeFromParent, repaint, resolveBounds, revalidate, revalidate, setAccessibleContext, setBackground, setBackgroundFromResource, setBorder, setBorder, setCheckClipping, setChildConstraint, setCursor, setEnabled, setFont, setFontFromResource, setForeground, setForegroundFromResource, setLayout, setMaximumSize, setMinimumSize, setOpaque, setPreferredBounds, setPreferredLocation, setPreferredSize, setResourceTable, setState, setToolTipText, setVisible, updateResources

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MultilineLabelWidget

      public MultilineLabelWidget(org.netbeans.api.visual.widget.Scene scene, String label)
  • Method Details

    • paintWidget

      protected void paintWidget()
      Overrides:
      paintWidget in class org.netbeans.api.visual.widget.LabelWidget
    • isJustified

      public boolean isJustified()
      Is text layout fully justified
      Returns:
      true if text layout is fully justified
    • setJustified

      public void setJustified(boolean justify)
      Set whether text layout is fully justified
      Parameters:
      justify -