Uses of Class
com.example.brickpaint.ButtonManager
-
Uses of ButtonManager in com.example.brickpaint
Fields in com.example.brickpaint declared as ButtonManagerModifier and TypeFieldDescriptionBrickPaintController.buttonManagerThe instance of ButtonManager which contains the tool GUI for this controllerConstructors in com.example.brickpaint with parameters of type ButtonManagerModifierConstructorDescriptionAutoSaveManager(int numb, ButtonManager main) Default constructor for the AutoSaveManager classBobRoss(ButtonManager manager1) Constructor that passes the applications UI controller to this classClient(int port, InetAddress address, ButtonManager manager1) Client constructor that initializes a socket with the specified paramsClientHandler(Socket s, InputStream dis, OutputStream dos, ButtonManager manager1, boolean isServer) Constructor for the client handler that initializes the necesssary variablesServer(int port, int backlog, InetAddress address, ButtonManager manager1) Base constructor for the server thread that initializes the server socket