public abstract class Panel extends java.lang.Object implements Realizer, IDd
Modifier and Type | Field and Description |
---|---|
SColor |
backgroundColor |
java.lang.String |
border |
java.lang.String |
borderTitle |
int |
borderWidth |
java.lang.String |
id |
java.lang.String |
info |
int |
paddingBottom |
int |
paddingLeft |
int |
paddingRight |
int |
paddingTop |
(package private) static int |
panelcount |
int |
prefHeight |
int |
prefWidth |
java.lang.String |
tip |
java.lang.String |
title |
Constructor and Description |
---|
Panel() |
Modifier and Type | Method and Description |
---|---|
private void |
apply(DruPanel drup,
Context ctx) |
private void |
applyBorder(DruPanel drup,
Context ctx) |
java.lang.String |
getID() |
abstract DruPanel |
instantiatePanel() |
abstract void |
populatePanel(DruPanel drup,
Context ctx,
GUIPath gpath) |
java.lang.Object |
realize(Context ctx,
GUIPath gpathin) |
java.util.ArrayList<Effect> |
realizeEffects(java.util.ArrayList<BaseEffect> arl,
Context ctx,
GUIPath gpath) |
public java.lang.String id
public java.lang.String title
public java.lang.String tip
public java.lang.String info
public java.lang.String border
public int borderWidth
public int paddingLeft
public int paddingRight
public int paddingTop
public int paddingBottom
public int prefWidth
public int prefHeight
public java.lang.String borderTitle
public SColor backgroundColor
static int panelcount
Copyright © 2013. All Rights Reserved.