public abstract class MultiPanel extends Panel implements AddableTo
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<Realizer> |
realizers |
int |
xspace |
int |
yspace |
backgroundColor, border, borderTitle, borderWidth, id, info, paddingBottom, paddingLeft, paddingRight, paddingTop, panelcount, prefHeight, prefWidth, tip, title
Constructor and Description |
---|
MultiPanel() |
Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.Object obj) |
void |
checkPanelCount(int np) |
int |
getPanelCount() |
void |
populatePanel(DruPanel dp,
Context ctx,
GUIPath gpath) |
getID, instantiatePanel, realize, realizeEffects
public java.util.ArrayList<Realizer> realizers
public int xspace
public int yspace
public void checkPanelCount(int np)
public int getPanelCount()
public void populatePanel(DruPanel dp, Context ctx, GUIPath gpath)
populatePanel
in class Panel
Copyright © 2013. All Rights Reserved.