|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJLogView_.JLogView
public class JLogView
JLogView_ is the main class, this is the application itself, therefore there no constructor, only some static methods to update the frame title and size.
Constructor Summary | |
---|---|
JLogView()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
This is the main method, it creates the main frame and two internal panels one that is a clone view of the old JLogView_ and the other being a brand new tree view system. |
static void |
setSizeForTreeView()
This is methods updates the size of the frame to fit the tree view mode |
static void |
setSizeForUsualView()
This is methods updates the size of the frame to fit the old loggraph view |
static void |
setTitle(java.lang.String title)
This is methods updates the title on the top of the frame |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JLogView()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- the command line arguments being passed on, normally it should
only be the log file name.String
public static void setTitle(java.lang.String title)
title
- a String of the new titleString
public static void setSizeForTreeView()
public static void setSizeForUsualView()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |