|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TiblEdit | |
org.thdl.tib.bibl | Provides classes and methods for the Tibbibl application. |
Uses of TiblEdit in org.thdl.tib.bibl |
Methods in org.thdl.tib.bibl that return TiblEdit | |
org.thdl.tib.bibl.TiblEdit |
DiacriticPanel.getController()
|
org.thdl.tib.bibl.TiblEdit |
TextPane.getController()
|
org.thdl.tib.bibl.TiblEdit |
TibFrame.getController()
This method returns the controller for this view. |
Methods in org.thdl.tib.bibl with parameters of type TiblEdit | |
void |
DiacriticPanel.setController(org.thdl.tib.bibl.TiblEdit te)
|
void |
TextPane.setController(org.thdl.tib.bibl.TiblEdit tt)
|
void |
TibFrame.setController(org.thdl.tib.bibl.TiblEdit jt)
This sets the #controller variable to the controller which is the
instantiation of the main TiblEdit program. |
Constructors in org.thdl.tib.bibl with parameters of type TiblEdit | |
DoxWindow(String title,
String masterID,
org.thdl.tib.bibl.TiblEdit controller)
|
|
TextPane(org.thdl.tib.bibl.TiblEdit tt)
|
|
TibDialog(org.thdl.tib.bibl.TiblEdit tt,
String title,
String[] specs)
|
|
TibFrame(String title,
org.thdl.tib.bibl.TiblEdit app)
This constructor takes both a title and a TiblEdit object that is its controller. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |