org.jclarion.clarion.control
Class ListColumn

java.lang.Object
  extended by org.jclarion.clarion.control.ListColumn

public class ListColumn
extends java.lang.Object


Nested Class Summary
static class ListColumn.Justify
           
 
Constructor Summary
ListColumn()
           
 
Method Summary
static ListColumn[] construct(SimpleStringDecoder d, boolean main, int[] lastposition)
           
static ListColumn[] construct(java.lang.String format)
           
static ListColumn[] constructDefault()
           
 ListColumn[] getChildren()
           
 int getColumnScroll()
           
 int getDefaultStyle()
           
 int getFieldNumber()
           
 java.lang.String getHeader()
           
 int getHeaderIndent()
           
 ListColumn.Justify getHeaderJustification()
           
 int getIndent()
           
 ListColumn.Justify getJustification()
           
 Formatter getPicture()
           
 int getSwingWidth()
           
 int getTreeRootOffset()
           
 int getWidth()
           
 boolean isCenter()
           
 boolean isColor()
           
 boolean isColumnFixed()
           
 boolean isDecimal()
           
 boolean isHeaderCenter()
           
 boolean isHeaderDecimal()
           
 boolean isHeaderLeft()
           
 boolean isHeaderRight()
           
 boolean isIcon()
           
 boolean isLastOnLine()
           
 boolean isLeft()
           
 boolean isLocator()
           
 boolean isResizable()
           
 boolean isRight()
           
 boolean isStyle()
           
 boolean isTransparantIcon()
           
 boolean isTree()
           
 boolean isTreeBoxes()
           
 boolean isTreeIndent()
           
 boolean isTreeLines()
           
 boolean isTreeRootLines()
           
 boolean isUnderline()
           
 boolean isVerticalLine()
           
 void setSwingWidth(int swingWidth)
           
 void syncSetSwingWidth(int swingWidth)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListColumn

public ListColumn()
Method Detail

constructDefault

public static ListColumn[] constructDefault()

construct

public static ListColumn[] construct(java.lang.String format)

construct

public static ListColumn[] construct(SimpleStringDecoder d,
                                     boolean main,
                                     int[] lastposition)

getWidth

public int getWidth()

getJustification

public ListColumn.Justify getJustification()

isLeft

public boolean isLeft()

isRight

public boolean isRight()

isCenter

public boolean isCenter()

isDecimal

public boolean isDecimal()

getIndent

public int getIndent()

isColor

public boolean isColor()

isStyle

public boolean isStyle()

getDefaultStyle

public int getDefaultStyle()

isIcon

public boolean isIcon()

isTransparantIcon

public boolean isTransparantIcon()

isTree

public boolean isTree()

getTreeRootOffset

public int getTreeRootOffset()

isTreeRootLines

public boolean isTreeRootLines()

isTreeLines

public boolean isTreeLines()

isTreeBoxes

public boolean isTreeBoxes()

isTreeIndent

public boolean isTreeIndent()

getHeader

public java.lang.String getHeader()

getHeaderJustification

public ListColumn.Justify getHeaderJustification()

isHeaderLeft

public boolean isHeaderLeft()

isHeaderRight

public boolean isHeaderRight()

isHeaderCenter

public boolean isHeaderCenter()

isHeaderDecimal

public boolean isHeaderDecimal()

getHeaderIndent

public int getHeaderIndent()

getPicture

public Formatter getPicture()

isLocator

public boolean isLocator()

getFieldNumber

public int getFieldNumber()

isUnderline

public boolean isUnderline()

isLastOnLine

public boolean isLastOnLine()

isVerticalLine

public boolean isVerticalLine()

isResizable

public boolean isResizable()

isColumnFixed

public boolean isColumnFixed()

getColumnScroll

public int getColumnScroll()

getChildren

public ListColumn[] getChildren()

getSwingWidth

public int getSwingWidth()

syncSetSwingWidth

public void syncSetSwingWidth(int swingWidth)

setSwingWidth

public void setSwingWidth(int swingWidth)


Copyright © 2010. All Rights Reserved.