|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.core.internal.DFolderModel
org.eclipse.tptp.platform.report.birt).
public class DFolderModel
Share common properties used by DFolder, opened and closed symbol
(including foreground and background colors), and 'indented' state.
Default folder model can be retrieved calling DFolderModel.GetDefault() method.
DFolder, ISymbol| Field Summary | |
|---|---|
protected IDColor |
closed_back_
Deprecated. |
protected IDColor |
closed_fore_
Deprecated. |
protected ISymbol |
closed_symbol_l2r_
Deprecated. |
protected ISymbol |
closed_symbol_r2l_
Deprecated. |
protected boolean |
indented_
Deprecated. |
protected IDColor |
opened_back_
Deprecated. |
protected IDColor |
opened_fore_
Deprecated. |
protected ISymbol |
opened_symbol_l2r_
Deprecated. |
protected ISymbol |
opened_symbol_r2l_
Deprecated. |
| Constructor Summary | |
|---|---|
DFolderModel()
Deprecated. Create an empty folder model, call any set method to set model properties |
|
DFolderModel(boolean _indented,
ISymbol _open,
ISymbol _close)
Deprecated. Create a folder model with indented property and opened/closed symbol. |
|
DFolderModel(boolean _indented,
ISymbol _open_l2r,
ISymbol _close_l2r,
ISymbol _open_r2l,
ISymbol _close_r2l)
Deprecated. Create a folder model with indented property and opened/closed symbol (for left to right and right 2 left layout) |
|
| Method Summary | |
|---|---|
IDColor |
getClosedBackColor()
Deprecated. |
IDColor |
getClosedForeColor()
Deprecated. |
ISymbol |
getClosedSymbol(boolean _l2r)
Deprecated. |
static DFolderModel |
GetDefault()
Deprecated. |
IDColor |
getOpenedBackColor()
Deprecated. |
IDColor |
getOpenedForeColor()
Deprecated. |
ISymbol |
getOpenedSymbol(boolean _l2r)
Deprecated. |
boolean |
isIndented()
Deprecated. |
void |
setClosedBackColor(IDColor _c)
Deprecated. Change background (fill) color used for 'closed' state |
void |
setClosedForeColor(IDColor _c)
Deprecated. Change foreground (line) color used for 'closed' state |
void |
setClosedSymbol(boolean _l2r,
ISymbol s)
Deprecated. change symbol used for 'closed' state |
void |
setIndented(boolean b)
Deprecated. Change current 'indented' property |
void |
setOpenedBackColor(IDColor _c)
Deprecated. Change background (fill) color used for 'opened' state |
void |
setOpenedForeColor(IDColor _c)
Deprecated. Change foreground (line) color used for 'opened' state |
void |
setOpenedSymbol(boolean _l2r,
ISymbol s)
Deprecated. change symbol used for 'opened' state |
void |
setSymbol(ISymbol _open,
ISymbol _close)
Deprecated. change symbol used for both 'opened' and 'closed' state same symbol is used got both left-to-right and right-to-left layout |
void |
setSymbol(ISymbol _open_l2r,
ISymbol _close_l2r,
ISymbol _open_r2l,
ISymbol _close_r2l)
Deprecated. change symbol used for both 'opened' and 'closed' state and both left-to-right and right-to-left layout |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ISymbol opened_symbol_l2r_
protected ISymbol opened_symbol_r2l_
protected ISymbol closed_symbol_l2r_
protected ISymbol closed_symbol_r2l_
protected boolean indented_
protected IDColor opened_fore_
protected IDColor opened_back_
protected IDColor closed_fore_
protected IDColor closed_back_
| Constructor Detail |
|---|
public DFolderModel()
public DFolderModel(boolean _indented,
ISymbol _open,
ISymbol _close)
public DFolderModel(boolean _indented,
ISymbol _open_l2r,
ISymbol _close_l2r,
ISymbol _open_r2l,
ISymbol _close_r2l)
| Method Detail |
|---|
public boolean isIndented()
public ISymbol getOpenedSymbol(boolean _l2r)
public ISymbol getClosedSymbol(boolean _l2r)
public IDColor getOpenedForeColor()
public IDColor getOpenedBackColor()
public IDColor getClosedForeColor()
public IDColor getClosedBackColor()
public void setIndented(boolean b)
public void setOpenedSymbol(boolean _l2r,
ISymbol s)
public void setClosedSymbol(boolean _l2r,
ISymbol s)
public void setSymbol(ISymbol _open_l2r,
ISymbol _close_l2r,
ISymbol _open_r2l,
ISymbol _close_r2l)
public void setSymbol(ISymbol _open,
ISymbol _close)
public void setOpenedForeColor(IDColor _c)
public void setOpenedBackColor(IDColor _c)
public void setClosedForeColor(IDColor _c)
public void setClosedBackColor(IDColor _c)
public static DFolderModel GetDefault()
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||